From 0fdc08d69a614269fc76024f96a3f56dfb6abe76 Mon Sep 17 00:00:00 2001 From: IreneStr Date: Wed, 16 Jan 2019 11:15:48 +0100 Subject: [PATCH 1/2] Preparations for 9.5-RC3 --- 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 b0f7735ae44..f77df50e030 100644 --- a/package.json +++ b/package.json @@ -150,7 +150,7 @@ "yoastseo": "git+https://github.com/Yoast/YoastSEO.js.git#release-yoast-seo/9.5" }, "yoast": { - "pluginVersion": "9.5-RC2", + "pluginVersion": "9.5-RC3", "recalibrationVersion": "13" } } diff --git a/wp-seo-main.php b/wp-seo-main.php index 665740f045d..921423b041b 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', '9.5-RC2' ); +define( 'WPSEO_VERSION', '9.5-RC3' ); if ( ! defined( 'WPSEO_PATH' ) ) { diff --git a/wp-seo.php b/wp-seo.php index 9658a671338..7832fd060f9 100644 --- a/wp-seo.php +++ b/wp-seo.php @@ -8,7 +8,7 @@ * * @wordpress-plugin * Plugin Name: Yoast SEO - * Version: 9.5-RC2 + * Version: 9.5-RC3 * 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 7a68b2a66af47968fabcab4dd0070fcb2dd55441 Mon Sep 17 00:00:00 2001 From: IreneStr Date: Wed, 16 Jan 2019 11:41:23 +0100 Subject: [PATCH 2/2] Preparations for 9.6-beta2 --- 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 c9b21d1470e..91e4fe10d03 100644 --- a/package.json +++ b/package.json @@ -150,7 +150,7 @@ "yoastseo": "git+https://github.com/Yoast/YoastSEO.js.git#release-yoast-seo/9.6" }, "yoast": { - "pluginVersion": "9.6-beta1", + "pluginVersion": "9.6-beta2", "recalibrationVersion": "13" } } diff --git a/wp-seo-main.php b/wp-seo-main.php index 76257a6fd61..865f2c9a896 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', '9.6-beta1' ); +define( 'WPSEO_VERSION', '9.6-beta2' ); if ( ! defined( 'WPSEO_PATH' ) ) { diff --git a/wp-seo.php b/wp-seo.php index 0529be1b5cb..84a66b63ab6 100644 --- a/wp-seo.php +++ b/wp-seo.php @@ -8,7 +8,7 @@ * * @wordpress-plugin * Plugin Name: Yoast SEO - * Version: 9.6-beta1 + * Version: 9.6-beta2 * 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