From 58dc0898c0e4d7f908c84642f94764affa376ccc Mon Sep 17 00:00:00 2001 From: Julia Amosova Date: Tue, 22 Dec 2020 14:58:46 -0500 Subject: [PATCH] Updated Release Testing Instructions WooCommerce 4.9 (markdown) --- Release-Testing-Instructions-WooCommerce-4.9.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Release-Testing-Instructions-WooCommerce-4.9.md b/Release-Testing-Instructions-WooCommerce-4.9.md index 318635e..8de02a4 100644 --- a/Release-Testing-Instructions-WooCommerce-4.9.md +++ b/Release-Testing-Instructions-WooCommerce-4.9.md @@ -12,6 +12,7 @@ WooCommerce 4.9 includes: - [Review count failure fix](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-4.9#review-count-failure-fix) - [Better error messages when coupons are stuck in a pending order](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-4.9#better-error-messages-when-coupons-are-stuck-in-a-pending-order) - [The improved performance of getting the data related to WooCommerce/Customers](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-4.9#the-improved-performance-of-getting-the-data-related-to-woocommercecustomers) + - [Recetting Password functionality fix]() ## WooCommerce Admin Updates: @@ -279,4 +280,15 @@ PR for reference: https://github.com/woocommerce/woocommerce/pull/27352 - Search for the same customer as in step 2. - Confirm that the number of orders of the customer in the `Orders` column matches the number of orders from step 3: -![](https://cldup.com/foSQYp4Ob4.jpg) \ No newline at end of file +![](https://cldup.com/foSQYp4Ob4.jpg) + +*** + +### Recetting Password functionality fix + +PR for reference: https://github.com/woocommerce/woocommerce/pull/28467 + +**To test:** + +- Confirm that resetting the password using `yoursite.com/my-account/lost-password/` still works. +- You should be able to successfully reset the password. \ No newline at end of file