Skip to content

Commit

Permalink
Update readme and version bump to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Clorith committed Nov 1, 2022
1 parent 7749f66 commit 751c867
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 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
* Version: 1.5.1
* 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' );
define( 'HEALTH_CHECK_PLUGIN_VERSION', '1.5.1' );

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

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

== Changelog ==

= v1.5.1 (2022-11-02) =
* Fixed a bug where if Health Check was disabled during troubleshooting, you would need to force-enable/disable other plugins or themes.

= 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.
Expand Down

0 comments on commit 751c867

Please sign in to comment.