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

Commit 3645ca7

Browse files
authored
Release 1.2.0 (#206)
* Update display name in wp-admin * Update minimum WP in readme.txt * Bump version in wp-admin * Disable “dev mode” for release * Updating plugin name * Update version constant * Don’t commit disabling dev mode
1 parent 543eb3b commit 3645ca7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

readme.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
=== WooCommerce Product Blocks ===
1+
=== WooCommerce Blocks ===
22
Contributors: automattic, claudiulodro, tiagonoronha, jameskoster, ryelle, levinmedia
33
Tags: gutenberg, woocommerce, woo commerce, products
4-
Requires at least: 4.7
4+
Requires at least: 4.9
55
Tested up to: 5.0
66
Requires PHP: 5.2
77
Stable tag: 1.2.0
@@ -10,7 +10,7 @@ License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

1111
== Description ==
1212

13-
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.
13+
WooCommerce 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.
1414

1515
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.
1616

woocommerce-gutenberg-products-block.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22
/**
3-
* Plugin Name: WooCommerce Gutenberg Products Block
3+
* Plugin Name: WooCommerce Blocks
44
* Plugin URI: https://github.com/woocommerce/woocommerce-gutenberg-products-block
5-
* Description: WooCommerce Products block for the Gutenberg editor.
6-
* Version: 1.1.2
5+
* Description: WooCommerce blocks for the Gutenberg editor.
6+
* Version: 1.2.0
77
* Author: Automattic
88
* Author URI: https://woocommerce.com
99
* Text Domain: woo-gutenberg-products-block
@@ -13,7 +13,7 @@
1313

1414
defined( 'ABSPATH' ) || die();
1515

16-
define( 'WGPB_VERSION', '1.1.2' );
16+
define( 'WGPB_VERSION', '1.2.0' );
1717

1818
define( 'WGPB_DEVELOPMENT_MODE', true );
1919

0 commit comments

Comments
 (0)