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

Commit c2940a1

Browse files
committed
update changelog and testing instructons
1 parent fe6f0eb commit c2940a1

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

docs/testing/releases/783.md

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 7.8.3
2+
3+
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/8940643/woocommerce-gutenberg-products-block.zip)
4+
5+
## Feature plugin and package inclusion in WooCommerce
6+
7+
### Fix images hidden by default in Product grid blocks after WC 6.6 update. ([6599](https://github.com/woocommerce/woocommerce-blocks/pull/6599))
8+
9+
1. With WC core 6.5.1 and WC Blocks disabled, add a Handpicked Products block to a post or page.
10+
2. Hide the Product price and Product rating using the sidebar toggles.
11+
3. Publish the post or page.
12+
4. Update to WC core to 6.6.0.
13+
5. Notice the images are no longer visible.
14+
6. Enable WC Blocks (with this branch).
15+
7. Verify images are visible by default.
16+
8. Verify you can still toggle the images.

docs/testing/releases/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ Every release includes specific testing instructions for new features and bug fi
7474
- [7.7.0](./770.md)
7575
- [7.8.0](./780.md)
7676
- [7.8.1](./781.md)
77+
- [7.8.2](./782.md)
78+
- [7.8.3](./783.md)
79+
7780

7881
<!-- FEEDBACK -->
7982
---

readme.txt

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

8787
== Changelog ==
8888

89+
= 7.8.3 - 2022-06-20 =
90+
91+
#### Bug Fixes
92+
93+
- Fix images hidden by default in Product grid blocks after WC 6.6 update. ([6599](https://github.com/woocommerce/woocommerce-blocks/pull/6599))
94+
8995
= 7.8.2 - 2022-06-20 =
9096

9197
#### Bug Fixes
@@ -117,7 +123,6 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
117123

118124
- Add support for `Font size` and `Font family` for the `Mini Cart` block. ([6396](https://github.com/woocommerce/woocommerce-blocks/pull/6396))
119125

120-
121126
= 7.7.0 - 2022-05-24 =
122127

123128
#### Enhancements

0 commit comments

Comments
 (0)