diff --git a/plugins/woocommerce-blocks/readme.txt b/plugins/woocommerce-blocks/readme.txt index 9239b895f51..c5ec393517d 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.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. diff --git a/plugins/woocommerce-blocks/woocommerce-gutenberg-products-block.php b/plugins/woocommerce-blocks/woocommerce-gutenberg-products-block.php index 0a03800dce7..79f03650e73 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.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.