Merge branch 'release/9.4.0' of https://github.com/woocommerce/woocommerce-blocks into trunk

This commit is contained in:
Luigi 2023-01-23 11:47:15 +01:00
commit adcfff67bc
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,15 @@
# Testing notes and ZIP for release 9.4.1
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/10478793/woocommerce-gutenberg-products-block.zip)
## Feature plugin and package inclusion in WooCommerce
### Prevent Cart and Checkout notices from disappearing immediately after adding. ([8253](https://github.com/woocommerce/woocommerce-blocks/pull/8253))
1. Add an item to your cart. Open the same item in the editor.
2. In a new tab go to the Cart block.
3. In the editor set the item to be out of stock.
4. In the Cart block, update the item's quantity, ensure you see a notice.
5. Open the console. Type: `wp.data.dispatch( 'core/notices' ).createNotice( 'error', 'error from console', { context: 'wc/cart', } );`
6. Ensure your error appears alongside the out of stock notice.
7. Repeat for the mini-cart.

View File

@ -80,6 +80,12 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
== Changelog ==
= 9.4.1 - 2023-01-23 =
#### Bug Fixes
Prevent Cart and Checkout notices from disappearing immediately after adding. ([8253](https://github.com/woocommerce/woocommerce-blocks/pull/8253))
= 9.4.0 - 2023-01-16 =
#### Enhancements