Skip to content

Commit

Permalink
Version bumps (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
Clorith authored Jun 28, 2018
1 parent d382143 commit a04d127
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/health-check.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand All @@ -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__ ) );
Expand Down
8 changes: 7 additions & 1 deletion src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit a04d127

Please sign in to comment.