From 4c2641ba757dc2fa5932693731a039286f0ae8fd Mon Sep 17 00:00:00 2001 From: Ryan Kienstra Date: Tue, 20 Jun 2023 12:20:59 -0600 Subject: [PATCH] Bump version to 0.3.0, add a Changelog entry (#202) --- README.md | 7 +++++-- package-lock.json | 2 +- package.json | 2 +- pattern-manager.php | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b2f103f6..36278447 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Donate link: https://wpengine.com Tags: pattern, patterns, pattern design, pattern builder, block patterns Requires at least: 6.1 Tested up to: 6.2 -Stable tag: 0.2.0 +Stable tag: 0.3.0 Requires PHP: 7.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -55,7 +55,7 @@ Here's an example of how you'd make that "Full Page" pattern: * Step 1: In Pattern Manager, click "Create New Pattern". * Step 2: Add the "Pattern Block" (note: this block is exclusively available in the Pattern Manager editor). * Step 3: Choose a pattern you've already made (like testimonials, features, call-to-actions, etc). - * Step 4. Once inserted, repeat steps 2-3 until you have a "Full Page" pattern you like. + * Step 4. Once inserted, repeat steps 2-3 until you have a "Full Page" pattern you like. The best part about using the "Pattern Block" is maintaining your patterns. If you ever need to make a change to a pattern, you can update it in one place and it will be updated anywhere you used the Pattern Block, dynamically. @@ -110,6 +110,9 @@ Yes, you will need to have WordPress 6.1 or later installed to take advantage of ## Changelog +### 0.3.0 +* Allow adding new categories in Editor UI. + ### 0.2.0 * Add 'Pattern Block' to render a pattern in a pattern. diff --git a/package-lock.json b/package-lock.json index e1534399..a904bdfa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { "name": "pattern-manager", - "version": "0.2.0", + "version": "0.3.0", "lockfileVersion": 1 } diff --git a/package.json b/package.json index eed123e0..338b5ae3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pattern-manager", - "version": "0.2.0", + "version": "0.3.0", "license": "GPL-2.0-or-later", "repository": { "type": "git", diff --git a/pattern-manager.php b/pattern-manager.php index d6215b6b..6007cc2b 100644 --- a/pattern-manager.php +++ b/pattern-manager.php @@ -2,7 +2,7 @@ /** * Plugin Name: Pattern Manager * Description: Create and maintain patterns. - * Version: 0.2.0 + * Version: 0.3.0 * Author: WP Engine * Author URI: wpengine.com * Text Domain: pattern-manager