From d0d2bb4f3bbaa1f916bc419d697750d6fefd04f5 Mon Sep 17 00:00:00 2001 From: Kelly Dwan Date: Thu, 17 Jan 2019 15:04:22 -0500 Subject: [PATCH] Release 1.3.1 (https://github.com/woocommerce/woocommerce-blocks/pull/346) * Bump the version number * Add the changelog to the readme * Add new strings to the PHP file * Update stable tag --- .../languages/woo-gutenberg-products-block.php | 6 ++++++ plugins/woocommerce-blocks/readme.txt | 8 +++++++- .../woocommerce-gutenberg-products-block.php | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/plugins/woocommerce-blocks/languages/woo-gutenberg-products-block.php b/plugins/woocommerce-blocks/languages/woo-gutenberg-products-block.php index c12710f8750..0515d1d6fa8 100644 --- a/plugins/woocommerce-blocks/languages/woo-gutenberg-products-block.php +++ b/plugins/woocommerce-blocks/languages/woo-gutenberg-products-block.php @@ -7,6 +7,12 @@ $generated_i18n_strings = array( // Reference: assets/js/blocks/featured-product/block.js:135 __( 'Content', 'woo-gutenberg-products-block' ), + // Reference: assets/js/blocks/featured-product/block.js:137 + __( 'Show description', 'woo-gutenberg-products-block' ), + + // Reference: assets/js/blocks/featured-product/block.js:142 + __( 'Show price', 'woo-gutenberg-products-block' ), + // Reference: assets/js/blocks/featured-product/block.js:148 __( 'Overlay', 'woo-gutenberg-products-block' ), diff --git a/plugins/woocommerce-blocks/readme.txt b/plugins/woocommerce-blocks/readme.txt index 96a52aee2cf..c2e179a05a3 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.9 Tested up to: 5.0 Requires PHP: 5.2 -Stable tag: 1.3.0 +Stable tag: 1.3.1 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -88,6 +88,12 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/ == Changelog == +== 1.3.1 - 2019-01-17 = + +- Fix: A CSS conflict was causing the core columns style to reset, this has been fixed and columns will display as expected now. +- Fix: A version conflict with a JS package was causing the blocks to be broken in non-English locales. The package was updated. +- Fix: Translations were not being loaded correctly for the JS files. We now bundle the Danish, Spanish, and French translations so that these can be used. + == 1.3.0 - 2019-01-15 = - Feature: Added new blocks: "Featured Product", "Hand-picked Products", "Best Selling Products", "Newest Products", "On Sale Products", "Top Rated Products" diff --git a/plugins/woocommerce-blocks/woocommerce-gutenberg-products-block.php b/plugins/woocommerce-blocks/woocommerce-gutenberg-products-block.php index f895307f434..98bf58e2e69 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 Blocks * Plugin URI: https://github.com/woocommerce/woocommerce-gutenberg-products-block * Description: WooCommerce blocks for the Gutenberg editor. - * Version: 1.3.0 + * Version: 1.3.1 * Author: Automattic * Author URI: https://woocommerce.com * Text Domain: woo-gutenberg-products-block