Skip to content

Commit

Permalink
Merge branch 'release/20.10' into trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
enricobattocchi committed Jun 22, 2023
2 parents 4e9f987 + 8773688 commit e5ceece
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"typescript": "^4.2.4"
},
"yoast": {
"pluginVersion": "20.10-RC3"
"pluginVersion": "20.10-RC4"
},
"version": "0.0.0"
}
2 changes: 1 addition & 1 deletion packages/js/src/inline-links/inline.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ function InlineLinkUI( {
} );

if ( shouldInsertLink() ) {
const newText = getNewText( nextValue.title, newUrl );
const newText = getNewText( nextValue, newUrl );
const toInsert = applyFormat(
create( { text: newText } ),
format,
Expand Down
3 changes: 2 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ Release date: 2023-06-27

#### Enhancements

* Adds a support page to the Yoast admin.
* Adds a support page to the Yoast admin. This page allows you to easily access Yoast FAQs and support resources from the WordPress admin.
* Adds the Wincher upgrade callout to the Wincher performance report on the dashboard and to the Wincher SEO performance on the edit post page.
* Excludes the Yoast SEO Breadcrumbs widget from the content analysis in Elementor Pro.
* Expands the list of HTML elements excluded from the content analysis.
Expand All @@ -261,6 +261,7 @@ Release date: 2023-06-27

#### Bugfixes

* Fixes a bug where adding a link in the block editor would result in displaying the URL instead of the post title.
* Fixes a bug where deletion notice would not appear when deleting a term when the `term_id` is different from `taxonomy_term_id`.
* Fixes a bug where terms with custom canonical URLs would get added in the sitemap.
* Fixes a bug where the WordPress native sitemap would not work properly after Yoast SEO was deactivated, until rewrite rules were flushed.
Expand Down
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', '20.10-RC3' );
define( 'WPSEO_VERSION', '20.10-RC4' );


if ( ! defined( 'WPSEO_PATH' ) ) {
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: 20.10-RC3
* Version: 20.10-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 e5ceece

Please sign in to comment.