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

Commit

Permalink
Release 0.3.1 (#216)
Browse files Browse the repository at this point in the history
* Bump the version to 0.3.1

* Add a CHANGELOG entry for 0.3.1

* Run the version check on release/ branches
  • Loading branch information
kienstra committed Oct 31, 2023
1 parent e4fcfd8 commit c62e430
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ workflows:
tags:
only: /^\d+\.\d+\.\d+$/
branches:
only: /^bump\/.*/
only: /^release\/.*/
- svn-deploy:
context: genesis-svn
requires:
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pattern-manager",
"version": "0.3.0",
"version": "0.3.1",
"license": "GPL-2.0-or-later",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion pattern-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c62e430

Please sign in to comment.