Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/trunk' into feature/fix-assessments
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola committed Jul 10, 2024
2 parents a5c0344 + 79a5c04 commit 0ddbf26
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"webpack-bundle-analyzer": "^4.9.1"
},
"yoast": {
"pluginVersion": "23.1-RC3"
"pluginVersion": "23.1-RC4"
},
"version": "0.0.0"
}
10 changes: 7 additions & 3 deletions 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 Expand Up @@ -321,8 +321,12 @@ Release date: 2024-07-16

#### Enhancements

* Disabled an unneeded cleanup cronjob when indexables are disabled.
* Removes unnecessary query when indexables are disabled.
* Disables an unneeded cleanup cron job when indexables are disabled.
* Removes an unnecessary query when indexables are disabled.

#### Other

* Sets the \"WordPress tested up to\" version to 6.6.

= 23.0 =

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
4 changes: 2 additions & 2 deletions wp-seo-main.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* {@internal Nobody should be able to overrule the real version number as this can cause
* serious issues with the options, so no if ( ! defined() ).}}
*/
define( 'WPSEO_VERSION', '23.1-RC3' );
define( 'WPSEO_VERSION', '23.1-RC4' );


if ( ! defined( 'WPSEO_PATH' ) ) {
Expand All @@ -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
2 changes: 1 addition & 1 deletion wp-seo.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @wordpress-plugin
* Plugin Name: Yoast SEO
* Version: 23.1-RC3
* Version: 23.1-RC4
* Plugin URI: https://yoa.st/1uj
* Description: The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.
* Author: Team Yoast
Expand Down

0 comments on commit 0ddbf26

Please sign in to comment.