Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit b171c7e

Browse files
authored
Release 1.3.1 (#346)
* Bump the version number * Add the changelog to the readme * Add new strings to the PHP file * Update stable tag
1 parent 6e19bcf commit b171c7e

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

languages/woo-gutenberg-products-block.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
// Reference: assets/js/blocks/featured-product/block.js:135
88
__( 'Content', 'woo-gutenberg-products-block' ),
99

10+
// Reference: assets/js/blocks/featured-product/block.js:137
11+
__( 'Show description', 'woo-gutenberg-products-block' ),
12+
13+
// Reference: assets/js/blocks/featured-product/block.js:142
14+
__( 'Show price', 'woo-gutenberg-products-block' ),
15+
1016
// Reference: assets/js/blocks/featured-product/block.js:148
1117
__( 'Overlay', 'woo-gutenberg-products-block' ),
1218

readme.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: gutenberg, woocommerce, woo commerce, products
44
Requires at least: 4.9
55
Tested up to: 5.0
66
Requires PHP: 5.2
7-
Stable tag: 1.3.0
7+
Stable tag: 1.3.1
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -88,6 +88,12 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
8888

8989
== Changelog ==
9090

91+
== 1.3.1 - 2019-01-17 =
92+
93+
- Fix: A CSS conflict was causing the core columns style to reset, this has been fixed and columns will display as expected now.
94+
- Fix: A version conflict with a JS package was causing the blocks to be broken in non-English locales. The package was updated.
95+
- 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.
96+
9197
== 1.3.0 - 2019-01-15 =
9298

9399
- Feature: Added new blocks: "Featured Product", "Hand-picked Products", "Best Selling Products", "Newest Products", "On Sale Products", "Top Rated Products"

woocommerce-gutenberg-products-block.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: WooCommerce Blocks
44
* Plugin URI: https://github.com/woocommerce/woocommerce-gutenberg-products-block
55
* Description: WooCommerce blocks for the Gutenberg editor.
6-
* Version: 1.3.0
6+
* Version: 1.3.1
77
* Author: Automattic
88
* Author URI: https://woocommerce.com
99
* Text Domain: woo-gutenberg-products-block

0 commit comments

Comments
 (0)