Update info for release

This commit is contained in:
claudiulodro 2018-08-22 10:59:02 -07:00
parent f6a992a17c
commit f411c4453f
2 changed files with 7 additions and 3 deletions

View File

@ -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.0
Stable tag: 1.1.1
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
@ -53,6 +53,10 @@ Yes you can! Join in on our [GitHub repository](https://github.com/woocommerce/w
== Changelog ==
== 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.
= 1.1.0 - 2018-06-06 =
* Feature - Add "Best Selling" and "Top Rated" product scopes.
* Fix - Only enqueue scripts and styles in the site backend.

View File

@ -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.0
* Version: 1.1.1
* Author: Automattic
* Author URI: https://woocommerce.com
* Text Domain: woocommerce
@ -14,7 +14,7 @@
defined( 'ABSPATH' ) || die();
define( 'WGPB_VERSION', '1.1.0' );
define( 'WGPB_VERSION', '1.1.1' );
/**
* Load up the assets if Gutenberg is active.