From 6114de78310ba3f7e1734a57877c263ee103a7ee Mon Sep 17 00:00:00 2001 From: Enrico Battocchi Date: Mon, 17 Jun 2024 16:33:49 +0200 Subject: [PATCH 1/3] Add release text --- readme.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.txt b/readme.txt index c99a0a6ca99..9acf4a50298 100644 --- a/readme.txt +++ b/readme.txt @@ -319,6 +319,8 @@ Your question has most likely been answered on our help center: [yoast.com/help/ Release date: 2024-06-18 +Yoast SEO 22.9 brings more enhancements and bugfixes. [Find more information about our software releases and updates here](https://yoa.st/release-18-6-24). + #### Enhancements * Helps guide Elementor users to Yoast when they have the new editor top bar activated. From ed021030f5e50c9d9abcdd1f26777f0f7741825c Mon Sep 17 00:00:00 2001 From: YoastBot Date: Tue, 18 Jun 2024 07:32:42 +0000 Subject: [PATCH 2/3] Bump version to 22.9 --- package.json | 2 +- tests/Unit/bootstrap.php | 2 +- wp-seo-main.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2b9ffeb3362..fa8e1fb78bb 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "webpack-bundle-analyzer": "^4.9.1" }, "yoast": { - "pluginVersion": "22.9-RC4" + "pluginVersion": "22.9" }, "version": "0.0.0" } diff --git a/tests/Unit/bootstrap.php b/tests/Unit/bootstrap.php index 4312ba93a87..0bc713ba261 100644 --- a/tests/Unit/bootstrap.php +++ b/tests/Unit/bootstrap.php @@ -40,7 +40,7 @@ \define( 'YOAST_VENDOR_PREFIX_DIRECTORY', 'vendor_prefixed' ); \define( 'YOAST_SEO_PHP_REQUIRED', '7.2.5' ); -\define( 'YOAST_SEO_WP_TESTED', '6.5.3' ); +\define( 'YOAST_SEO_WP_TESTED', '6.5.4' ); \define( 'YOAST_SEO_WP_REQUIRED', '6.4' ); if ( ! \defined( 'WPSEO_NAMESPACES' ) ) { diff --git a/wp-seo-main.php b/wp-seo-main.php index fa9ea860003..128154c6975 100644 --- a/wp-seo-main.php +++ b/wp-seo-main.php @@ -35,7 +35,7 @@ define( 'YOAST_VENDOR_PREFIX_DIRECTORY', 'vendor_prefixed' ); define( 'YOAST_SEO_PHP_REQUIRED', '7.2.5' ); -define( 'YOAST_SEO_WP_TESTED', '6.5.3' ); +define( 'YOAST_SEO_WP_TESTED', '6.5.4' ); define( 'YOAST_SEO_WP_REQUIRED', '6.4' ); if ( ! defined( 'WPSEO_NAMESPACES' ) ) { From bc74e92e863eda4a7a74a70a783331a7a9bd4a6f Mon Sep 17 00:00:00 2001 From: YoastBot Date: Tue, 18 Jun 2024 07:38:25 +0000 Subject: [PATCH 3/3] Bump version to 22.9 on free --- readme.txt | 2 +- wp-seo-main.php | 2 +- wp-seo.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index 9acf4a50298..2a9fa729166 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ License: GPLv3 License URI: http://www.gnu.org/licenses/gpl.html Tags: SEO, XML sitemap, Content analysis, Readability, Schema Tested up to: 6.5 -Stable tag: 22.8 +Stable tag: 22.9 Requires PHP: 7.2.5 Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using the Yoast SEO plugin. diff --git a/wp-seo-main.php b/wp-seo-main.php index 128154c6975..aad67e73eac 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-RC4' ); +define( 'WPSEO_VERSION', '22.9' ); if ( ! defined( 'WPSEO_PATH' ) ) { diff --git a/wp-seo.php b/wp-seo.php index 069ef354755..0251ddfbd9e 100644 --- a/wp-seo.php +++ b/wp-seo.php @@ -8,7 +8,7 @@ * * @wordpress-plugin * Plugin Name: Yoast SEO - * Version: 22.9-RC4 + * Version: 22.9 * 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