diff --git a/src/health-check.php b/src/health-check.php index b6e59dfd..352e6f4e 100644 --- a/src/health-check.php +++ b/src/health-check.php @@ -8,7 +8,7 @@ * Plugin URI: http://wordpress.org/plugins/health-check/ * Description: Checks the health of your WordPress install. * Author: The WordPress.org community - * Version: 1.1.1 + * Version: 1.1.2 * Author URI: http://wordpress.org/plugins/health-check/ * Text Domain: health-check */ @@ -34,7 +34,7 @@ define( 'HEALTH_CHECK_MYSQL_REC_VERSION', '5.6' ); // Set the plugin version. -define( 'HEALTH_CHECK_PLUGIN_VERSION', '1.1.1' ); +define( 'HEALTH_CHECK_PLUGIN_VERSION', '1.1.2' ); // Set the absolute path for the plugin. define( 'HEALTH_CHECK_PLUGIN_DIRECTORY', plugin_dir_path( __FILE__ ) ); diff --git a/src/readme.txt b/src/readme.txt index 716802d7..47d5bc9b 100644 --- a/src/readme.txt +++ b/src/readme.txt @@ -3,7 +3,7 @@ Tags: health check Contributors: wordpressdotorg, westi, pento, Clorith Requires at least: 3.8 Tested up to: 4.9 -Stable tag: 1.1.0 +Stable tag: 1.1.2 License: GPLv2 License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -35,6 +35,12 @@ In the future we may introduce more checks, and welcome feedback both through th == Changelog == += v 1.1.2 = +* Fixed child themes not displaying properly in Troubleshooting Mode. +* Improved styling for the backup warning, shown when activating the plugin, so it doesn't block mobile users. +* Added explanations to the plugins screen if you enter Troubleshooting Mode there, so users know what is going on. +* Fixed admin menu overflowing if too many plugins exist. + = v 1.1.1 = * Fixed a fatal error that would occur if a user had an older version of Troubleshooting Mode on their system.