From 80fefa80cd60606b9ab292955ad28ec2999d514b Mon Sep 17 00:00:00 2001 From: Enrico Battocchi Date: Wed, 5 Jun 2024 14:02:15 +0200 Subject: [PATCH 1/4] Fix the `Premium` badge --- src/integrations/admin/menu-badge-integration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/integrations/admin/menu-badge-integration.php b/src/integrations/admin/menu-badge-integration.php index 81ee13d5e16..a95de0cf941 100644 --- a/src/integrations/admin/menu-badge-integration.php +++ b/src/integrations/admin/menu-badge-integration.php @@ -32,7 +32,7 @@ public function register_hooks() { */ public function add_inline_styles() { $custom_css = 'ul.wp-submenu span.yoast-premium-badge::after, #wpadminbar span.yoast-premium-badge::after { content:"' - . \__( 'Upgrades', 'wordpress-seo' ) . '"}'; + . \__( 'Premium', 'wordpress-seo' ) . '"}'; \wp_add_inline_style( WPSEO_Admin_Asset_Manager::PREFIX . 'admin-global', $custom_css ); } } From 0185eadc7074dd5c8fc37dec6f57506c5241c5d6 Mon Sep 17 00:00:00 2001 From: YoastBot Date: Wed, 5 Jun 2024 12:33:56 +0000 Subject: [PATCH 2/4] Add changelog --- readme.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/readme.txt b/readme.txt index c99a0a6ca99..05e02edc135 100644 --- a/readme.txt +++ b/readme.txt @@ -321,18 +321,14 @@ Release date: 2024-06-18 #### Enhancements -* Helps guide Elementor users to Yoast when they have the new editor top bar activated. * Adds additional filter options for the `og:image` meta tags. +* Helps guide Elementor users to Yoast when they have the new editor top bar activated. * Improves compatibility with custom RSS feeds. Props to @gsusI. #### Bugfixes * Fixes a bug where a PHP notice would be thrown on RSS feeds when a canonical URL can not be created for its parent page. -#### Others - -* Changes the copy in the admin sidebar from `Premium` to `Upgrades`. - = 22.8 = Release date: 2024-05-28 From 48e0219d4fe0bcd0040847579d9a2ceff4300eb1 Mon Sep 17 00:00:00 2001 From: YoastBot Date: Wed, 5 Jun 2024 12:34:01 +0000 Subject: [PATCH 3/4] Bump version to 22.9-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 dfbf2bba686..2b9ffeb3362 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "webpack-bundle-analyzer": "^4.9.1" }, "yoast": { - "pluginVersion": "22.9-RC3" + "pluginVersion": "22.9-RC4" }, "version": "0.0.0" } diff --git a/wp-seo-main.php b/wp-seo-main.php index 27d6056b88e..fa9ea860003 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', '22.9-RC3' ); +define( 'WPSEO_VERSION', '22.9-RC4' ); if ( ! defined( 'WPSEO_PATH' ) ) { diff --git a/wp-seo.php b/wp-seo.php index f7b64535e2f..069ef354755 100644 --- a/wp-seo.php +++ b/wp-seo.php @@ -8,7 +8,7 @@ * * @wordpress-plugin * Plugin Name: Yoast SEO - * Version: 22.9-RC3 + * Version: 22.9-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 c83694019553c51083337a3d05d8f6c5e37b7f7a Mon Sep 17 00:00:00 2001 From: Enrico Battocchi Date: Wed, 5 Jun 2024 14:42:14 +0200 Subject: [PATCH 4/4] Improve changelog items. --- readme.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 05e02edc135..c99a0a6ca99 100644 --- a/readme.txt +++ b/readme.txt @@ -321,14 +321,18 @@ Release date: 2024-06-18 #### Enhancements -* Adds additional filter options for the `og:image` meta tags. * Helps guide Elementor users to Yoast when they have the new editor top bar activated. +* Adds additional filter options for the `og:image` meta tags. * Improves compatibility with custom RSS feeds. Props to @gsusI. #### Bugfixes * Fixes a bug where a PHP notice would be thrown on RSS feeds when a canonical URL can not be created for its parent page. +#### Others + +* Changes the copy in the admin sidebar from `Premium` to `Upgrades`. + = 22.8 = Release date: 2024-05-28