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

Commit

Permalink
Release 1.3.1 (#346)
Browse files Browse the repository at this point in the history
* Bump the version number

* Add the changelog to the readme

* Add new strings to the PHP file

* Update stable tag
  • Loading branch information
ryelle authored Jan 17, 2019
1 parent 6e19bcf commit b171c7e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions languages/woo-gutenberg-products-block.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
// 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' ),

Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion woocommerce-gutenberg-products-block.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b171c7e

Please sign in to comment.