diff --git a/health-check.php b/health-check.php index 0d4ffd0..3d26db6 100644 --- a/health-check.php +++ b/health-check.php @@ -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 */ @@ -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__ ); diff --git a/readme.txt b/readme.txt index 24fa3ab..736a62b 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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.