diff --git a/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/985.md b/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/985.md new file mode 100644 index 00000000000..1eab36a4622 --- /dev/null +++ b/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/985.md @@ -0,0 +1,16 @@ +# Testing notes and ZIP for release 9.8.5 + +Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/11287747/woocommerce-gutenberg-products-block.zip) + +## WooCommerce Core + +### Fix image editor in Featured Product/Category blocks on WP 6.2 [#9142](https://github.com/woocommerce/woocommerce-blocks/pull/9142) + +0. With WP 6.2: +1. Create a post and add the Featured Category block. +2. Click on the button to edit the image (note: this button is only available if the category has an image, if you don't have any categories with images, go to `wp-admin` > Products > Categories and edit a category to add an image): +![imatge](https://user-images.githubusercontent.com/3616980/233357474-a8574b19-62c6-425b-b76a-f36b3cbc14b2.png) +3. Make some changes (rotate, zoom, change aspect ratio, etc.) and apply them. +4. Verify the changes are applied and there are no errors in the browser devtools console (you can open it with F12). +5. Repeat all the steps above with the Featured Product block. +6. Repeat all steps above with WP 6.1 (you can use [WP Downgrade](https://wordpress.org/plugins/wp-downgrade/)). diff --git a/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/README.md b/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/README.md index 246ca9c8b53..421802674c8 100644 --- a/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/README.md +++ b/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/README.md @@ -135,6 +135,7 @@ Every release includes specific testing instructions for new features and bug fi - [9.8.2](./982.md) - [9.8.3](./983.md) - [9.8.4](./984.md) + - [9.8.5](./985.md) - [9.9.0](./990.md) - [10.0.0](./1000.md) - [10.0.1](./1001.md)