Skip to content

Commit

Permalink
Merge branch 'refs/heads/release/22.9' into trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
enricobattocchi committed Jun 5, 2024
2 parents d369ba7 + c836940 commit 5ff5907
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"webpack-bundle-analyzer": "^4.9.1"
},
"yoast": {
"pluginVersion": "22.9-RC3"
"pluginVersion": "22.9-RC4"
},
"version": "0.0.0"
}
2 changes: 1 addition & 1 deletion src/integrations/admin/menu-badge-integration.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
}
}
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', '22.9-RC3' );
define( 'WPSEO_VERSION', '22.9-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: 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
Expand Down

0 comments on commit 5ff5907

Please sign in to comment.