Skip to content

Commit

Permalink
Merge branch 'release/21.5' of github.com:Yoast/wordpress-seo into trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
igorschoester committed Oct 25, 2023
2 parents d468f7a + 82181b6 commit 284324a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion css/src/modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
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": "21.5-RC3"
"pluginVersion": "21.5-RC4"
},
"version": "0.0.0"
}
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', '21.5-RC3' );
define( 'WPSEO_VERSION', '21.5-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: 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
Expand Down

0 comments on commit 284324a

Please sign in to comment.