From 9876481f34c6e448200a60ea11ba4fbc699d79fd Mon Sep 17 00:00:00 2001 From: Julia Amosova Date: Sun, 16 May 2021 12:30:23 -0400 Subject: [PATCH] Updated Release Testing Instructions WooCommerce 5.4 (markdown) --- Release-Testing-Instructions-WooCommerce-5.4.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Release-Testing-Instructions-WooCommerce-5.4.md b/Release-Testing-Instructions-WooCommerce-5.4.md index a703180..54b5cb8 100644 --- a/Release-Testing-Instructions-WooCommerce-5.4.md +++ b/Release-Testing-Instructions-WooCommerce-5.4.md @@ -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