Update version for release
This commit is contained in:
parent
ded9322d15
commit
905ced2193
|
@ -4,7 +4,7 @@ Tags: gutenberg, woocommerce, woo commerce, products
|
|||
Requires at least: 4.7
|
||||
Tested up to: 4.9
|
||||
Requires PHP: 5.2
|
||||
Stable tag: 1.1.1
|
||||
Stable tag: 1.1.2
|
||||
License: GPLv3
|
||||
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
||||
|
||||
|
@ -53,6 +53,9 @@ Yes you can! Join in on our [GitHub repository](https://github.com/woocommerce/w
|
|||
|
||||
== Changelog ==
|
||||
|
||||
== 1.1.2 - 2018-09-07 =
|
||||
* Fix - Refactor to remove withAPIData usage, as the class was removed in Gutenberg 3.7.
|
||||
|
||||
== 1.1.1 - 2018-08-22 =
|
||||
* Fix - Make Newness ordering order correctly on frontend.
|
||||
* Fix - Don't cause fatal errors if WooCommerce is not active.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* Plugin Name: WooCommerce Gutenberg Products Block
|
||||
* Plugin URI: https://github.com/woocommerce/woocommerce-gutenberg-products-block
|
||||
* Description: WooCommerce Products block for the Gutenberg editor.
|
||||
* Version: 1.1.1
|
||||
* Version: 1.1.2
|
||||
* Author: Automattic
|
||||
* Author URI: https://woocommerce.com
|
||||
* Text Domain: woocommerce
|
||||
|
@ -14,7 +14,7 @@
|
|||
|
||||
defined( 'ABSPATH' ) || die();
|
||||
|
||||
define( 'WGPB_VERSION', '1.1.1' );
|
||||
define( 'WGPB_VERSION', '1.1.2' );
|
||||
|
||||
/**
|
||||
* Load up the assets if Gutenberg is active.
|
||||
|
|
Loading…
Reference in New Issue