Skip to content

Commit 39333bb

Browse files
committed
Version bump
1 parent d8a050d commit 39333bb

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

docs/plugin/readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Tags: health check
33
Contributors: wordpressdotorg, westi, pento, Clorith
44
Requires at least: 4.0
55
Tested up to: 5.2
6-
Stable tag: 1.3.0
6+
Stable tag: 1.3.1
77
License: GPLv2
88
License URI: https://www.gnu.org/licenses/gpl-2.0.html
99

@@ -39,6 +39,9 @@ Are you unfamiliar with how to clear your cookies? No worries, you may also clos
3939

4040
== Changelog ==
4141

42+
= v1.3.1 =
43+
* Include missing dependency for JavaScript files, first introduced in WordPress 5.2
44+
4245
= v1.3.0 =
4346
* Plugin moved to the Tools section in the admin menu
4447
* New UI/UX for the plugin pages

src/health-check.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Plugin URI: https://wordpress.org/plugins/health-check/
1010
* Description: Checks the health of your WordPress install.
1111
* Author: The WordPress.org community
12-
* Version: 1.3.0
12+
* Version: 1.3.1
1313
* Author URI: https://wordpress.org/plugins/health-check/
1414
* Text Domain: health-check
1515
*/
@@ -35,7 +35,7 @@
3535
define( 'HEALTH_CHECK_MYSQL_REC_VERSION', '5.6' );
3636

3737
// Set the plugin version.
38-
define( 'HEALTH_CHECK_PLUGIN_VERSION', '1.3.0' );
38+
define( 'HEALTH_CHECK_PLUGIN_VERSION', '1.3.1' );
3939

4040
// Set the absolute path for the plugin.
4141
define( 'HEALTH_CHECK_PLUGIN_DIRECTORY', plugin_dir_path( __FILE__ ) );

0 commit comments

Comments
 (0)