Skip to content

Commit

Permalink
Version bump 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Clorith committed Sep 10, 2022
1 parent 47fc4fe commit 73f175d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions health-check.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Plugin URI: https://wordpress.org/plugins/health-check/
* Description: Checks the health of your WordPress install.
* Author: The WordPress.org community
* Version: 1.5.0-alpha
* Version: 1.5.0
* Author URI: https://wordpress.org/plugins/health-check/
* Text Domain: health-check
*/
Expand All @@ -24,7 +24,7 @@
}

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

// Set the plugin file.
define( 'HEALTH_CHECK_PLUGIN_FILE', __FILE__ );
Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Contributors: wordpressdotorg, westi, pento, Clorith
Requires at least: 4.4
Requires PHP: 5.6
Tested up to: 6.0
Stable tag: 1.4.5
Stable tag: 1.5.0
License: GPLv2
License URI: https://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

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

0 comments on commit 73f175d

Please sign in to comment.