Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit f89a6e5

Browse files
committed
Add 10.0.3 testing steps
1 parent 6fa1861 commit f89a6e5

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Testing notes and ZIP for release 10.0.3
2+
3+
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/11288213/woocommerce-gutenberg-products-block.zip)
4+
5+
## WooCommerce Core
6+
7+
### Fix image editor in Featured Product/Category blocks on WP 6.2. [(9142)](https://github.com/woocommerce/woocommerce-blocks/pull/9142)
8+
9+
0. With WP 6.2:
10+
1. Create a post and add the Featured Category block.
11+
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):
12+
![imatge](https://user-images.githubusercontent.com/3616980/233357474-a8574b19-62c6-425b-b76a-f36b3cbc14b2.png)
13+
3. Make some changes (rotate, zoom, change aspect ratio, etc.) and apply them.
14+
4. Verify the changes are applied and there are no errors in the browser devtools console (you can open it with <kbd>F12</kbd>).
15+
5. Repeat all the steps above with the Featured Product block.
16+
6. Repeat all steps above with WP 6.1 (you can use [WP Downgrade](https://wordpress.org/plugins/wp-downgrade/)).

docs/internal-developers/testing/releases/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ Every release includes specific testing instructions for new features and bug fi
139139
- [10.0.0](./1000.md)
140140
- [10.0.1](./1001.md)
141141
- [10.0.2](./1002.md)
142+
- [10.0.3](./1003.md)
142143

143144

144145
<!-- FEEDBACK -->

0 commit comments

Comments
 (0)