diff --git a/Release-Testing-Instructions-WooCommerce-5.0.md b/Release-Testing-Instructions-WooCommerce-5.0.md index 37a8a91..5e2789a 100644 --- a/Release-Testing-Instructions-WooCommerce-5.0.md +++ b/Release-Testing-Instructions-WooCommerce-5.0.md @@ -1,6 +1,12 @@ WooCommerce 5.0 includes: - [WooCommerce Admin Updates:](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-5.0#woocommerce-admin-updates) + - [Help panel tooltip](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-5.0#help-panel-tooltip) + - [Add: Welcome modal when coming from Calypso](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-5.0#add-welcome-modal-when-coming-from-calypso-6004) + - [Add: Note for users coming from Calypso.](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-5.0#add-note-for-users-coming-from-calypso-6030) + - [New note: manage activity from home screen](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-5.0#new-note-manage-activity-from-home-screen-6072) + - [Business features install free extensions](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-5.0#business-features-install-free-extensions) + - [Inbox unread indicator](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-5.0#inbox-unread-indicator) - [WooCommerce Core Updates:](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-5.0#woocommerce-core-updates) - [Prevent duplicate new order email from being sent when changing order status](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-5.0#prevent-duplicate-new-order-email-from-being-sent-when-changing-order-status-28809) - [Fix incorrect product review count](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-5.0#fix-incorrect-product-review-count-28814) @@ -43,7 +49,7 @@ We do this to help draw attention to the help panel. - Navigate back home and then back to the unfinished task again - The popup should not show up (this goes for any other unfinished tasks as well). -### Add: Welcome modal when coming from Calypso #6004 +### Add: Welcome modal when coming from Calypso [#6004](https://github.com/woocommerce/woocommerce-admin/pull/6004) ![image](https://user-images.githubusercontent.com/224531/103834641-bb8d8b00-50cf-11eb-9aee-84ed43881c64.png) - Set up a new store @@ -53,14 +59,14 @@ We do this to help draw attention to the help panel. - Refresh the page. The modal should not reappear. - Remove the `&from-calypso` from the URL. The standard welcome modal should not reappear. -### Add: Note for users coming from Calypso. #6030 +### Add: Note for users coming from Calypso. [#6030](https://github.com/woocommerce/woocommerce-admin/pull/6030) ![image](https://user-images.githubusercontent.com/224531/103984338-a5b4be80-51d2-11eb-8783-289b5df10223.png) 1. Set up a new store 1. Visit the WooCommerce dashboard. The new note should not be present. 2. Add `?from-calypso` to the URL. The new note should now be present. -### New note: manage activity from home screen #6072 +### New note: manage activity from home screen [#6072](https://github.com/woocommerce/woocommerce-admin/pull/6072) ![image](https://user-images.githubusercontent.com/224531/104545039-d8e4cb00-5674-11eb-88cd-3cb8865be911.png) 1. Install a WooCommerce version prior to 5.0 @@ -134,7 +140,7 @@ This shows a small colored circle indicator on unread inbox notifications in the ![](https://i.imgur.com/x9G2jPg.png) -### Testing inbox unread indicator +#### Testing inbox unread indicator 1. Trigger an inbox notification (the easiest way is via WP-Crontrol and running wc_admin_daily job on a fresh site. This usually shows at least a couple of new user inbox messages.