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 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 *