Add changelog Release 11.1.3 (https://github.com/woocommerce/woocommerce-blocks/pull/11697)
This commit is contained in:
parent
55f15c4912
commit
0d41c4df7e
|
@ -0,0 +1,16 @@
|
|||
# Testing notes and ZIP for release 11.1.3
|
||||
|
||||
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/13296296/woocommerce-gutenberg-products-block.zip)
|
||||
|
||||
## WooCommerce Core
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
#### Fix Single Product Classic Template block not showing on the front-end. [11455](https://github.com/woocommerce/woocommerce-blocks/pull/11455)
|
||||
|
||||
1. Enable WordPress 6.4.
|
||||
2. Enable a block theme.
|
||||
3. Go to Site Editor → Single Product template.
|
||||
4. Remove the blockified template and add the “Classic Template” block.
|
||||
5. Save and check the front-end.
|
||||
6. Check that the template is correctly rendered on the front-end.
|
|
@ -178,6 +178,7 @@ Every release includes specific testing instructions for new features and bug fi
|
|||
- [11.1.0](./1110.md)
|
||||
- [11.1.1](./1111.md)
|
||||
- [11.1.2](./1112.md)
|
||||
- [11.1.3](./1113.md)
|
||||
- [11.2.0](./1120.md)
|
||||
- [11.3.0](./1130.md)
|
||||
- [11.3.1](./1131.md)
|
||||
|
|
|
@ -307,6 +307,12 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
|
|||
- Product Gallery: CSS styling tightening up. ([10867](https://github.com/woocommerce/woocommerce-blocks/pull/10867))
|
||||
- Checkout Block: Prevent changes in the selected shipping method when new rates are added or removed. ([10457](https://github.com/woocommerce/woocommerce-blocks/pull/10457))
|
||||
|
||||
= 11.1.3 - 2023-11-08 =
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- WordPress 6.4: fixed a bug which would break sites using the Classic Template block for the Single Product template. [11455](https://github.com/woocommerce/woocommerce-blocks/pull/11455)
|
||||
|
||||
= 11.1.2 - 2023-09-27 =
|
||||
|
||||
#### Bug Fixes
|
||||
|
|
Loading…
Reference in New Issue