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

Commit

Permalink
Bump version to 0.3.0, add a Changelog entry (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
kienstra committed Jun 20, 2023
1 parent 3195805 commit 4c2641b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
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.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
Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -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.

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.2.0",
"version": "0.3.0",
"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.2.0
* Version: 0.3.0
* Author: WP Engine
* Author URI: wpengine.com
* Text Domain: pattern-manager
Expand Down

0 comments on commit 4c2641b

Please sign in to comment.