Skip to content

Commit

Permalink
Bump version number to 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
enricobattocchi committed Feb 1, 2024
1 parent 6b00484 commit 1431e80
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions languages/yoast-test-helper.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# This file is distributed under the GPL v3.
msgid ""
msgstr ""
"Project-Id-Version: Yoast Test Helper 1.18-RC7\n"
"Project-Id-Version: Yoast Test Helper 1.18\n"
"Report-Msgid-Bugs-To: https://github.com/yoast/yoast-test-helper/issues\n"
"POT-Creation-Date: 2024-01-30 09:00:59+00:00\n"
"POT-Creation-Date: 2024-02-01 12:10:29+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down
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-RC7"
"pluginVersion": "1.18"
}
}
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.3
Tested up to: 6.4
Stable tag: 1.18-RC7
Stable tag: 1.18
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-RC7
* Version: 1.18
* 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-RC7' );
define( 'YOAST_TEST_HELPER_VERSION', '1.18' );

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

0 comments on commit 1431e80

Please sign in to comment.