Skip to content

Commit 73f175d

Browse files
committed
Version bump 1.5.0
1 parent 47fc4fe commit 73f175d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

health-check.php

+2-2
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.5.0-alpha
12+
* Version: 1.5.0
1313
* Author URI: https://wordpress.org/plugins/health-check/
1414
* Text Domain: health-check
1515
*/
@@ -24,7 +24,7 @@
2424
}
2525

2626
// Set the plugin version.
27-
define( 'HEALTH_CHECK_PLUGIN_VERSION', '1.5.0-alpha' );
27+
define( 'HEALTH_CHECK_PLUGIN_VERSION', '1.5.0' );
2828

2929
// Set the plugin file.
3030
define( 'HEALTH_CHECK_PLUGIN_FILE', __FILE__ );

readme.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Contributors: wordpressdotorg, westi, pento, Clorith
44
Requires at least: 4.4
55
Requires PHP: 5.6
66
Tested up to: 6.0
7-
Stable tag: 1.4.5
7+
Stable tag: 1.5.0
88
License: GPLv2
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -49,11 +49,11 @@ At this time, the plugin has been tested with every version of PHP from 5.2 thro
4949

5050
== Changelog ==
5151

52-
= UNRELEASED =
52+
= v1.5.0 (2022-09-10) =
5353
* Added a custom filter for the Health Check plugin PHP Compatibility check.
5454
* Added functions which will try to disable cache solutions during troubleshooting.
5555
* Added ability to force changes if loopbacks fail during troubleshooting.
56-
* Changed how Javascript is built and bundled in the plugin.
56+
* Changed how JavaScript is built and bundled in the plugin.
5757
* Changed the location of the `phpinfo()` check to the Tools section.
5858
* Changed how troubleshooting mode implements its conditional actions and filters when enabled.
5959
* Fixed styling issues for troubleshooting mode in WordPress 5.9.

0 commit comments

Comments
 (0)