From 1de118608c2c3ea665c55ae91f994978841805d0 Mon Sep 17 00:00:00 2001 From: David Levin Date: Mon, 3 Dec 2018 13:36:57 -0800 Subject: [PATCH 1/3] Update readme file --- plugins/woocommerce-blocks/readme.txt | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/plugins/woocommerce-blocks/readme.txt b/plugins/woocommerce-blocks/readme.txt index 342227cb764..e0ce0d8f615 100644 --- a/plugins/woocommerce-blocks/readme.txt +++ b/plugins/woocommerce-blocks/readme.txt @@ -1,16 +1,18 @@ -=== WooCommerce Gutenberg Products Block === -Contributors: automattic, claudiulodro, tiagonoronha, jameskoster +=== WooCommerce Product Blocks === +Contributors: automattic, claudiulodro, tiagonoronha, jameskoster, ryelle, levinmedia Tags: gutenberg, woocommerce, woo commerce, products Requires at least: 4.7 Tested up to: 5.0 Requires PHP: 5.2 -Stable tag: 1.1.2 +Stable tag: 1.2.0 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html == Description == -The WooCommerce Gutenberg Products block is a new block for the Gutenberg post editor. This block is a custom products area that features your WooCommerce products. The products featured can be filtered by categories, sale status, or a variety of other fields, and you can even make a custom list of hand-picked products to display. The Products block is the easiest and most flexible way to feature your products on your posts and pages! +WooCommerce Product Blocks are the easiest, most flexible way to display your products on posts and pages! Using the original "Products Block", your displayed products can be filtered by category, sale status, or a variety of other fields. You can even make a custom list of hand-picked products to display. + +New for 1.2.0: We've added a stand-alone Product Category block to simplify the expereince and improve the category search and selection UI. Be on the lookout for additional stand-alone blocks in future releases. == Getting Started == @@ -50,9 +52,17 @@ Yes you can! Join in on our [GitHub repository](https://github.com/woocommerce/w 1. The initial Products block. 2. Selecting hand-picked products for the Products block. 3. The completed Products block when inserted into a post. +4. New: Stand-alone Product Category block == Changelog == +== 1.2.0 - 2018-12-04 = +* Feature - Stand-alone product category block with improved category selection interface +* Fix - All users who can edit posts can now use these blocks thanks to a new set of API endpoints allowing view access to products, product categories, and product attributes. Fixed: Compatibility with WP 5.0, “Cannot read property Toolbar of undefined” +* Fix - Only published products are shown in previews +* Enhancement - Translations should now load into the block (for WP 5.0+) +* Enhancement - Modernized build process and developer tools, and added tests for faster future development + == 1.1.2 - 2018-09-07 = * Fix - Refactor to remove withAPIData usage, as the class was removed in Gutenberg 3.7. From c0b98aac61a200adab4a934f560d38490c71c80d Mon Sep 17 00:00:00 2001 From: Kelly Dwan Date: Mon, 3 Dec 2018 17:36:28 -0500 Subject: [PATCH 2/3] Fix spelling, add periods to changelog bullets to match previous items --- plugins/woocommerce-blocks/readme.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/plugins/woocommerce-blocks/readme.txt b/plugins/woocommerce-blocks/readme.txt index e0ce0d8f615..1000ad2e7b3 100644 --- a/plugins/woocommerce-blocks/readme.txt +++ b/plugins/woocommerce-blocks/readme.txt @@ -12,7 +12,7 @@ License URI: https://www.gnu.org/licenses/gpl-3.0.html WooCommerce Product Blocks are the easiest, most flexible way to display your products on posts and pages! Using the original "Products Block", your displayed products can be filtered by category, sale status, or a variety of other fields. You can even make a custom list of hand-picked products to display. -New for 1.2.0: We've added a stand-alone Product Category block to simplify the expereince and improve the category search and selection UI. Be on the lookout for additional stand-alone blocks in future releases. +New for 1.2.0: We've added a stand-alone Product Category block to simplify the experience and improve the category search and selection UI. Be on the lookout for additional stand-alone blocks in future releases. == Getting Started == @@ -57,11 +57,12 @@ Yes you can! Join in on our [GitHub repository](https://github.com/woocommerce/w == Changelog == == 1.2.0 - 2018-12-04 = -* Feature - Stand-alone product category block with improved category selection interface -* Fix - All users who can edit posts can now use these blocks thanks to a new set of API endpoints allowing view access to products, product categories, and product attributes. Fixed: Compatibility with WP 5.0, “Cannot read property Toolbar of undefined” -* Fix - Only published products are shown in previews -* Enhancement - Translations should now load into the block (for WP 5.0+) -* Enhancement - Modernized build process and developer tools, and added tests for faster future development +* Feature - Stand-alone product category block with improved category selection interface. +* Fix - All users who can edit posts can now use these blocks thanks to a new set of API endpoints allowing view access to products, product categories, and product attributes. +* Fix - Compatibility with WP 5.0, fixed error “Cannot read property Toolbar of undefined”. +* Fix - Only published products are shown in previews. +* Enhancement - Translations should now load into the block (for WP 5.0+). +* Enhancement - Modernized build process and developer tools, and added tests for faster future development. == 1.1.2 - 2018-09-07 = * Fix - Refactor to remove withAPIData usage, as the class was removed in Gutenberg 3.7. From 663e324534dfd8fc596001ef070aa98fd085092d Mon Sep 17 00:00:00 2001 From: Kelly Dwan Date: Mon, 3 Dec 2018 17:37:40 -0500 Subject: [PATCH 3/3] Update the minimum requirements Tested with WC 3.3.1/WP 4.9/Gutenberg 4.6 --- plugins/woocommerce-blocks/readme.txt | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/plugins/woocommerce-blocks/readme.txt b/plugins/woocommerce-blocks/readme.txt index 1000ad2e7b3..8dfafafa9fe 100644 --- a/plugins/woocommerce-blocks/readme.txt +++ b/plugins/woocommerce-blocks/readme.txt @@ -18,8 +18,16 @@ New for 1.2.0: We've added a stand-alone Product Category block to simplify the = Minimum Requirements = -* The latest version of the Gutenberg plugin -* WooCommerce 3.3.0 or greater +* WordPress 4.9.x +* Gutenberg plugin 4.6 or greater +* WooCommerce 3.3.1 or greater +* PHP version 5.2.4 or greater (PHP 7.2 or greater is recommended) +* MySQL version 5.0 or greater (MySQL 5.6 or greater is recommended) + +OR + +* WordPress 5.0.x +* WooCommerce 3.5.1 or greater * PHP version 5.2.4 or greater (PHP 7.2 or greater is recommended) * MySQL version 5.0 or greater (MySQL 5.6 or greater is recommended)