From bde74e46eca79264255c425323a01ab289662321 Mon Sep 17 00:00:00 2001 From: YoastBot Date: Tue, 23 May 2023 11:48:46 +0000 Subject: [PATCH] Bump version to 20.9-RC1 --- package.json | 2 +- tests/unit/bootstrap.php | 2 +- wp-seo-main.php | 2 +- wp-seo.php | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bf6df0ce09e..2b810a2485e 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "typescript": "^4.2.4" }, "yoast": { - "pluginVersion": "20.8" + "pluginVersion": "20.9-RC1" }, "version": "0.0.0" } diff --git a/tests/unit/bootstrap.php b/tests/unit/bootstrap.php index e407876c4f7..3ba14769366 100644 --- a/tests/unit/bootstrap.php +++ b/tests/unit/bootstrap.php @@ -36,7 +36,7 @@ define( 'YOAST_VENDOR_PREFIX_DIRECTORY', 'vendor_prefixed' ); define( 'YOAST_SEO_PHP_REQUIRED', '7.2.5' ); -define( 'YOAST_SEO_WP_TESTED', '6.2' ); +define( 'YOAST_SEO_WP_TESTED', '6.2.2' ); define( 'YOAST_SEO_WP_REQUIRED', '6.1' ); if ( ! defined( 'WPSEO_NAMESPACES' ) ) { diff --git a/wp-seo-main.php b/wp-seo-main.php index c930b5978b1..a1064c0ef00 100644 --- a/wp-seo-main.php +++ b/wp-seo-main.php @@ -15,7 +15,7 @@ * {@internal Nobody should be able to overrule the real version number as this can cause * serious issues with the options, so no if ( ! defined() ).}} */ -define( 'WPSEO_VERSION', '20.8' ); +define( 'WPSEO_VERSION', '20.9-RC1' ); if ( ! defined( 'WPSEO_PATH' ) ) { diff --git a/wp-seo.php b/wp-seo.php index e7bd56012bf..49dff683f43 100644 --- a/wp-seo.php +++ b/wp-seo.php @@ -8,7 +8,7 @@ * * @wordpress-plugin * Plugin Name: Yoast SEO - * Version: 20.8 + * Version: 20.9-RC1 * Plugin URI: https://yoa.st/1uj * Description: The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more. * Author: Team Yoast @@ -20,7 +20,7 @@ * Requires PHP: 7.2.5 * * WC requires at least: 7.1 - * WC tested up to: 7.6 + * WC tested up to: 7.7 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by