From 6b9c38dfc7debd77dca461a58fdc4159708de757 Mon Sep 17 00:00:00 2001 From: Luigi Date: Tue, 20 Jun 2023 09:00:08 +0200 Subject: [PATCH] add woocommerce/woocommerce-blocks#9886 PR --- .../docs/internal-developers/testing/releases/1050.md | 7 +++++++ plugins/woocommerce-blocks/readme.txt | 1 + 2 files changed, 8 insertions(+) diff --git a/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/1050.md b/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/1050.md index 97c915b4f98..41a945578e8 100644 --- a/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/1050.md +++ b/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/1050.md @@ -132,3 +132,10 @@ Before | After 18. Ensure that the Mini Cart shows the price excluding the tax. 19. Hover the Mini Cart. 20. Ensure that the Mini Cart shows always the same price. + +### Products block: fix compatibility with Gutenberg 16. ([9878](https://github.com/woocommerce/woocommerce-blocks/pull/9878)) + +1. Ensure that you have Gutenberg 16 installed and enabled. +2. Create a post/page. +3. Add the Products block. +4. Ensure that Products block defaults to the grid layout. diff --git a/plugins/woocommerce-blocks/readme.txt b/plugins/woocommerce-blocks/readme.txt index 525d6f82bef..ae5327bb7af 100644 --- a/plugins/woocommerce-blocks/readme.txt +++ b/plugins/woocommerce-blocks/readme.txt @@ -102,6 +102,7 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/ - Fix mini cart icon not displaying correctly in RTL sites. ([9707](https://github.com/woocommerce/woocommerce-blocks/pull/9707)) - Prevent Mini-Cart drawer to show horizontal scrollbar if the system has visible scrollbars. ([9676](https://github.com/woocommerce/woocommerce-blocks/pull/9676)) - Fix error when adding the Reviews by Category block to a store without any product reviews ([9869](https://github.com/woocommerce/woocommerce-blocks/pull/9869)) +- Products block: fix compatibility with Gutenberg 16. ([9878](https://github.com/woocommerce/woocommerce-blocks/pull/9878)) #### Dependencies