Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into fix-control-characters-cha…
Browse files Browse the repository at this point in the history
…ngelogs
  • Loading branch information
Djennez committed May 14, 2024
2 parents d18c34b + 745f301 commit d717cba
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
22 changes: 22 additions & 0 deletions changelogs/wordpress-seo-premium.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## 22.7

Release date: 2024-05-14

Yoast SEO 22.7 brings multiple bugfixes and adds helpful error messages where AI title & description generator errors appear. [Find more information about our software releases and updates here](https://yoa.st/release-14-5-24).

#### Enhancements

* Adds more helpful error messages when the _AI title & description generator_ errors, for easier troubleshooting.

#### Bugfixes

* Fixes a bug where a fatal error would be thrown when using the _AI title & description generator_ but the request timed out.
* Fixes a bug where errors while saving a post would not contain the error explanation.
* Fixes a bug where existing tags would not be saved when adding them to a post.
* Fixes a bug where the _AI title & description generator_ would not work for variants of locales, like formal German.

#### Other

* Bumps the minimum required version of Yoast SEO to 22.7.
* Sets the minimum supported WordPress version to 6.4.

## 22.6

Release date: 2024-04-30
Expand Down
24 changes: 24 additions & 0 deletions changelogs/wordpress-seo.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
= 22.7 =

Release date: 2024-05-14

Yoast SEO 22.7 converts selected blocks to the Blocks V3 API and brings multiple bugfixes. [Find more information about our software releases and updates here](https://yoa.st/release-14-5-24).

#### Enhancements

* Converts the Yoast _How-to_ and _FAQ_ blocks to use the Blocks V3 API.
* Introduces a `date` and a `separator` snippet variable to the meta description text field, to make clear that both the date and a separator are automatically added to the character count of the meta description. Hovering over the variables reveals a tooltip with more explanation.

#### Bugfixes

* Fixes a bug where a PHP deprecation error would be thrown when trying to convert a relative URL to an absolute one, with the provided value being `null`.
* Fixes a bug where the character count of the meta description field would not include the automatically added date and separator when no additional content was provided.
* Fixes a bug where the elements in the Yoast sidebar and metabox are displayed in an incorrect order if Yoast SEO Premium is activated.

#### Other

* Deprecates `\Yoast\WP\SEO\Integrations\Blocks\Structured_Data_Blocks::enqueue_block_editor_assets()`.
* Properly escapes tags in the Enhanced Slack Sharing presenter to prevent incorrect rendering and unwanted, potentially malicious behavior. Props to @rob006.
* Removes the `yoast-components-package` script.
* Sets the minimum supported WordPress version to 6.4.

= 22.6 =

Release date: 2024-04-30
Expand Down

0 comments on commit d717cba

Please sign in to comment.