Merge branch 'release/7.6.0' of https://github.com/woocommerce/woocommerce-blocks into trunk
This commit is contained in:
commit
4d9780269f
|
@ -0,0 +1,16 @@
|
|||
# Testing notes and ZIP for release 7.6.2
|
||||
|
||||
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/8940540/woocommerce-gutenberg-products-block.zip)
|
||||
|
||||
## Feature plugin and package inclusion in WooCommerce
|
||||
|
||||
### Fix images hidden by default in Product grid blocks after WC 6.6 update. ([6599](https://github.com/woocommerce/woocommerce-blocks/pull/6599))
|
||||
|
||||
1. With WC core 6.5.1 and WC Blocks disabled, add a Handpicked Products block to a post or page.
|
||||
2. Hide the Product price and Product rating using the sidebar toggles.
|
||||
3. Publish the post or page.
|
||||
4. Update to WC core to 6.6.0.
|
||||
5. Notice the images are no longer visible.
|
||||
6. Enable WC Blocks (with this branch).
|
||||
7. Verify images are visible by default.
|
||||
8. Verify you can still toggle the images.
|
|
@ -71,10 +71,12 @@ Every release includes specific testing instructions for new features and bug fi
|
|||
- [7.4.2](./742.md)
|
||||
- [7.5.0](./750.md)
|
||||
- [7.6.0](./760.md)
|
||||
- [7.6.1](./761.md)
|
||||
- [7.6.1](./761.md)
|
||||
- [7.6.2](./762.md)
|
||||
- [7.7.0](./770.md)
|
||||
- [7.8.0](./780.md)
|
||||
- [7.8.1](./781.md)
|
||||
- [7.8.1](./781.md)
|
||||
|
||||
|
||||
<!-- FEEDBACK -->
|
||||
|
||||
|
|
|
@ -123,12 +123,18 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
|
|||
- 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))
|
||||
- Fix broken translation in Cart/Checkout blocks. ([6420](https://github.com/woocommerce/woocommerce-blocks/pull/6420))
|
||||
|
||||
= 7.6.2 - 2022-06-20 =
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- Fix images hidden by default in Product grid blocks after WC 6.6 update. ([6599](https://github.com/woocommerce/woocommerce-blocks/pull/6599))
|
||||
|
||||
= 7.6.1 - 2022-06-17 =
|
||||
|
||||
#### Bug Fixes
|
||||
### Bug Fixes
|
||||
|
||||
- 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))
|
||||
- Fix PHP notice in Mini Cart when prices included taxes. ([6537](https://github.com/woocommerce/woocommerce-blocks/pull/6537))
|
||||
- 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))
|
||||
|
||||
= 7.6.0 - 2022-05-09 =
|
||||
|
||||
|
|
Loading…
Reference in New Issue