Skip to content

Commit

Permalink
Sets the WordPress tested up to version to 6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
enricobattocchi committed Oct 29, 2024
1 parent eb20137 commit a4d186a
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.6
Tested up to: 6.7
Stable tag: 23.7
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.6.2' );
\define( 'YOAST_SEO_WP_TESTED', '6.7' );
\define( 'YOAST_SEO_WP_REQUIRED', '6.5' );

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.6.2' );
define( 'YOAST_SEO_WP_TESTED', '6.7' );
define( 'YOAST_SEO_WP_REQUIRED', '6.5' );

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

0 comments on commit a4d186a

Please sign in to comment.