From c62e430cdca98a88efa3609e4dbea1acc8c785c7 Mon Sep 17 00:00:00 2001 From: Ryan Kienstra Date: Tue, 31 Oct 2023 14:09:37 -0600 Subject: [PATCH] Release `0.3.1` (#216) * Bump the version to 0.3.1 * Add a CHANGELOG entry for 0.3.1 * Run the version check on release/ branches --- .circleci/config.yml | 2 +- README.md | 7 +++++-- package-lock.json | 2 +- package.json | 2 +- pattern-manager.php | 2 +- 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 63f9c7c5..6c9ff4bc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -113,7 +113,7 @@ workflows: tags: only: /^\d+\.\d+\.\d+$/ branches: - only: /^bump\/.*/ + only: /^release\/.*/ - svn-deploy: context: genesis-svn requires: diff --git a/README.md b/README.md index 1a36b54f..f5b520f6 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.3 -Stable tag: 0.3.0 +Stable tag: 0.3.1 Requires PHP: 7.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -49,7 +49,7 @@ Pattern Manager is designed to be used by theme developers and is not intended t * Create/update the pattern PHP file on your disk, in your theme. * Find and replace all local image urls with the correct PHP tag. * Find and copy all image files used into your theme. - + ## Additional Features ### The Pattern Block: Put patterns inside patterns. @@ -114,6 +114,9 @@ Yes, you will need to have WordPress 6.1 or later installed to take advantage of ## Changelog +### 0.3.1 +* Fix a minor security issue. + ### 0.3.0 * Allow adding new categories in Editor UI. diff --git a/package-lock.json b/package-lock.json index a904bdfa..62534bbb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { "name": "pattern-manager", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 1 } diff --git a/package.json b/package.json index a2e4f383..0fea3912 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pattern-manager", - "version": "0.3.0", + "version": "0.3.1", "license": "GPL-2.0-or-later", "repository": { "type": "git", diff --git a/pattern-manager.php b/pattern-manager.php index 6007cc2b..d32bb6ea 100644 --- a/pattern-manager.php +++ b/pattern-manager.php @@ -2,7 +2,7 @@ /** * Plugin Name: Pattern Manager * Description: Create and maintain patterns. - * Version: 0.3.0 + * Version: 0.3.1 * Author: WP Engine * Author URI: wpengine.com * Text Domain: pattern-manager