Skip to content

Commit

Permalink
Merge branch 'trunk' of github.com:Yoast/wordpress-seo into fix/trans…
Browse files Browse the repository at this point in the history
…latability-sentence-and-paragraph-length
  • Loading branch information
FAMarfuaty committed Nov 19, 2024
2 parents 5b39eb4 + 2ff7cf9 commit 86c497c
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 24 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.6.1';
public const CURRENT_RELEASE = '19.6.4';

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

/**
* 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 @@ -77,7 +77,7 @@
"webpack-bundle-analyzer": "^4.9.1"
},
"yoast": {
"pluginVersion": "23.9"
"pluginVersion": "24.0-RC1"
},
"version": "0.0.0"
}
37 changes: 19 additions & 18 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -274,46 +274,47 @@ Your question has most likely been answered on our help center: [yoast.com/help/

== Changelog ==

= 23.9 =

Release date: 2024-11-19
= 24.0 =

Yoast SEO 23.9 brings enhancements to the Yoast SEO Semrush integration and various bug fixes. Find more about Yoast SEO 23.9 in [our release post](https://yoa.st/release-19-11-24)!
Release date: 2024-12-03

#### Enhancements

* Adds a maximum width to the problems and notifications sections on the _General_ page.
* Adds _Intent_ and _Difficulty_ to the metrics shown in the Semrush integration.
* Improves the compatibility of the Yoast blocks with WordPress 6.7.
* Allows to set OpenGraph image `width`, `height `and `type` HTML metadata to `null` in order to don't show them. Props to [GiovanniMounir](https://github.com/GiovanniMounir).
* Improves the _transition words_ assessment for Portuguese and English by updating the relevant lists of transitions words. Props to [BrunoAseff](https://github.com/BrunoAseff).
* Shows an error message in the Yoast _General_ page in case of JavaScript errors.

#### Bugfixes

* Fixes a bug where a fatal error is triggered in PHP 8.x when a user's additional contact methods have been improperly set to `null`. Props to [PhilETaylor](https://github.com/PhilETaylor).
* Fixes a bug where the _First time configuration_ would have a double separator for the title and content.
* Fixes a bug where the _First time configuration_ would not resize properly on smaller width screens.
* Fixes a bug where the first step in the _First time configuration_ would not be considered finished unless the _Site representation_ step would be finished as well.
* Fixes a bug where the settings for a post type are inaccessible when the permalink structure includes special characters that require encoding, e.g., when WooCommerce products are set to use the \"Shop base with category\" permalink structure.
* Fixes a bug where the Yoast _General_ page would not reflect the active menu item properly if using a fallback.

#### Other

* Stops PHP notices on WordPress 6.7 about `_load_textdomain_just_in_time` loading incorrectly.
* Improves the documentation for `wpseo_enable_tracking` filter. Props to [kkmuffme](https://github.com/kkmuffme).

= 23.8 =
= 23.9 =

Release date: 2024-11-05
Release date: 2024-11-19

Yoast SEO 23.8 brings more enhancements and bugfixes. [Find more information about our software releases and updates here](https://yoa.st/release-5-11-24).
Yoast SEO 23.9 brings enhancements to the Yoast SEO Semrush integration and various bug fixes. Find more about Yoast SEO 23.9 in [our release post](https://yoa.st/release-19-11-24)!

#### Enhancements

* Introduces a new, redesigned General page.
* Adds a notification to inform the user when an error occurs while changing the visibility of a notification or a problem.
* Adds a maximum width to the problems and notifications sections on the _General_ page.
* Adds _Intent_ and _Difficulty_ to the metrics shown in the Semrush integration.
* Improves the compatibility of the Yoast blocks with WordPress 6.7.

#### Bugfixes

* Fixes a bug in our Elementor integration where previously saved slug values of drafts would be ignored.
* Fixes a bug where a fatal error is triggered in PHP 8.x when a user's additional contact methods have been improperly set to `null`. Props to [PhilETaylor](https://github.com/PhilETaylor).
* Fixes a bug where the _First time configuration_ would have a double separator for the title and content.
* Fixes a bug where the _First time configuration_ would not resize properly on smaller width screens.

#### Other

* Sets the _WordPress tested up to_ version to 6.7.
* Stops PHP notices on WordPress 6.7 about `_load_textdomain_just_in_time` loading incorrectly.

= Earlier versions =
For the changelog of earlier versions, please refer to [the changelog on yoast.com](https://yoa.st/yoast-seo-changelog).
2 changes: 1 addition & 1 deletion 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.9' );
define( 'WPSEO_VERSION', '24.0-RC1' );


if ( ! defined( 'WPSEO_PATH' ) ) {
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.9
* Version: 24.0-RC1
* 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.3
* WC tested up to: 9.4
*
* 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 86c497c

Please sign in to comment.