Skip to content

Commit

Permalink
Bump RC number
Browse files Browse the repository at this point in the history
  • Loading branch information
enricobattocchi committed Sep 15, 2023
1 parent ec8f5bb commit 305d75c
Show file tree
Hide file tree
Showing 3 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 @@ -19,6 +19,6 @@
},
"dependencies": {},
"yoast": {
"pluginVersion": "1.18-RC4"
"pluginVersion": "1.18-RC5"
}
}
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.18-RC4
Stable tag: 1.18-RC5
Requires PHP: 7.2.5
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down
4 changes: 2 additions & 2 deletions yoast-test-helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @wordpress-plugin
* Plugin Name: Yoast Test Helper
* Version: 1.18-RC4
* Version: 1.18-RC5
* Plugin URI: https://github.com/yoast/yoast-test-helper
* Description: Utility to provide testing features for Yoast plugins.
* Author: Team Yoast
Expand All @@ -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-RC4' );
define( 'YOAST_TEST_HELPER_VERSION', '1.18-RC5' );

if ( file_exists( __DIR__ . '/vendor/autoload.php' ) ) {
require __DIR__ . '/vendor/autoload.php';
Expand Down

0 comments on commit 305d75c

Please sign in to comment.