Skip to content

Commit

Permalink
Version bump to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Clorith committed Jun 19, 2018
1 parent 1d4a3cc commit 03a1e9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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.0
* Version: 1.1.1
* 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.0' );
define( 'HEALTH_CHECK_PLUGIN_VERSION', '1.1.1' );

// Set the absolute path for the plugin.
define( 'HEALTH_CHECK_PLUGIN_DIRECTORY', plugin_dir_path( __FILE__ ) );
Expand Down
3 changes: 3 additions & 0 deletions src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ In the future we may introduce more checks, and welcome feedback both through th

== Changelog ==

= v 1.1.1 =
* Fixed a fatal error that would occur if a user had an older version of Troubleshooting Mode on their system.

= v 1.1.0 =
* Check for theme, plugin and WordPress updates when visiting the debug tab.
* Improved wording on some failure situations.
Expand Down

0 comments on commit 03a1e9e

Please sign in to comment.