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

Commit

Permalink
Release 1.2.0 (#206)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
ryelle authored Dec 4, 2018
1 parent 543eb3b commit 3645ca7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=== WooCommerce Product Blocks ===
=== WooCommerce Blocks ===
Contributors: automattic, claudiulodro, tiagonoronha, jameskoster, ryelle, levinmedia
Tags: gutenberg, woocommerce, woo commerce, products
Requires at least: 4.7
Requires at least: 4.9
Tested up to: 5.0
Requires PHP: 5.2
Stable tag: 1.2.0
Expand All @@ -10,7 +10,7 @@ License URI: https://www.gnu.org/licenses/gpl-3.0.html

== Description ==

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

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.

Expand Down
8 changes: 4 additions & 4 deletions woocommerce-gutenberg-products-block.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php
/**
* Plugin Name: WooCommerce Gutenberg Products Block
* Plugin Name: WooCommerce Blocks
* Plugin URI: https://github.com/woocommerce/woocommerce-gutenberg-products-block
* Description: WooCommerce Products block for the Gutenberg editor.
* Version: 1.1.2
* Description: WooCommerce blocks for the Gutenberg editor.
* Version: 1.2.0
* Author: Automattic
* Author URI: https://woocommerce.com
* Text Domain: woo-gutenberg-products-block
Expand All @@ -13,7 +13,7 @@

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

define( 'WGPB_VERSION', '1.1.2' );
define( 'WGPB_VERSION', '1.2.0' );

define( 'WGPB_DEVELOPMENT_MODE', true );

Expand Down

0 comments on commit 3645ca7

Please sign in to comment.