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

Commit c4699e2

Browse files
authored
Bump version to 2.0.0-rc3 (#521)
* Update tested versions of WP & WC * Bump version & update readme
1 parent 24d20a0 commit c4699e2

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
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-rc2",
5+
"version": "2.0.0-rc3",
66
"description": "WooCommerce blocks for the Gutenberg editor.",
77
"homepage": "https://github.com/woocommerce/woocommerce-gutenberg-products-block/",
88
"keywords": [

readme.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
=== WooCommerce Blocks ===
22
Contributors: automattic, claudiulodro, tiagonoronha, jameskoster, ryelle, levinmedia
33
Tags: gutenberg, woocommerce, woo commerce, products
4-
Requires at least: 4.9
5-
Tested up to: 5.0
4+
Requires at least: 5.0
5+
Tested up to: 5.1
66
Requires PHP: 5.2
77
Stable tag: 1.4.0
88
License: GPLv3
@@ -94,6 +94,7 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
9494
- Fix: Product titles render HTML correctly in preview
9595
- Fix: Icons are now aligned correctly in placeholders
9696
- Fix: Grid block preview column width now matches the front-end
97+
- Fix: Webpack now builds using a custom jsonp callback, fixing possible collisions with other projects
9798
- API: Change namespace, endpoints now accessed at `/wc-blocks/v1/*`
9899
- API: Add `catalog_visibility` parameter for fetching products
99100
- API: Update structure of attribute term endpoint to return `attribute.slug`, `attribute.name` etc

woocommerce-gutenberg-products-block.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
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-rc2
6+
* Version: 2.0.0-rc3
77
* Author: Automattic
88
* Author URI: https://woocommerce.com
99
* Text Domain: woo-gutenberg-products-block
10-
* WC requires at least: 3.5
10+
* WC requires at least: 3.6
1111
* WC tested up to: 3.6
1212
*
1313
* @package WooCommerce\Blocks
1414
*/
1515

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

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

0 commit comments

Comments
 (0)