From 161e5e421da89691b4aea4b9ebe554ddf93d28c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Zi=C3=B3=C5=82kowski?= Date: Tue, 24 May 2022 10:34:02 +0200 Subject: [PATCH] Plugin: Updates tested up to with 6.0 version (#41272) --- .../plugin-templates/$slug.php.mustache | 2 +- .../plugin-templates/readme.txt.mustache | 2 +- packages/create-block/lib/templates/plugin/$slug.php.mustache | 2 +- packages/create-block/lib/templates/plugin/readme.txt.mustache | 2 +- readme.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/create-block-tutorial-template/plugin-templates/$slug.php.mustache b/packages/create-block-tutorial-template/plugin-templates/$slug.php.mustache index c369eb5ceecf58..676f923e7ec09b 100644 --- a/packages/create-block-tutorial-template/plugin-templates/$slug.php.mustache +++ b/packages/create-block-tutorial-template/plugin-templates/$slug.php.mustache @@ -8,7 +8,7 @@ * Description: {{description}} {{/description}} * Version: {{version}} - * Requires at least: 5.8 + * Requires at least: 5.9 * Requires PHP: 7.0 {{#author}} * Author: {{author}} diff --git a/packages/create-block-tutorial-template/plugin-templates/readme.txt.mustache b/packages/create-block-tutorial-template/plugin-templates/readme.txt.mustache index 81ccaf4cb9598a..a8a1de61fc1dec 100644 --- a/packages/create-block-tutorial-template/plugin-templates/readme.txt.mustache +++ b/packages/create-block-tutorial-template/plugin-templates/readme.txt.mustache @@ -3,7 +3,7 @@ Contributors: {{author}} {{/author}} Tags: block -Tested up to: 5.9 +Tested up to: 6.0 Stable tag: {{version}} {{#license}} License: {{license}} diff --git a/packages/create-block/lib/templates/plugin/$slug.php.mustache b/packages/create-block/lib/templates/plugin/$slug.php.mustache index b7b4c620ea364f..27da9860657881 100644 --- a/packages/create-block/lib/templates/plugin/$slug.php.mustache +++ b/packages/create-block/lib/templates/plugin/$slug.php.mustache @@ -7,7 +7,7 @@ {{#description}} * Description: {{description}} {{/description}} - * Requires at least: 5.8 + * Requires at least: 5.9 * Requires PHP: 7.0 * Version: {{version}} {{#author}} diff --git a/packages/create-block/lib/templates/plugin/readme.txt.mustache b/packages/create-block/lib/templates/plugin/readme.txt.mustache index 81ccaf4cb9598a..a8a1de61fc1dec 100644 --- a/packages/create-block/lib/templates/plugin/readme.txt.mustache +++ b/packages/create-block/lib/templates/plugin/readme.txt.mustache @@ -3,7 +3,7 @@ Contributors: {{author}} {{/author}} Tags: block -Tested up to: 5.9 +Tested up to: 6.0 Stable tag: {{version}} {{#license}} License: {{license}} diff --git a/readme.txt b/readme.txt index f381220084cfb6..dcc9e7c3598a52 100644 --- a/readme.txt +++ b/readme.txt @@ -1,6 +1,6 @@ === Gutenberg === Contributors: matveb, joen, karmatosed -Tested up to: 5.9 +Tested up to: 6.0 Stable tag: V.V.V License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html