Skip to content

Commit

Permalink
Merge pull request #21471 from Yoast/tested-up-to-wp-6.6
Browse files Browse the repository at this point in the history
Sets the WordPress tested up to version to 6.6
  • Loading branch information
enricobattocchi authored Jul 10, 2024
2 parents 45461a4 + a02b301 commit fa9bb01
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.5
Tested up to: 6.6
Stable tag: 23.0
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 @@ -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.5' );
\define( 'YOAST_SEO_WP_TESTED', '6.6' );
\define( 'YOAST_SEO_WP_REQUIRED', '6.4' );

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.5.5' );
define( 'YOAST_SEO_WP_TESTED', '6.6' );
define( 'YOAST_SEO_WP_REQUIRED', '6.4' );

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

0 comments on commit fa9bb01

Please sign in to comment.