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

Commit 0951f52

Browse files
committed
add testing instructions and changelog
1 parent 4803c71 commit 0951f52

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Testing notes and ZIP for release 10.8.3
2+
3+
Zip file for testing:
4+
5+
## WooCommerce Core
6+
7+
### Create wc-all-block-styles chunk with all blocks stylesheet for classic themes. [#10543](https://github.com/woocommerce/woocommerce-blocks/pull/10543)
8+
9+
⚠️: Following these testing instruction for a classic theme (Storefront) and a block theme (TT3)
10+
11+
#### For classic theme ensure that is loaded only `wc-all-blocks-style.css` and `wc-blocks-vendors-style.css` stylesheets
12+
13+
#### For block theme sure that is loaded only the stylesheets of blocks visible in the page
14+
15+
1. Create a post or page and add the All Products block. Verify styles are loaded correctly.
16+
2. Visit the page in the frontend and verify styles are loaded correctly in the frontend as well.
17+
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".

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ Every release includes specific testing instructions for new features and bug fi
164164
- [10.8.0](./1080.md)
165165
- [10.8.1](./1081.md)
166166
- [10.8.2](./1082.md)
167+
- [10.8.3](./1083.md)
167168

168169

169170
<!-- FEEDBACK -->

readme.txt

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

8282
== Changelog ==
8383

84+
= 10.8.2 - 2023-08-11 =
85+
86+
#### Bug Fixes
87+
88+
- Create wc-all-block-styles chunk with all blocks stylesheet for classic themes. ([10543](https://github.com/woocommerce/woocommerce-blocks/pull/10543))
89+
8490
= 10.8.2 - 2023-08-09 =
8591

8692
#### Bug Fixes

0 commit comments

Comments
 (0)