Skip to content

Commit

Permalink
Merge pull request #20783 from Yoast/tested-up-to-wp-6.4
Browse files Browse the repository at this point in the history
Sets the WordPress tested up to version to 6.4
  • Loading branch information
enricobattocchi authored Oct 19, 2023
2 parents cfde122 + 2ed421f commit 5a7433f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://yoa.st/1up
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl.html
Tags: SEO, XML sitemap, Content analysis, Readability, Schema
Tested up to: 6.3
Tested up to: 6.4
Stable tag: 21.4
Requires PHP: 7.2.5

Expand Down
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.2' );
define( 'YOAST_SEO_WP_TESTED', '6.4' );
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.2' );
define( 'YOAST_SEO_WP_TESTED', '6.4' );
define( 'YOAST_SEO_WP_REQUIRED', '6.2' );

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

0 comments on commit 5a7433f

Please sign in to comment.