Updated Release Testing Instructions WooCommerce 6.2 (markdown)
parent
1e5f667354
commit
9556afdb67
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue