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

Commit 881f857

Browse files
committed
Bump version and add changelog
1 parent d59f012 commit 881f857

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@woocommerce/block-library",
33
"title": "WooCommerce Blocks",
44
"author": "Automattic",
5-
"version": "2.5.2",
5+
"version": "2.5.3",
66
"description": "WooCommerce blocks for the Gutenberg editor.",
77
"homepage": "https://github.com/woocommerce/woocommerce-gutenberg-products-block/",
88
"keywords": [

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: gutenberg, woocommerce, woo commerce, products, blocks, woocommerce blocks
44
Requires at least: 5.0
55
Tested up to: 5.3
66
Requires PHP: 5.6
7-
Stable tag: 2.5.2
7+
Stable tag: 2.5.3
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -116,6 +116,10 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
116116

117117
== Changelog ==
118118

119+
= 2.5.3 - 2019-12-09 =
120+
- Prevent Filter Products by Attribute block hiding non-matching options when Querty Type is set to OR. #1339
121+
- bug: Fix price slider layout in narrow columns #1231
122+
119123
= 2.5.2 - 2019-12-02 =
120124
- Fixed a PHP Notice in Featured Category Block when the category is invalid. #1291 👏 @strategio
121125
- Filter Products by Attribute block now uses the attribute label instead of the slug to set the default title. #1271

src/Package.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public static function container( $reset = false ) {
8484
NewPackage::class,
8585
function ( $container ) {
8686
// leave for automated version bumping.
87-
$version = '2.5.2';
87+
$version = '2.5.3';
8888
return new NewPackage(
8989
$version,
9090
dirname( __DIR__ )

woocommerce-gutenberg-products-block.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: WooCommerce Blocks
44
* Plugin URI: https://github.com/woocommerce/woocommerce-gutenberg-products-block
55
* Description: WooCommerce blocks for the Gutenberg editor.
6-
* Version: 2.5.2
6+
* Version: 2.5.3
77
* Author: Automattic
88
* Author URI: https://woocommerce.com
99
* Text Domain: woo-gutenberg-products-block

0 commit comments

Comments
 (0)