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

Commit d31f961

Browse files
committed
update readme
1 parent 702eecd commit d31f961

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

readme.txt

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

8787
== Changelog ==
8888

89+
90+
= 7.9.0 - 2022-06-20 =
91+
92+
#### Enhancements
93+
94+
- Disable page scroll when Mini Cart drawer is open. ([6532](https://github.com/woocommerce/woocommerce-blocks/pull/6532))
95+
- Register filter blocks using block metadata. ([6505](https://github.com/woocommerce/woocommerce-blocks/pull/6505))
96+
97+
#### Bug Fixes
98+
99+
- Fix images hidden by default in Product grid blocks after WC 6.6 update. ([6599](https://github.com/woocommerce/woocommerce-blocks/pull/6599))
100+
- Fix: Scrolling issue of the Filled Mini Cart Contents block. ([6565](https://github.com/woocommerce/woocommerce-blocks/pull/6565))
101+
- Fix an endless loop when using product grid blocks inside product descriptions. ([6471](https://github.com/woocommerce/woocommerce-blocks/pull/6471))
102+
103+
#### Various
104+
105+
- Prevent warnings appearing when using some plugins for managing shipping packages. ([6470](https://github.com/woocommerce/woocommerce-blocks/pull/6470))
106+
- Add template descriptions. ([6345](https://github.com/woocommerce/woocommerce-blocks/pull/6345))
107+
108+
89109
= 7.8.1 - 2022-06-13 =
90110

91111
#### Bug Fixes

woocommerce-gutenberg-products-block.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Requires at least: 6.0
1111
* Requires PHP: 7.0
1212
* WC requires at least: 6.4
13-
* WC tested up to: 6.5
13+
* WC tested up to: 6.6
1414
*
1515
* @package WooCommerce\Blocks
1616
* @internal This file is only used when running as a feature plugin.

0 commit comments

Comments
 (0)