Skip to content

Commit

Permalink
Bump version to 23.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
YoastBot committed Jul 1, 2024
1 parent 24f9dc7 commit 068d1e9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"webpack-bundle-analyzer": "^4.9.1"
},
"yoast": {
"pluginVersion": "23.0-RC1"
"pluginVersion": "23.0-RC2"
},
"version": "0.0.0"
}
2 changes: 1 addition & 1 deletion tests/Unit/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
\define( 'YOAST_VENDOR_PREFIX_DIRECTORY', 'vendor_prefixed' );

\define( 'YOAST_SEO_PHP_REQUIRED', '7.2.5' );
\define( 'YOAST_SEO_WP_TESTED', '6.5.4' );
\define( 'YOAST_SEO_WP_TESTED', '6.5.5' );
\define( 'YOAST_SEO_WP_REQUIRED', '6.4' );

if ( ! \defined( 'WPSEO_NAMESPACES' ) ) {
Expand Down
4 changes: 2 additions & 2 deletions wp-seo-main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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', '23.0-RC1' );
define( 'WPSEO_VERSION', '23.0-RC2' );


if ( ! defined( 'WPSEO_PATH' ) ) {
Expand All @@ -35,7 +35,7 @@
define( 'YOAST_VENDOR_PREFIX_DIRECTORY', 'vendor_prefixed' );

define( 'YOAST_SEO_PHP_REQUIRED', '7.2.5' );
define( 'YOAST_SEO_WP_TESTED', '6.5.4' );
define( 'YOAST_SEO_WP_TESTED', '6.5.5' );
define( 'YOAST_SEO_WP_REQUIRED', '6.4' );

if ( ! defined( 'WPSEO_NAMESPACES' ) ) {
Expand Down
4 changes: 2 additions & 2 deletions wp-seo.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @wordpress-plugin
* Plugin Name: Yoast SEO
* Version: 23.0-RC1
* Version: 23.0-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
Expand All @@ -20,7 +20,7 @@
* Requires PHP: 7.2.5
*
* WC requires at least: 7.1
* WC tested up to: 8.9
* WC tested up to: 9.0
*
* 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
Expand Down

0 comments on commit 068d1e9

Please sign in to comment.