diff --git a/package.json b/package.json index 3da8f076dd3..ef5bd7e17ed 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "typescript": "^4.2.4" }, "yoast": { - "pluginVersion": "22.4-RC1" + "pluginVersion": "22.4-RC2" }, "version": "0.0.0" } diff --git a/wp-seo-main.php b/wp-seo-main.php index 8468f02d6e7..026c8b92a98 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', '22.4-RC1' ); +define( 'WPSEO_VERSION', '22.4-RC2' ); if ( ! defined( 'WPSEO_PATH' ) ) { diff --git a/wp-seo.php b/wp-seo.php index 58a6e827474..faa3576ed59 100644 --- a/wp-seo.php +++ b/wp-seo.php @@ -8,7 +8,7 @@ * * @wordpress-plugin * Plugin Name: Yoast SEO - * Version: 22.4-RC1 + * Version: 22.4-RC2 * 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: 8.6 + * WC tested up to: 8.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