Updated Release Testing Instructions WooCommerce 5.4 (markdown)

Julia Amosova 2021-05-16 12:30:23 -04:00
parent c66cebe6dd
commit 9876481f34
1 changed files with 2 additions and 1 deletions

@ -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