Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit ad4a4ba

Browse files
committed
Changelog
1 parent e607d86 commit ad4a4ba

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

readme.txt

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors: automattic, woocommerce, claudiulodro, tiagonoronha, jameskoster, ryelle, levinmedia, aljullu, mikejolley, nerrad, joshuawold, assassinateur, haszari
33
Tags: gutenberg, woocommerce, woo commerce, products, blocks, woocommerce blocks
44
Requires at least: 5.4
5-
Tested up to: 5.6
5+
Tested up to: 5.7
66
Requires PHP: 7.0
77
Stable tag: 4.3.0
88
License: GPLv3
@@ -85,6 +85,27 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
8585

8686
== Changelog ==
8787

88+
= 4.4.0 - 2021-02-02 =
89+
90+
#### Enhancements
91+
92+
- Design tweaks to the cart page which move the quantity picker below each cart item and improve usability on mobile. ([3734](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3734))
93+
94+
#### Bug Fixes
95+
96+
- Fix - Ensure empty categories are correctly hidden in the product categories block. ([3765](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3765))
97+
- Fix - Added missing wrapper div within FeaturedCategory and FeatureProduct blocks. ([3746](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3746))
98+
- Fix - Set correct text color in BlockErrorBoundry notices. ([3738](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3738))
99+
- Hidden cart item meta data will not be rendered in the Cart and Checkout blocks. ([3732](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3732))
100+
- Fix - Improved accessibility of product image links in the products block by using correct aria tags and hiding empty image placeholders. ([3722](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3722))
101+
- Add missing aria-label for stars image in the review-list-item component. ([3706](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3706))
102+
- Prevent "X-WC-Store-API-Nonce is invalid" error when going back to a page with the products block using the browser back button. ([3770](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3770))
103+
-
104+
#### compatibility
105+
106+
- Hide the All Products Block from the new Gutenberg Widget Areas until full support is achieved. ([3737](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3737))
107+
- Legacy `star-rating` class name has been removed from Product rating block (inside All Products block). That element is still selectable with the `.wc-block-components-product-rating` class name. ([3717](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3717))
108+
88109
= 4.3.0 - 2021-01-20 =
89110

90111
#### Bug Fixes

woocommerce-gutenberg-products-block.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Requires at least: 5.4
1111
* Requires PHP: 7.0
1212
* WC requires at least: 4.3
13-
* WC tested up to: 4.8
13+
* WC tested up to: 5.1
1414
*
1515
* @package WooCommerce\Blocks
1616
* @internal This file is only used when running as a feature plugin.

0 commit comments

Comments
 (0)