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

Commit f975718

Browse files
authored
Bump version to 2.0.0 (#530)
* Version bump to 2.0.0 * Update readme
1 parent c4699e2 commit f975718

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.0.0-rc3",
5+
"version": "2.0.0",
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 & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors: automattic, claudiulodro, tiagonoronha, jameskoster, ryelle, levinmedia
33
Tags: gutenberg, woocommerce, woo commerce, products
44
Requires at least: 5.0
5-
Tested up to: 5.1
5+
Tested up to: 5.2
66
Requires PHP: 5.2
77
Stable tag: 1.4.0
88
License: GPLv3
@@ -12,7 +12,7 @@ License URI: https://www.gnu.org/licenses/gpl-3.0.html
1212

1313
WooCommerce Blocks are the easiest, most flexible way to display your products on posts and pages!
1414

15-
**NEW: Products by Attribute Block**
15+
**Products by Attribute Block**
1616
Display a grid of products from your selected attributes.
1717

1818
**Featured Product Block**
@@ -43,7 +43,7 @@ We've also improved the category selection filter. If you select two or more cat
4343
= Minimum Requirements =
4444

4545
* WordPress 5.0
46-
* WooCommerce 3.5.1 or greater
46+
* WooCommerce 3.6 or greater
4747
* PHP version 5.2.4 or greater (PHP 7.2 or greater is recommended)
4848
* MySQL version 5.0 or greater (MySQL 5.6 or greater is recommended)
4949

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

8484
== Changelog ==
8585

86-
= 2.0.0 - TBD =
86+
= 2.0.0 - 2019-04-18 =
8787

88-
- **BREAKING:** Requires WordPress 5.0+, WooCommerce 3.5+
88+
- **BREAKING:** Requires WordPress 5.0+, WooCommerce 3.6+
8989
- **BREAKING:** Remove the legacy block entirely
9090
- **BREAKING:** Remove the `wc-pb/v3/*` endpoints in favor of new core `wc-blocks/v1/*` endpoints
9191
- Feature: Add content visibility settings to show/hide title, price, rating, button

woocommerce-gutenberg-products-block.php

Lines changed: 2 additions & 2 deletions
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.0.0-rc3
6+
* Version: 2.0.0
77
* Author: Automattic
88
* Author URI: https://woocommerce.com
99
* Text Domain: woo-gutenberg-products-block
@@ -15,7 +15,7 @@
1515

1616
defined( 'ABSPATH' ) || die();
1717

18-
define( 'WGPB_VERSION', '2.0.0-rc3' );
18+
define( 'WGPB_VERSION', '2.0.0' );
1919
define( 'WGPB_PLUGIN_FILE', __FILE__ );
2020
define( 'WGPB_ABSPATH', dirname( WGPB_PLUGIN_FILE ) . '/' );
2121

0 commit comments

Comments
 (0)