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

Commit 393aac0

Browse files
committed
Update changelog
1 parent d2b11c4 commit 393aac0

File tree

6 files changed

+41
-40
lines changed

6 files changed

+41
-40
lines changed

composer.lock

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
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-rc.1",
5+
"version": "2.3.0",
66
"description": "WooCommerce blocks for the Gutenberg editor.",
77
"homepage": "https://github.com/woocommerce/woocommerce-gutenberg-products-block/",
88
"keywords": [
@@ -37,7 +37,7 @@
3737
"@babel/core": "7.5.4",
3838
"@wordpress/babel-preset-default": "4.3.0",
3939
"@wordpress/blocks": "6.4.0",
40-
"@wordpress/browserslist-config": "^2.1.4",
40+
"@wordpress/browserslist-config": "^2.6.0",
4141
"@wordpress/components": "8.0.0",
4242
"@wordpress/date": "3.3.0",
4343
"@wordpress/dependency-extraction-webpack-plugin": "1.0.1",

readme.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
=== WooCommerce Blocks ===
2-
Contributors: automattic, claudiulodro, tiagonoronha, jameskoster, ryelle, levinmedia
3-
Tags: gutenberg, woocommerce, woo commerce, products
2+
Contributors: automattic
3+
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.2.1
7+
Stable tag: 2.3.0
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

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

8484
== Changelog ==
8585

86-
= 2.3.0 - 2019-08-01 =
86+
= 2.3.0 - 2019-08-12 =
8787

8888
- Feature: Added a new Featured Category Block; feature a category and show a link to it's archive.
8989
- Feature: Added a new Products by Tag(s) block.
@@ -100,6 +100,7 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
100100
- Fix - Disable HTML editing on dynamic blocks which have no content.
101101
- Fix - Hide background opacity control in Featured Product settings if there is no background image.
102102
- Fix - Reduce CSS specificity to make styling easier.
103+
- Fix - Fix author access to API for handpicked products block.
103104

104105
= 2.2.1 - 2019-07-04 =
105106

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-rc.1';
22+
const VERSION = '2.3.0';
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.3.0-rc.1
6+
* Version: 2.3.0
77
* Author: Automattic
88
* Author URI: https://woocommerce.com
99
* Text Domain: woo-gutenberg-products-block

0 commit comments

Comments
 (0)