From 8de8fc917c0e80cddc10e06e897a60968c4b5e22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albert=20Juh=C3=A9=20Lluveras?= Date: Thu, 20 Apr 2023 18:04:52 +0200 Subject: [PATCH] Add 10.0.3 testing steps --- .../internal-developers/testing/releases/1003.md | 16 ++++++++++++++++ .../testing/releases/README.md | 1 + 2 files changed, 17 insertions(+) create mode 100644 plugins/woocommerce-blocks/docs/internal-developers/testing/releases/1003.md diff --git a/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/1003.md b/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/1003.md new file mode 100644 index 00000000000..d4fb0742cbf --- /dev/null +++ b/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/1003.md @@ -0,0 +1,16 @@ +# Testing notes and ZIP for release 10.0.3 + +Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/11288213/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 421802674c8..7d277c7f605 100644 --- a/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/README.md +++ b/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/README.md @@ -140,6 +140,7 @@ Every release includes specific testing instructions for new features and bug fi - [10.0.0](./1000.md) - [10.0.1](./1001.md) - [10.0.2](./1002.md) + - [10.0.3](./1003.md)