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

Commit 3e94906

Browse files
committed
Merge branch 'release/7.6.0' of https://github.com/woocommerce/woocommerce-blocks into trunk
2 parents 7db6442 + 27806f2 commit 3e94906

File tree

3 files changed

+28
-4
lines changed

3 files changed

+28
-4
lines changed

docs/testing/releases/762.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.6.2
2+
3+
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/8940540/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: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,12 @@ Every release includes specific testing instructions for new features and bug fi
7171
- [7.4.2](./742.md)
7272
- [7.5.0](./750.md)
7373
- [7.6.0](./760.md)
74-
- [7.6.1](./761.md)
74+
- [7.6.1](./761.md)
75+
- [7.6.2](./762.md)
7576
- [7.7.0](./770.md)
7677
- [7.8.0](./780.md)
77-
- [7.8.1](./781.md)
78+
- [7.8.1](./781.md)
79+
7880

7981
<!-- FEEDBACK -->
8082

readme.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,18 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
123123
- Fix an issue where the Cart & Checkout could have some of the locked inner blocks removed. ([6419](https://github.com/woocommerce/woocommerce-blocks/pull/6419))
124124
- Fix broken translation in Cart/Checkout blocks. ([6420](https://github.com/woocommerce/woocommerce-blocks/pull/6420))
125125

126+
= 7.6.2 - 2022-06-20 =
127+
128+
#### Bug Fixes
129+
130+
- Fix images hidden by default in Product grid blocks after WC 6.6 update. ([6599](https://github.com/woocommerce/woocommerce-blocks/pull/6599))
131+
126132
= 7.6.1 - 2022-06-17 =
127133

128-
#### Bug Fixes
134+
### Bug Fixes
129135

130-
- Fix error Uncaught Error: Call to undefined function Automattic\WooCommerce\Blocks\Templates\wp_is_block_theme() in WP 5.8. ([6590](https://github.com/woocommerce/woocommerce-blocks/pull/6590))
131136
- Fix PHP notice in Mini Cart when prices included taxes. ([6537](https://github.com/woocommerce/woocommerce-blocks/pull/6537))
137+
- Fix error Uncaught Error: Call to undefined function Automattic\WooCommerce\Blocks\Templates\wp_is_block_theme() in WP 5.8. ([6590](https://github.com/woocommerce/woocommerce-blocks/pull/6590))
132138

133139
= 7.6.0 - 2022-05-09 =
134140

0 commit comments

Comments
 (0)