Updated Release Testing Instructions WooCommerce 5.4 (markdown)
parent
c66cebe6dd
commit
9876481f34
|
@ -11,6 +11,7 @@
|
|||
* [WooCommerce REST API Updates](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-5.4#update-the-date_query-usage-in-the-crud-controller-to-be-consistent-generating-an-array-of-queries)
|
||||
- Update the `date_query` usage in the CRUD controller to be consistent, generating an array of queries
|
||||
- Add the `dates_are_gmt` parameters to REST API to searched posts using the `post_date_gmt` column.
|
||||
- On the action of deleting a product category, we want to reassign any products that have been assigned to deleted category categories to a default Uncategorized category.
|
||||
|
||||
***
|
||||
|
||||
|
@ -128,7 +129,7 @@ To test:
|
|||
https://localhost.com/wp-json/wc/v3/orders?dates_are_gmt=true&after=2021-04-24T06:00:00&before=2021-04-24T14:00:00&consumer_key=xxx&consumer_secret=xxx
|
||||
```
|
||||
|
||||
### On the action of deleting a product category, we want to reassign any products that have been assigned to deleted category categories to a default Uncategorized category. Closes #29540
|
||||
### On the action of deleting a product category, we want to reassign any products that have been assigned to deleted category categories to a default Uncategorized category.
|
||||
|
||||
PR: https://github.com/woocommerce/woocommerce/pull/29681
|
||||
|
||||
|
|
Loading…
Reference in New Issue