Merge branch 'release/11.1.0' of github.com:woocommerce/woocommerce-blocks into trunk
This commit is contained in:
commit
446de5aece
|
@ -0,0 +1,11 @@
|
|||
# Testing notes and ZIP for release 11.1.1
|
||||
|
||||
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/12664716/woocommerce-gutenberg-products-block.zip)
|
||||
|
||||
## WooCommerce Core
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
#### Improved escaping around attributes [bb37d05](https://github.com/woocommerce/woocommerce-blocks/commit/bb37d056bccccd714fa6617c5da6f50d54837f41)
|
||||
|
||||
1. Smoke test blocks to ensure all of the escaped attributes render as expected.
|
|
@ -176,6 +176,8 @@ Every release includes specific testing instructions for new features and bug fi
|
|||
- [10.9.3](./1093.md)
|
||||
- [11.0.0](./1100.md)
|
||||
- [11.1.0](./1110.md)
|
||||
- [11.1.1](./1111.md)
|
||||
|
||||
|
||||
<!-- FEEDBACK -->
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ Tags: gutenberg, woocommerce, woo commerce, products, blocks, woocommerce blocks
|
|||
Requires at least: 6.3
|
||||
Tested up to: 6.3
|
||||
Requires PHP: 7.3
|
||||
Stable tag: 11.0.0
|
||||
Stable tag: 11.1.1
|
||||
License: GPLv3
|
||||
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
||||
|
||||
|
@ -81,6 +81,12 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 11.1.1 - 2023-09-20 =
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- Improved escaping around attributes [bb37d05](https://github.com/woocommerce/woocommerce-blocks/commit/bb37d056bccccd714fa6617c5da6f50d54837f41)
|
||||
|
||||
= 11.1.0 - 2023-09-11 =
|
||||
|
||||
#### Enhancements
|
||||
|
|
Loading…
Reference in New Issue