From 13928e3240c38569c8eca14dce4671253437279b Mon Sep 17 00:00:00 2001 From: Phil Johnston Date: Thu, 16 Mar 2023 14:20:10 -0400 Subject: [PATCH 1/2] Fix a couple things --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ffdb9d2..c2b71492 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ When you design beautiful block patterns for your theme, Pattern Manager by WP E * Save a pattern to a php file in your theme. ### Hidden WP core pattern features you can unlock with Pattern Manager: - * When a user makes a new page, post, auto-show a modal with your patterns, available to be used. + * When a user makes a new page or post, auto-show a modal with your patterns, available to be used. * Make your pattern available in the block inserter, or choose to hide it from the inserter. * Allow users to transform any block into your pattern. @@ -85,7 +85,7 @@ Ideally, no. It is recommended that you develop your patterns on a locally hoste ### Do I need the new block editor to use Pattern Manager? -Yes, you will need to have WordPress 6.1 or later installed to take advantage of Pattern Manager. +Yes, you will need to have WordPress 6.2 or later installed to take advantage of Pattern Manager. ## Screenshots From f0471aff43030f698a6cc93a635a67db6e29e52c Mon Sep 17 00:00:00 2001 From: Phil Johnston Date: Thu, 16 Mar 2023 14:54:53 -0400 Subject: [PATCH 2/2] Bump wp version to 6.2 --- pattern-manager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pattern-manager.php b/pattern-manager.php index 72e64393..01d4d8e0 100644 --- a/pattern-manager.php +++ b/pattern-manager.php @@ -10,7 +10,7 @@ * Domain Path: languages * License: GPLv2+ * License URI: http://www.gnu.org/licenses/gpl-2.0.txt - * Requires at least: 6.0 + * Requires at least: 6.2 * Requires PHP: 7.4 * Namespace: PatternManager *