Skip to content

Commit

Permalink
Merge branch 'main' into trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
enricobattocchi committed Sep 24, 2024
2 parents 9df7465 + 7150644 commit 3f693a1
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 14 deletions.
4 changes: 2 additions & 2 deletions admin/class-gutenberg-compatibility.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ class WPSEO_Gutenberg_Compatibility {
*
* @var string
*/
public const CURRENT_RELEASE = '19.1.0';
public const CURRENT_RELEASE = '19.2.0';

/**
* The minimally supported version of Gutenberg by the plugin.
*
* @var string
*/
public const MINIMUM_SUPPORTED = '19.1.0';
public const MINIMUM_SUPPORTED = '19.2.0';

/**
* Holds the current version.
Expand Down
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.5-RC1"
"pluginVersion": "23.5"
},
"version": "0.0.0"
}
15 changes: 9 additions & 6 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ License: GPLv3
License URI: http://www.gnu.org/licenses/gpl.html
Tags: SEO, XML sitemap, Content analysis, Readability, Schema
Tested up to: 6.6
Stable tag: 23.4
Stable tag: 23.5
Requires PHP: 7.2.5

Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using the Yoast SEO plugin.
Expand All @@ -30,9 +30,9 @@ Empower search engines to fully understand your website using our Schema.org str

Yoast SEO offers comprehensive analysis tools that help elevate your content's SEO and readability. Get powerful insights and actionable recommendations to craft helpful content that resonates with readers and search engines.

**Premium Yoast AI features** Get suggestions for your titles and descriptions at the click of a button. The [Yoast AI features] (https://yoa.st/51c) save you time and optimize for higher click-through-rates.
**Premium Yoast AI features** Get suggestions for your titles and descriptions at the click of a button. The [Yoast AI features](https://yoa.st/51c) save you time and optimize for higher click-through-rates.

* Yoast AI Generate enables users to generate meta descriptions and titles for your pages, blog posts and social posts. Great! Even better, when you also have [Yoast WooCommerce SEO](https://yoa.st/3rh), you can recieve suggestions for product SEO titles and descriptions too! The best part, if you don't like the 5 suggestions, you can generate five more at a click.
* Yoast AI Generate enables users to generate meta descriptions and titles for your pages, blog posts and social posts. Great! Even better, when you also have [Yoast WooCommerce SEO](https://yoa.st/3rh), you can receive suggestions for product SEO titles and descriptions too! The best part, if you don't like the 5 suggestions, you can generate five more at a click.
* Yoast AI Optimize helps you optimize existing content for search engines. Optimize three of the assessments in the Yoast SEO Analysis; Keyphrase in introduction, Keyphrase distribution and Keyphrase density, with easy dismiss or apply options.


Expand Down Expand Up @@ -132,7 +132,7 @@ If you're looking for a structured learning path, our [Yoast SEO academy](https:

Not only do you get many additional benefits by upgrading to [Yoast SEO Premium](https://yoa.st/1v8), but you'll also get 24/7 personalized support that takes away your worry.

* Unlock our [AI features] (https://yoa.st/51c); Yoast AI Optimize and Yoast AI Generate. Perfect for marketing professionals, freelance writers, and content strategists, Yoast AI features enable customers of all technical levels to apply SEO best practice to their content at the click of a button.
* Unlock our [AI features](https://yoa.st/51c); Yoast AI Optimize and Yoast AI Generate. Perfect for marketing professionals, freelance writers, and content strategists, Yoast AI features enable customers of all technical levels to apply SEO best practice to their content at the click of a button.

* Optimize for up to five keyword synonyms by adding variants. Add up to four related synonyms of your keyword to expand your possibilities. You get the full SEO analysis for each.

Expand Down Expand Up @@ -276,12 +276,14 @@ Your question has most likely been answered on our help center: [yoast.com/help/

= 23.5 =

Release date: 2024-09-17
Release date: 2024-09-24

Yoast SEO 23.5 brings more enhancements and bugfixes. [Find more information about our software releases and updates here](https://yoa.st/release-24-9-24).

#### Enhancements

* Improves our integration with cache plugins by preventing flushing their cache when not needed.
* Improves analysis score feedback labels in the publish sections.
* Improves our integration with cache plugins by preventing flushing their cache when not needed.

#### Bugfixes

Expand All @@ -299,6 +301,7 @@ Yoast SEO 23.4 brings more enhancements and bugfixes. [Find more information abo
* Adds _так_ to the words recognized by the _transition words_ assessment in Russian. Props to @pavelmai83.
* Improves the schema output by following the specification for the _SearchAction_ more strictly.
* Re-enables the script concatenation that was disabled to prevent a bug with WordPress 5.5.
* Improves the look of the Yoast SEO metabox in the block editor by centering it and making it stand out more by using a background color.

#### Bugfixes

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.1' );
\define( 'YOAST_SEO_WP_TESTED', '6.6.2' );
\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.5-RC1' );
define( 'WPSEO_VERSION', '23.5' );


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

if ( ! defined( 'WPSEO_NAMESPACES' ) ) {
Expand Down
4 changes: 2 additions & 2 deletions 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.5-RC1
* Version: 23.5
* 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 All @@ -20,7 +20,7 @@
* Requires PHP: 7.2.5
*
* WC requires at least: 7.1
* WC tested up to: 9.2
* WC tested up to: 9.3
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit 3f693a1

Please sign in to comment.