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

Commit 0acec68

Browse files
committed
Update changelog and testing instructions
1 parent 31d5ceb commit 0acec68

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
1515
1. Create a post or page and add the All Products block. Verify styles are loaded correctly.
1616
2. Visit the page in the frontend and verify styles are loaded correctly in the frontend as well.
1717
3. Repeat steps 1 and 2 with all blocks listed on [this page](https://wordpress.org/plugins/woo-gutenberg-products-block/). Make sure to test each block individually. So, when possible, try with only one block on the page (in some cases, that's not possible, ie: filter blocks, in that case, try with as few blocks as possible on the page). The reason is that we want to make sure each block includes the style dependencies that it needs, so they need to be tested in isolation, otherwise styles from other blocks might leak into other blocks and "help fix issues".
18+
19+
### Fix the "On Sale" badge position. [#10550](https://github.com/woocommerce/woocommerce-blocks/pull/10550)

readme.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,12 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
8181

8282
== Changelog ==
8383

84-
= 10.8.2 - 2023-08-11 =
84+
= 10.8.3 - 2023-08-11 =
8585

8686
#### Bug Fixes
8787

8888
- Create wc-all-block-styles chunk with all blocks stylesheet for classic themes. ([10543](https://github.com/woocommerce/woocommerce-blocks/pull/10543))
89+
- Fix the "On Sale" badge position. ([10550](https://github.com/woocommerce/woocommerce-blocks/pull/10550))
8990

9091
= 10.8.2 - 2023-08-09 =
9192

0 commit comments

Comments
 (0)