Commit Graph

51101 Commits

Author SHA1 Message Date
Vedanshu Jain f3cb5424d7 Move generic method to parent class for reusability. 2023-02-22 19:42:47 +05:30
Vedanshu Jain 6d162a9950 Undo regression in previous commit. 2023-02-22 19:13:06 +05:30
Vedanshu Jain 0b689ed8bd Modify test to support HPOS. 2023-02-22 19:12:53 +05:30
Vedanshu Jain aaf45d5971 Use isset to support other params. 2023-02-22 19:12:15 +05:30
Vedanshu Jain ca49caabcb
[COT] Reintroduce the orders cache (#35014) 2023-02-22 18:01:17 +05:30
Vedanshu Jain 61b6daae27 Use correct column name for date_updated. 2023-02-22 17:51:59 +05:30
Néstor Soriano f9f6e68e21
Merge branch 'trunk' into revert-34992-revert-34396-add/order_cache 2023-02-22 13:08:52 +01:00
Cluster CIS 7feaed74fa
Fix selectors for quantity element in variable products (#36871)
Fixes bug introduced in PR #36087 that changes jQuery selectors for quantity input in variable products.

The previous logic is reinstated so that $qty points to the div wrapper, and $qty_input points to the input element inside.

Otherwise, as is in the current version, $qty_input is undefined and the min/max attributes are not updated.

This PR also addresses the original issue #36086 by restricting the selector of the div wrapper to only be the one containing input[name=quantity] (the .qty class filter is also kept to avoid any potential malfunctions of existing code).
2023-02-22 12:43:57 +01:00
Sam Seay 4b345402ce
Fix one last case of not skipping hooks when cloning in code analyzer (#36912)
Fix one last case of not skipping hooks when cloning.
2023-02-22 20:50:45 +13:00
Vedanshu Jain 48ec7b8864
Merge branch 'trunk' into revert-34992-revert-34396-add/order_cache 2023-02-22 10:00:29 +05:30
Barry Hughes ddb675f04b
Add support for null inputs in wc_add_number_precision (#36891) 2023-02-21 13:10:56 -08:00
Barry Hughes 2e146d596f
Merge branch 'trunk' into fix/wc_add_number_precision-not-supporting-null 2023-02-21 11:36:53 -08:00
Leif Singer 1b74871bae
Assign milestone only if a PR touches WooCommerce Core (#36897)
* Assign milestone only if a PR touches WooCommerce Core

* add woocommerce-admin to list of paths
2023-02-21 18:21:29 +01:00
Albert Juhé Lluveras f3c5131b8a Merge duplicate CSS selector 2023-02-21 14:58:05 +01:00
Vedanshu Jain 263758aa83 Handle local date filters when passed via after/before params. 2023-02-21 19:21:34 +05:30
Albert Juhé Lluveras acfa4b635a Fix CSS whitespace and add comment 2023-02-21 14:39:38 +01:00
Albert Juhé Lluveras 921a124584 Add changelog entry 2023-02-21 14:36:47 +01:00
Albert Juhé Lluveras 3344b68653 Load same stylesheets in the Site Editor as in the frontend 2023-02-21 14:35:49 +01:00
Seghir Nadir 87f385e72c
Add WC Tracker data for Local Pickup (#36847) 2023-02-21 13:33:14 +01:00
Seghir Nadir 0a05717c83
Merge branch 'trunk' into add/tracking-for-loca-pickup 2023-02-21 12:49:42 +01:00
Vedanshu Jain 993efa0de2 Move more generic methods to their parent class for better reusability. 2023-02-21 16:54:41 +05:30
Vedanshu Jain be82dae74a Restore indexes incase any meta key is filtered out. 2023-02-21 16:18:48 +05:30
Vedanshu Jain 8be7f763e2 Update PayPal tests for HPOS compat. 2023-02-21 16:01:38 +05:30
Vedanshu Jain c06ee8f794 Skip unsupported tests with HPOS. 2023-02-21 15:57:00 +05:30
Vedanshu Jain a76a415487 Add HPOS compat for crud unit tests. 2023-02-21 15:38:24 +05:30
Vedanshu Jain fe273c9556 Add HPOS compat for meta unit tests. 2023-02-21 15:34:52 +05:30
Vedanshu Jain 035ab94e5a Add HPOS compatibility to order function tests. 2023-02-21 15:24:44 +05:30
Vedanshu Jain 2ee7306a80 Add HPOS compat for resetting order on user deletion. 2023-02-21 14:22:33 +05:30
Vedanshu Jain a1ebcedea7 Modify to use WC hook instead of post for HPOS compat. 2023-02-21 14:05:48 +05:30
Nestor Soriano 0b513107b0 Proper deletion of order data from wc_order_tax_lookup and wc_order_stats
When the orders table is authoritative, deleting an order was not
deleting the records in wc_order_tax_lookup and wc_order_stats
for the order.
2023-02-21 14:01:59 +05:30
Vedanshu Jain 69e4df6786 Treat invalid query to not return any result for backward compatibility. 2023-02-21 13:56:33 +05:30
github-actions[bot] 733bcc88cf
Prep trunk for 7.6 cycle (#36899)
Co-authored-by: WooCommerce Bot <no-reply@woocommerce.com>
2023-02-21 12:37:14 +13:00
github-actions[bot] 4ea698d42f
Release: Remove 7.5 change files (#36901)
Delete changelog files from 7.5 release

Co-authored-by: WooCommerce Bot <no-reply@woocommerce.com>
2023-02-21 12:36:55 +13:00
Corey McKrill aebf22dc2f
Site Health: Add WC-specific criteria for persistent object cache (#35202)
* Site Health: Add WC-specific criteria for persistent object cache

WP 6.1 introduces a new test in the Site Health module for whether the
site has an external object cache, and if not, whether it would benefit
from having one. However, the criteria it uses are based largely on
posts and comments. This introduces WooCommerce-specific criteria based
on orders and products. It uses much lower numbers for the
thresholds (100 instead of 1000). These thresholds are somewhat
arbitrary, but reflect that the data objects in a WooCommerce store are
larger and more complex than in a simple blog.

* Add changelog file
2023-02-20 15:01:17 -08:00
Nathan Silveira 41eab0d669
Add additional global attributes and local attributes information when saving product attributes (#36858)
* Add additional global attributes and local attributes information when saving product attributes

* Log only local attributes
Add attribute name
Fix issue with attribute_value and names selectors

* Save name and slug for global attributes and global terms
2023-02-20 23:55:01 +01:00
AnnaMag 48c8db8ade
Product editor: disable the feature in advanced Settings. (#36894)
* Product editor: disable the feature in advanced Settings
until we implement the new designs.

* Maintain feature enabled for internal testing.

* Remove obsolete new lines.

* Re-enable the feature flag.

* Disable the new product experience if currently enabled.

* Add changelog

* Remove commented lines, obsolete brackets. Fix conflicts.

* Styling.

* Fix lint

---------

Co-authored-by: Fernando Marichal <contacto@fernandomarichal.com>
2023-02-20 19:03:07 -03:00
Sam Seay 13b09da2cf
Add post checkout pnpm install to git hooks (#36731)
* Add post checkout pnpm install to help devs, disable hooks on pre push.
* Disable hooks in all simpleGit instances where checkout is run.
2023-02-21 08:42:44 +13:00
jonathansadowski b3b6eacdf4
Update the stable tag to 7.4.0 (#36879)
* Update the stable tag to 7.4.0

* Create update-stable-tag-7-4-0
2023-02-20 08:21:38 -06:00
RJ d26dd4c772
Add: shipping plugins in shipping task based on location (#36873)
Co-authored-by: moon <moon.kyong@automattic.com>
2023-02-20 21:32:14 +08:00
Vedanshu Jain 95f1418261 Enable post data store before running post data store order tests. 2023-02-20 18:30:18 +05:30
Nestor Soriano 8a9f05f875
Fix phpcs stuff 2023-02-20 13:05:15 +01:00
Nestor Soriano 749dcdd009
Add changelog file 2023-02-20 12:42:43 +01:00
Nestor Soriano c7aab89092
Add support for null inputs in wc_add_number_precision 2023-02-20 12:34:48 +01:00
Nadir Seghir e1ace8332d fix linter 2023-02-20 12:33:11 +01:00
Ilyas Foo 6dd701d795
Remove Facebook/Meta from grow your store list (#36886)
* Remove meta

* Changelog

* Set facebook extension visibility flag to false
2023-02-20 18:52:53 +08:00
Ilyas Foo e03ed88410
Fix inconsistent colors products task icons (#36889)
* Remove colors overriding theme colors

* Changelog
2023-02-20 18:18:17 +08:00
Chi-Hsuan Huang 3c113d1b79
Add `fills` prop to `useSlot` return object to fix task list bugs in WP 6.2 (#36887)
Add fills prop to useSlot return object for backwards compatibility
2023-02-20 17:07:58 +08:00
Ilyas Foo 052bb39e8a
Temporary remove free trial terms from Avalara tax task (#36888)
* Remove free trial terms from Avalara tax task

* Changelog
2023-02-20 13:56:34 +08:00
jonathansadowski e8a170165a
Update the release date for code freeze action readme generation (#36877)
Update the release date for code freeze action
2023-02-20 18:00:14 +13:00
Chi-Hsuan Huang 2d5fdfe578
Add a unit test for `woocommerce_admin_experimental_onboarding_tasklists` filter (#36827)
* Add a unit test for woocommerce_admin_experimental_onboarding_tasklists filter

* Add changelog

* Reformat

* Update plugins/woocommerce/tests/legacy/unit-tests/woocommerce-admin/features/onboarding-tasks/task-lists.php

Co-authored-by: Ilyas Foo <foo.ilyas@gmail.com>

---------

Co-authored-by: Ilyas Foo <foo.ilyas@gmail.com>
2023-02-20 09:03:41 +08:00