From f411c4453f7bbb8cdb6383565fec08b556d94556 Mon Sep 17 00:00:00 2001 From: claudiulodro Date: Wed, 22 Aug 2018 10:59:02 -0700 Subject: [PATCH] Update info for release --- plugins/woocommerce-blocks/readme.txt | 6 +++++- .../woocommerce-gutenberg-products-block.php | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/plugins/woocommerce-blocks/readme.txt b/plugins/woocommerce-blocks/readme.txt index 19ee9068d2a..9239b895f51 100644 --- a/plugins/woocommerce-blocks/readme.txt +++ b/plugins/woocommerce-blocks/readme.txt @@ -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. diff --git a/plugins/woocommerce-blocks/woocommerce-gutenberg-products-block.php b/plugins/woocommerce-blocks/woocommerce-gutenberg-products-block.php index 9206cde10e0..9bc3b17cf6b 100644 --- a/plugins/woocommerce-blocks/woocommerce-gutenberg-products-block.php +++ b/plugins/woocommerce-blocks/woocommerce-gutenberg-products-block.php @@ -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.