Update readme and testing notes for 11.4.5
This commit is contained in:
parent
b177aa9048
commit
ff9a98156b
|
@ -0,0 +1,16 @@
|
|||
# Testing notes and ZIP for release 11.4.5
|
||||
|
||||
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/13294232/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.
|
|
@ -186,4 +186,5 @@ Every release includes specific testing instructions for new features and bug fi
|
|||
- [11.4.2](./1142.md)
|
||||
- [11.4.3](./1143.md)
|
||||
- [11.4.4](./1144.md)
|
||||
- [11.4.5](./1145.md)
|
||||
- [11.5.0](./1150.md)
|
||||
|
|
|
@ -119,6 +119,12 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
|
|||
|
||||
- Remove bullet points and unnecessary padding from `SearchListControl`. ([11444](https://github.com/woocommerce/woocommerce-blocks/pull/11444))
|
||||
|
||||
= 11.4.5 - 2023-11-07 =
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- WordPress 6.4: fixed a bug which would break sites using the Classic Template block for the Single Product template. https://github.com/woocommerce/woocommerce-blocks/pull/11455
|
||||
|
||||
= 11.4.4 - 2023-11-06 =
|
||||
|
||||
#### Enhancements
|
||||
|
|
Loading…
Reference in New Issue