Vedanshu Jain
aaf45d5971
Use isset to support other params.
2023-02-22 19:12:15 +05:30
Vedanshu Jain
61b6daae27
Use correct column name for date_updated.
2023-02-22 17:51:59 +05:30
Vedanshu Jain
263758aa83
Handle local date filters when passed via after/before params.
2023-02-21 19:21:34 +05:30
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
Vedanshu Jain
95f1418261
Enable post data store before running post data store order tests.
2023-02-20 18:30:18 +05:30
Vedanshu Jain
ae7d827f22
Directly fetch order prop from DB for compatibility with CPT store.
2023-02-15 17:23:43 +05:30
Vedanshu Jain
9bdc7f3495
Add changelog.
2023-02-14 17:40:49 +05:30
Vedanshu Jain
7d26cc819c
Handle data query params by converting to appropriate timezone.
...
Additionally, there is not need to map params from same key to value name, otherwise it causes issues and gets unset the in for loop below.
2023-02-14 17:39:33 +05:30
Vedanshu Jain
dfd2c7d44f
Apply coding standards.
2023-02-14 16:55:48 +05:30
Vedanshu Jain
c9bf8dd194
Validate orders seperately since it not always a CPT.
2023-02-14 16:42:35 +05:30
Vedanshu Jain
1025df096e
Add changelog.
2023-01-27 16:17:15 +05:30
Vedanshu Jain
3b503dc7a7
Enable HPOS for all tests.
2023-01-27 16:15:29 +05:30
Vedanshu Jain
dead6d7060
Eliminate duplicate HPOS internal meta keys ( #36611 )
2023-01-27 15:12:29 +05:30
Gan Eng Chin
0061e34a00
Code refactor on marketing components ( #36540 )
2023-01-27 16:00:35 +08:00
Sam Seay
341541964c
Update action dependencies to remove set-output and save-state warnings ( #36549 )
2023-01-27 20:26:54 +13:00
github-actions[bot]
18c0fe965e
Release: Remove 7.4 change files ( #36565 )
...
Delete changelog files from 7.4 release
Co-authored-by: WooCommerce Bot <no-reply@woocommerce.com>
2023-01-26 16:48:25 -06:00
github-actions[bot]
8c459a7ab7
Prep trunk for 7.5 cycle ( #36566 )
...
Co-authored-by: WooCommerce Bot <no-reply@woocommerce.com>
2023-01-26 16:48:14 -06:00
Matt Sherman
43a42eac27
Include CSS for experimental tree control ( #36517 )
...
* Add @wordpress/base-styles as dependency to @woocommerce/components
* Import experimental tree control styles
* Calc padding-left for tree item in CSS instead of JS
* Force resolution of 7.0.2 react and install base styles.
* Update lock file
Co-authored-by: Sam Seay <samueljseay@gmail.com>
2023-01-26 14:45:14 -05:00
Luigi Teschio
18f609eade
Bump WooCommerce blocks package to 9.4.2 ( #36624 )
...
* bump WooCommerce blocks package to 9.4.1
* bump WooCommerce blocks package to 9.4.2
2023-01-26 18:57:43 +01:00
Gan Eng Chin
c2aad26473
Simplify CardHeaderTitle CSS.
...
- Use `@include font-size ( 20 )` to generate relative size in rem.
- Use unitless number value for line-height; this is the preferred way according to MDN.
- `font-weight` and `letter-spacing` are not needed.
The UI looks the same before and after this change.
2023-01-27 01:26:37 +08:00
Joshua T Flowers
dfe2780e6a
Add default value for backorders ( #36607 )
...
* Add default value for backorders
* Add changelog entry
2023-01-26 09:20:10 -08:00
Nathan Silveira
b7fd3d9e76
Move registerFill call to inside an useEffect ( #36623 )
...
That call was causing a React error (Cannot update a component while rendering a different component)
2023-01-26 13:59:52 -03:00
Willington Vega
7ef4fef53a
Fix dynamic property creation warning in `class-woocommerce.php` ( #36545 )
...
Declares $api as a public property to the WooCommerce class in order to avoid a deprecation warning that will eventually be an error in upcoming PHP versions.
2023-01-25 17:25:27 -08:00
Nathan Silveira
a274057a6e
Create PHP helper functions for adding new tabs ( #36583 )
...
* Update documentation on how to add a new field through FormFactory
* Add method to add_tab through FormFactory
* Update ProductForm definition and add Tabs
* Add changelog
* Add test to add_tab and get_tabs methods
* Add changelog for @woocommerce/data
* Add tabs to reducer actions and initial state
* Remove unused function
* Fix unit test
* Increment Tabs TypeScript definition
* Add required fields to Tab class and refactor to reduce lines of code
* Change from filter to action in doc example
* Update method documentation
* Add required fields to test
* Change productform_field test
* Fix form-factory unit test
* Update wrong comment
2023-01-25 18:21:41 -03:00
Ron Rennick
bf5adf19d2
add changelog
2023-01-25 16:23:01 -04:00
Ron Rennick
e2e28fed0b
reduce merged internal meta keys to unique list
2023-01-25 16:17:46 -04:00
Barry Hughes
a531f83b6d
[HPOS] Add HPOS support for the reserved stock query ( #36535 )
2023-01-24 18:29:18 -08:00
Corey McKrill
5d59e534da
ReserveStock: Switch to OrderUtil for detecting HPOS usage
2023-01-24 16:02:46 -08:00
louwie17
bcdf2518e6
Refactor product tabs and add product tab slot fills ( #36551 )
2023-01-24 15:37:21 -08:00
AnnaMag
b78318525b
Disable the new navigation in the WC Admin. ( #36456 )
...
* Disable the new navigation.
* Add changelog
* Fix linter errors.
* Disable the new_navigation option.'
* Navigation: disable the opt-out modal.
* Disable navigation for sites that have it turned off. Revert obsolete changes.
* Navigation: Add warning before disabling the navigation
in the Feature Settings.
* Linter errors.
* Correct the logic.
* Edit the notice text.
* Fixing linting errors."
* Tests: fix the copy.
2023-01-24 14:05:19 +01:00
Joel Thiessen
4341a53144
Migrating pricing section in product editor to slot fills ( #36500 )
...
* Adding changelogs
* Migrating pricing section in product editor to slot fills
* Adding slot and plugarea to variation form
* Removing obsolete pricing section files
2023-01-24 04:24:45 -04:00
Paul Sealock
0beb6b7503
Create woo extension: Update Woo version ( #36567 )
...
* Update woocommerce version
* changelog
2023-01-24 21:08:59 +13:00
Sam Seay
5eb13f89bc
Update the pnpm setup action in workflows to remove Node.js 12 deprecation warnings ( #36547 )
2023-01-24 15:44:31 +13:00
Sam Seay
12b8c36408
Add a live branches userscript to WooCommerce Beta Tester ( #36523 )
2023-01-24 15:44:05 +13:00
Fernando Marichal
c030b7dcd5
Add survey when disabling new experience ( #36544 )
...
* Add customer-score-tracks data
* Add callback after disabling new exp
* Add TransientNotice after filling out the survey
# Conflicts:
# plugins/woocommerce/src/Admin/Features/NewProductManagementExperience.php
* Remove comments
* Remove NEW_PRODUCT_MANAGEMENT_FEEDBACK
* Add changelog
* Rename const
* Remove queryParam after showing notice
* Fix lint
* Fix lint 2.0
* Remove empty line
* Refactor `maybe_show_disabled_notice`
* Fix lint 3.0
Co-authored-by: Fernando Marichal <contacto@fernandomarichal.com>
2023-01-23 22:43:17 -03:00
Joshua T Flowers
372208be41
Always show comments for product feedback form ( #36484 )
...
* Always show comments for product feedback form
* Add changelog entry
* Add CES changelog entry
* Fix up lint errors
* Add default for shouldShowComments in CustomerFeedbackModal
2023-01-23 17:36:48 -08:00
Fernando Marichal
f13564419b
Add feedback modal and product mvp feedback modal components ( #36532 )
...
* Add FeedbackModal component
* Add ProductMVPFeedbackModal package
* Add ref
* Fix `Send feedback` button type
* Add changelog
* Rename a few props
Co-authored-by: Fernando Marichal <contacto@fernandomarichal.com>
2023-01-23 20:19:37 -03:00
Fernando Marichal
db2343cfed
Enable new experience when new user selects "Physical product" ( #36406 )
...
* Enable new experience for simple products
* Add changelog
* Fix `updateOptions`
* Fix redirect when new-exp is enabled
* Redirect when new-exp is enabled
Co-authored-by: Fernando Marichal <contacto@fernandomarichal.com>
2023-01-23 20:18:43 -03:00
Joshua T Flowers
4a2180f442
Show product CES footer on product tour close ( #36516 )
...
* Show product CES footer on product tour close
* Add changelog entry
* Remove unused code
2023-01-23 11:55:35 -08:00
Nathan Silveira
732fd7dba7
Fix typo in product tour in new product management experience ( #36561 )
2023-01-23 16:23:03 -03:00