This commit is contained in:
Luigi 2023-06-19 15:23:12 +02:00
parent 677d66f137
commit edd3dd38da
2 changed files with 7 additions and 0 deletions

View File

@ -103,3 +103,9 @@ Before | After
5. Ensure the `Mini cart` icon is facing left instead of right as seen in the screenshot above.
![file.png](https://github.com/woocommerce/woocommerce-blocks/assets/2132595/30fd5c40-b035-4765-ad3b-00e8f1837785)
### 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))
1. Create a new post: Navigate to Posts > Add New from the WordPress dashboard.
2. Add the All Reviews block: When you're in the new post editor, click on the plus icon (+) in the top left corner or within the post editor to add a new block. Type All Reviews in the search bar and click on it to add the block to your post.
3. Check that the block is inserted to the Editor without any errors.

View File

@ -101,6 +101,7 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
- Add RTL preview support for mini-cart. ([9756](https://github.com/woocommerce/woocommerce-blocks/pull/9756))
- 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))
#### Dependencies