From 74a1ba215f2c6d70be54bcc7e53b99d04d1829a6 Mon Sep 17 00:00:00 2001 From: Tarun Vijwani Date: Mon, 15 Aug 2022 13:48:11 +0530 Subject: [PATCH] Bump version numbers and add changelog --- plugins/woocommerce-blocks/readme.txt | 16 ++++++++++++++++ .../woocommerce-gutenberg-products-block.php | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/plugins/woocommerce-blocks/readme.txt b/plugins/woocommerce-blocks/readme.txt index c834b932a30..b45c3fc1ff2 100644 --- a/plugins/woocommerce-blocks/readme.txt +++ b/plugins/woocommerce-blocks/readme.txt @@ -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 diff --git a/plugins/woocommerce-blocks/woocommerce-gutenberg-products-block.php b/plugins/woocommerce-blocks/woocommerce-gutenberg-products-block.php index d45b7efb20a..260a4f3610d 100644 --- a/plugins/woocommerce-blocks/woocommerce-gutenberg-products-block.php +++ b/plugins/woocommerce-blocks/woocommerce-gutenberg-products-block.php @@ -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.