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

Commit 726ed4f

Browse files
committed
Update version to 2.4.1 and changelog
1 parent bb6f6f5 commit 726ed4f

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
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.4.0",
5+
"version": "2.4.1",
66
"description": "WooCommerce blocks for the Gutenberg editor.",
77
"homepage": "https://github.com/woocommerce/woocommerce-gutenberg-products-block/",
88
"keywords": [

readme.txt

Lines changed: 6 additions & 2 deletions
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.2
66
Requires PHP: 5.6
7-
Stable tag: 2.4.0
7+
Stable tag: 2.4.1
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -104,7 +104,11 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
104104

105105
== Changelog ==
106106

107-
= 2.4.0 =
107+
= 2.4.1 - 2019-08-30 =
108+
109+
- Fix conflict with WooCommerce Admin.
110+
111+
= 2.4.0 - 2019-08-29 =
108112
- Feature: A new block named 'All Reviews' was added in order to display a list of reviews from all products and categories of your store. #902
109113
- Feature: Added Reviews by Product block.
110114
- Feature: Added Reviews by Category block.

src/Package.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Package {
1919
*
2020
* @var string
2121
*/
22-
const VERSION = '2.4.0';
22+
const VERSION = '2.4.1';
2323

2424
/**
2525
* Stores if init has ran yet.

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.4.0
6+
* Version: 2.4.1
77
* Author: Automattic
88
* Author URI: https://woocommerce.com
99
* Text Domain: woo-gutenberg-products-block

0 commit comments

Comments
 (0)