From 36974a90ad8bc51d9f9d0f87934df3c025663025 Mon Sep 17 00:00:00 2001 From: Vraja Das Date: Wed, 25 Oct 2023 10:43:14 +0200 Subject: [PATCH 1/4] fix header border bottom in product page upsell modal --- css/src/modal.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/src/modal.css b/css/src/modal.css index 98ba438b8e1..e3484058d3e 100644 --- a/css/src/modal.css +++ b/css/src/modal.css @@ -82,7 +82,7 @@ } .yoast-gutenberg-modal .components-modal__content .components-modal__header { - border-bottom-color: #e2e8f0 !important; + border-bottom: 1px solid #e2e8f0 !important; } .yoast-gutenberg-modal .components-modal__icon-container { From bff46c85a3d5d31f4a949740a49160fffe12d137 Mon Sep 17 00:00:00 2001 From: YoastBot Date: Wed, 25 Oct 2023 09:15:22 +0000 Subject: [PATCH 2/4] Add changelog --- readme.txt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/readme.txt b/readme.txt index b3aa22aad99..e15c962e1cf 100644 --- a/readme.txt +++ b/readme.txt @@ -348,14 +348,6 @@ Release date: 2023-10-31 * Adds support for the new `wp_attachment_pages_enabled` option introduced by WordPress 6.4, reducing the chances of inconsistencies with Yoast SEO's own \"Enable media pages\" setting. * Improves the _inclusive language_ analysis by making the feedback more clear and consistent, refining the list of targeted phrases, and adding more alternatives for some of the non-inclusive phrases. Specifically, this includes the following changes: - * Aligns the traffic light color and written feedback for all phrases. - * Makes some feedback strings more accurate by replacing the word ‘overgeneralizing’ with ‘harmful’. - * Adds ‘Rom’ and ‘Roma’ as additional alternatives to ‘gypsy’. - * Adds additional alternatives to ‘homosexuals’. - * Improves the feedback shown for the phrases ‘abnormal behaviour’, ‘behaviourally normal’, and ‘behaviourally abnormal’. - * Improves the feedback shown for the word ‘minorities’. - * Removes ‘narcissistic’ as a targeted phrase when followed by ‘personality disorder’. - * Removes ‘Ebonics’ and ‘normal behaviour’ from the list of targeted phrases. * Removes the automatic `rel=nofollow` attribute for links in the RSS feed. #### Bugfixes From ae581aa5cf9467f0f47611c09b63a8fcc2449ca8 Mon Sep 17 00:00:00 2001 From: YoastBot Date: Wed, 25 Oct 2023 09:15:27 +0000 Subject: [PATCH 3/4] Bump version to 21.5-RC4 --- package.json | 2 +- wp-seo-main.php | 2 +- wp-seo.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 97b608e0254..4ec7ed46108 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "typescript": "^4.2.4" }, "yoast": { - "pluginVersion": "21.5-RC3" + "pluginVersion": "21.5-RC4" }, "version": "0.0.0" } diff --git a/wp-seo-main.php b/wp-seo-main.php index ccfe2889477..34bf056e95a 100644 --- a/wp-seo-main.php +++ b/wp-seo-main.php @@ -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', '21.5-RC3' ); +define( 'WPSEO_VERSION', '21.5-RC4' ); if ( ! defined( 'WPSEO_PATH' ) ) { diff --git a/wp-seo.php b/wp-seo.php index 146d3cd7c56..e1cfb103a6d 100644 --- a/wp-seo.php +++ b/wp-seo.php @@ -8,7 +8,7 @@ * * @wordpress-plugin * Plugin Name: Yoast SEO - * Version: 21.5-RC3 + * Version: 21.5-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 From 82181b6c13f2523e6c726c6f4b713c87254a6e44 Mon Sep 17 00:00:00 2001 From: Igor <35524806+igorschoester@users.noreply.github.com> Date: Wed, 25 Oct 2023 11:53:47 +0200 Subject: [PATCH 4/4] Revert "Add changelog" This reverts commit bff46c85a3d5d31f4a949740a49160fffe12d137. --- readme.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/readme.txt b/readme.txt index e15c962e1cf..b3aa22aad99 100644 --- a/readme.txt +++ b/readme.txt @@ -348,6 +348,14 @@ Release date: 2023-10-31 * Adds support for the new `wp_attachment_pages_enabled` option introduced by WordPress 6.4, reducing the chances of inconsistencies with Yoast SEO's own \"Enable media pages\" setting. * Improves the _inclusive language_ analysis by making the feedback more clear and consistent, refining the list of targeted phrases, and adding more alternatives for some of the non-inclusive phrases. Specifically, this includes the following changes: + * Aligns the traffic light color and written feedback for all phrases. + * Makes some feedback strings more accurate by replacing the word ‘overgeneralizing’ with ‘harmful’. + * Adds ‘Rom’ and ‘Roma’ as additional alternatives to ‘gypsy’. + * Adds additional alternatives to ‘homosexuals’. + * Improves the feedback shown for the phrases ‘abnormal behaviour’, ‘behaviourally normal’, and ‘behaviourally abnormal’. + * Improves the feedback shown for the word ‘minorities’. + * Removes ‘narcissistic’ as a targeted phrase when followed by ‘personality disorder’. + * Removes ‘Ebonics’ and ‘normal behaviour’ from the list of targeted phrases. * Removes the automatic `rel=nofollow` attribute for links in the RSS feed. #### Bugfixes