From 9556afdb67e8249f658d1e2e63a8ca0c0a5f8f08 Mon Sep 17 00:00:00 2001 From: rodelgc Date: Mon, 17 Jan 2022 17:32:45 +0800 Subject: [PATCH] Updated Release Testing Instructions WooCommerce 6.2 (markdown) --- Release-Testing-Instructions-WooCommerce-6.2.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Release-Testing-Instructions-WooCommerce-6.2.md b/Release-Testing-Instructions-WooCommerce-6.2.md index e63860e..dfc2417 100644 --- a/Release-Testing-Instructions-WooCommerce-6.2.md +++ b/Release-Testing-Instructions-WooCommerce-6.2.md @@ -58,6 +58,19 @@ On a new site, with English language settings: ## WooCommerce Core Updates: +### Add an admin notice about the upcoming change in PHP requirements [#31557](https://github.com/woocommerce/woocommerce/pull/31557) +1. Create a WooCommerce test site with PHP version lower than 7.2. +1. Navigate to any admin page, e.g. Orders. +1. Verify that this notice IS SHOWN: + ![image](https://user-images.githubusercontent.com/937723/148522801-70055bac-9800-4dc5-b8cc-9682f27b8472.png) +1. Create a WooCommerce test site with PHP version equal to 7.2. +1. Navigate to any admin page, e.g. Orders. +1. Verify that the notice in Step 3 IS NOT SHOWN. +1. Create a WooCommerce test site with PHP version higher than 7.2. +1. Navigate to any admin page, e.g. Orders. +1. Verify that the notice in Step 3 IS NOT SHOWN. + + ### Fix PhotoSwipe lightbox "close" triggering elements covered by it on mobile [#31591](https://github.com/woocommerce/woocommerce/pull/31591) 1. Use Storefront or other theme that displays a menu toggle on narrow viewports 1. Use a mobile device or simulator to open a single product page