From fd13b45857fa94db27adf7e03bc8a26e2251665b Mon Sep 17 00:00:00 2001 From: Jonny Harris Date: Tue, 21 Jun 2022 22:06:22 +0100 Subject: [PATCH] Bump WP version requirement in plugin (#11741) Co-authored-by: Pascal Birchler --- phpcs.xml.dist | 2 +- readme.txt | 2 +- web-stories.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/phpcs.xml.dist b/phpcs.xml.dist index 58ec4ecb0d22..9e9cf33a3627 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -1,6 +1,6 @@ - + error diff --git a/readme.txt b/readme.txt index bd2ae5c7fd02..bb969ff139a8 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: google Tested up to: 6.0 -Requires at least: 5.5 +Requires at least: 5.7 Stable tag: V.V.V License: Apache License 2.0 License URI: https://www.apache.org/licenses/LICENSE-2.0 diff --git a/web-stories.php b/web-stories.php index 2c798b02b2c7..10f3a1d71779 100644 --- a/web-stories.php +++ b/web-stories.php @@ -10,7 +10,7 @@ * Author: Google * Author URI: https://opensource.google.com/ * Version: 1.23.0-alpha.0 - * Requires at least: 5.5 + * Requires at least: 5.7 * Requires PHP: 7.2 * Text Domain: web-stories * License: Apache License 2.0 @@ -47,7 +47,7 @@ define( 'WEBSTORIES_PLUGIN_DIR_PATH', plugin_dir_path( WEBSTORIES_PLUGIN_FILE ) ); define( 'WEBSTORIES_PLUGIN_DIR_URL', plugin_dir_url( WEBSTORIES_PLUGIN_FILE ) ); define( 'WEBSTORIES_MINIMUM_PHP_VERSION', '7.2.24' ); -define( 'WEBSTORIES_MINIMUM_WP_VERSION', '5.5' ); +define( 'WEBSTORIES_MINIMUM_WP_VERSION', '5.7' ); define( 'WEBSTORIES_CDN_URL', 'https://wp.stories.google/static/main' ); if ( ! defined( 'WEBSTORIES_DEV_MODE' ) ) {