Skip to content

Commit

Permalink
Bump version to 21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
YoastBot committed Oct 17, 2023
1 parent 16af2eb commit a6083f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"typescript": "^4.2.4"
},
"yoast": {
"pluginVersion": "21.4-RC7"
"pluginVersion": "21.4"
},
"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 @@ -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.3.1' );
define( 'YOAST_SEO_WP_TESTED', '6.3.2' );
define( 'YOAST_SEO_WP_REQUIRED', '6.2' );

if ( ! defined( 'WPSEO_NAMESPACES' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion wp-seo-main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.1' );
define( 'YOAST_SEO_WP_TESTED', '6.3.2' );
define( 'YOAST_SEO_WP_REQUIRED', '6.2' );

if ( ! defined( 'WPSEO_NAMESPACES' ) ) {
Expand Down

0 comments on commit a6083f0

Please sign in to comment.