Skip to content

Commit e037f43

Browse files
author
YoastBot
committed
Bump version to 25.4-RC1
1 parent ed0bb74 commit e037f43

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"webpack-bundle-analyzer": "^4.9.1"
7777
},
7878
"yoast": {
79-
"pluginVersion": "25.3"
79+
"pluginVersion": "25.4-RC1"
8080
},
8181
"version": "0.0.0"
8282
}

wp-seo-main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* {@internal Nobody should be able to overrule the real version number as this can cause
1616
* serious issues with the options, so no if ( ! defined() ).}}
1717
*/
18-
define( 'WPSEO_VERSION', '25.3' );
18+
define( 'WPSEO_VERSION', '25.4-RC1' );
1919

2020

2121
if ( ! defined( 'WPSEO_PATH' ) ) {

wp-seo.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* @wordpress-plugin
1010
* Plugin Name: Yoast SEO
11-
* Version: 25.3
11+
* Version: 25.4-RC1
1212
* Plugin URI: https://yoa.st/1uj
1313
* Description: The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.
1414
* Author: Team Yoast
@@ -20,7 +20,7 @@
2020
* Requires PHP: 7.4
2121
*
2222
* WC requires at least: 7.1
23-
* WC tested up to: 9.8
23+
* WC tested up to: 9.9
2424
*
2525
* This program is free software: you can redistribute it and/or modify
2626
* it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)