Bump version numbers and add changelog

This commit is contained in:
Tarun Vijwani 2022-08-15 13:48:11 +05:30
parent 2285d1d4e2
commit 74a1ba215f
2 changed files with 18 additions and 2 deletions

View File

@ -86,6 +86,22 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
== Changelog ==
= 8.3.0 - 2022-08-15 =
#### Enhancements
- Add feedback box to the Cart & Checkout Inner Blocks in the inspector. ([6881](https://github.com/woocommerce/woocommerce-blocks/pull/6881))
- Add notice to Cart and Checkout blocks' inspector controls which links to the list of compatible plugins. ([6869](https://github.com/woocommerce/woocommerce-blocks/pull/6869))
- Add the ability to register patterns by adding them under the "patterns" folder and add the new "WooCommerce Filters" pattern. ([6861](https://github.com/woocommerce/woocommerce-blocks/pull/6861))
- Enable the Cart and Checkout blocks when WooCommerce Blocks is bundled in WooCommerce Core. ([6805](https://github.com/woocommerce/woocommerce-blocks/pull/6805))
#### Bug Fixes
- Refactor style-attributes hooks to add as global custom imports and remove relative import paths. ([6870](https://github.com/woocommerce/woocommerce-blocks/pull/6870))
- Refactor Product Categories block to use block.json. ([6875](https://github.com/woocommerce/woocommerce-blocks/pull/6875))
- Fix: Update billing address when shipping address gets change in shipping calculator at Cart block. ([6823](https://github.com/woocommerce/woocommerce-blocks/pull/6823))
- Fix: Add font-weight controls to the Mini Cart block text. ([6760](https://github.com/woocommerce/woocommerce-blocks/pull/6760))
= 8.2.1 - 2022-08-03 =
#### Bug Fixes

View File

@ -9,8 +9,8 @@
* Text Domain: woo-gutenberg-products-block
* Requires at least: 6.0
* Requires PHP: 7.0
* WC requires at least: 6.6
* WC tested up to: 6.7
* WC requires at least: 6.7
* WC tested up to: 6.8
*
* @package WooCommerce\Blocks
* @internal This file is only used when running as a feature plugin.