From c3468708423028073b9ceee6a8b872fd839ac236 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albert=20Juh=C3=A9=20Lluveras?= Date: Tue, 10 Dec 2019 12:29:58 +0100 Subject: [PATCH] Update changelog with 2.5.3 release (https://github.com/woocommerce/woocommerce-blocks/pull/1355) --- plugins/woocommerce-blocks/readme.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plugins/woocommerce-blocks/readme.txt b/plugins/woocommerce-blocks/readme.txt index 2c45469c519..8796058897f 100644 --- a/plugins/woocommerce-blocks/readme.txt +++ b/plugins/woocommerce-blocks/readme.txt @@ -116,6 +116,10 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/ == Changelog == += 2.5.3 - 2019-12-09 = +- Prevent Filter Products by Attribute block hiding non-matching options when Query Type is set to OR. #1339 +- Fix price slider layout in narrow columns #1231 + = 2.5.2 - 2019-12-02 = - Fixed a PHP Notice in Featured Category Block when the category is invalid. #1291 👏 @strategio - Filter Products by Attribute block now uses the attribute label instead of the slug to set the default title. #1271 @@ -126,7 +130,6 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/ = 2.5.1 - 2019-11-26 = - Fix Products by Tag, Products by Attribute and Handpicked products blocks showing an invalid attributes error. #1254 - Fix the price slider updating instantly even when filter button was enabled. #1228 -- Fix price slider layout in narrow columns. #1231 - Honor CSS classes in the editor for blocks added in 2.5. #1227 - Fix variable products price format in All Products block. #1210 - Allow the feature plugin to use WooCommerce Core translated strings. #1242