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

Commit 3900bae

Browse files
authored
Rolling 2.3 release changelog (#672)
* changelog * Updated changelog * featured category block readme * readme * version bump
1 parent dbfc158 commit 3900bae

File tree

4 files changed

+15
-5
lines changed

4 files changed

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

readme.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: automattic, claudiulodro, tiagonoronha, jameskoster, ryelle, levin
33
Tags: gutenberg, woocommerce, woo commerce, products
44
Requires at least: 5.0
55
Tested up to: 5.2
6-
Requires PHP: 5.2
6+
Requires PHP: 5.6
77
Stable tag: 2.2.1
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -83,6 +83,16 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
8383

8484
== Changelog ==
8585

86+
= 2.3.0 - 2019-07-10 =
87+
88+
- Feature: Added a new Featured Category Block; feature a category and show a link to it's archive.
89+
- Feature: Added a new Products by Tag(s) block.
90+
- Feature: Allow individual variations to be selected in the Featured Product block.
91+
- Feature: Added a button alignment option to product grid blocks to align buttons horizontally across the row.
92+
- Feature: Added a cancel button to the product category block editor to discard unsaved changes.
93+
- Enhancement: Change the toggle for list type in Product Category List block to a button toggle component for clarity.
94+
- Build: Updated build process and plugin structure to follow modern best practices. Minimum PHP version bumped to 5.6.
95+
8696
= 2.2.1 - 2019-07-04 =
8797

8898
- Fix: Allow custom CSS classes on grid blocks.

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.3.0-dev';
22+
const VERSION = '2.3.0-beta';
2323

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

woocommerce-gutenberg-products-block.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
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.3.0-dev
6+
* Version: 2.3.0-beta
77
* Author: Automattic
88
* Author URI: https://woocommerce.com
99
* Text Domain: woo-gutenberg-products-block
1010
* WC requires at least: 3.6
11-
* WC tested up to: 3.6
11+
* WC tested up to: 3.7
1212
*
1313
* @package WooCommerce\Blocks
1414
* @internal This file is only used when running the REST API as a feature plugin.

0 commit comments

Comments
 (0)