From c6aa57058d616f4c6f953862068cb4182ab030fa Mon Sep 17 00:00:00 2001 From: Enrico Battocchi Date: Wed, 13 Sep 2023 09:54:23 +0200 Subject: [PATCH] Bump RC number --- package.json | 2 +- readme.txt | 2 +- yoast-test-helper.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 5244594..8b83227 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,6 @@ }, "dependencies": {}, "yoast": { - "pluginVersion": "1.18-RC3" + "pluginVersion": "1.18-RC4" } } diff --git a/readme.txt b/readme.txt index 49bab52..bd967dc 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: yoast, joostdevalk, omarreiss, jipmoors, herregroen Tags: Yoast, Yoast SEO, development Requires at least: 6.2 Tested up to: 6.3 -Stable tag: 1.17 +Stable tag: 1.18-RC4 Requires PHP: 7.2.5 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html diff --git a/yoast-test-helper.php b/yoast-test-helper.php index b8ccd13..797602a 100644 --- a/yoast-test-helper.php +++ b/yoast-test-helper.php @@ -8,7 +8,7 @@ * * @wordpress-plugin * Plugin Name: Yoast Test Helper - * Version: 1.18-RC3 + * Version: 1.18-RC4 * Plugin URI: https://github.com/yoast/yoast-test-helper * Description: Utility to provide testing features for Yoast plugins. * Author: Team Yoast @@ -35,7 +35,7 @@ define( 'YOAST_TEST_HELPER_FILE', __FILE__ ); define( 'YOAST_TEST_HELPER_DIR', dirname( YOAST_TEST_HELPER_FILE ) ); -define( 'YOAST_TEST_HELPER_VERSION', '1.18-RC3' ); +define( 'YOAST_TEST_HELPER_VERSION', '1.18-RC4' ); if ( file_exists( __DIR__ . '/vendor/autoload.php' ) ) { require __DIR__ . '/vendor/autoload.php';