Health Check - Version 1.2.2

Version Description

Download this release

Release Info

Developer Clorith
Plugin Icon 128x128 Health Check
Version 1.2.2
Comparing to
See all releases

Code changes from version 1.2.1 to 1.2.2

assets/mu-plugin/health-check-troubleshooting-mode.php CHANGED
@@ -29,6 +29,7 @@ class Health_Check_Troubleshooting_MU {
29
  );
30
 
31
  private $default_themes = array(
 
32
  'twentyseventeen',
33
  'twentysixteen',
34
  'twentyfifteen',
29
  );
30
 
31
  private $default_themes = array(
32
+ 'twentynineteen',
33
  'twentyseventeen',
34
  'twentysixteen',
35
  'twentyfifteen',
health-check.php CHANGED
@@ -9,7 +9,7 @@
9
  * Plugin URI: http://wordpress.org/plugins/health-check/
10
  * Description: Checks the health of your WordPress install.
11
  * Author: The WordPress.org community
12
- * Version: 1.2.1
13
  * Author URI: http://wordpress.org/plugins/health-check/
14
  * Text Domain: health-check
15
  */
@@ -35,7 +35,7 @@ define( 'HEALTH_CHECK_MYSQL_MIN_VERSION', '5.0' );
35
  define( 'HEALTH_CHECK_MYSQL_REC_VERSION', '5.6' );
36
 
37
  // Set the plugin version.
38
- define( 'HEALTH_CHECK_PLUGIN_VERSION', '1.2.1' );
39
 
40
  // Set the absolute path for the plugin.
41
  define( 'HEALTH_CHECK_PLUGIN_DIRECTORY', plugin_dir_path( __FILE__ ) );
9
  * Plugin URI: http://wordpress.org/plugins/health-check/
10
  * Description: Checks the health of your WordPress install.
11
  * Author: The WordPress.org community
12
+ * Version: 1.2.2
13
  * Author URI: http://wordpress.org/plugins/health-check/
14
  * Text Domain: health-check
15
  */
35
  define( 'HEALTH_CHECK_MYSQL_REC_VERSION', '5.6' );
36
 
37
  // Set the plugin version.
38
+ define( 'HEALTH_CHECK_PLUGIN_VERSION', '1.2.2' );
39
 
40
  // Set the absolute path for the plugin.
41
  define( 'HEALTH_CHECK_PLUGIN_DIRECTORY', plugin_dir_path( __FILE__ ) );
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Tags: health check
3
  Contributors: wordpressdotorg, westi, pento, Clorith
4
  Requires at least: 4.0
5
- Tested up to: 4.9
6
- Stable tag: 1.2.1
7
  License: GPLv2
8
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -37,6 +37,9 @@ Are you unfamiliar with how to clear your cookies? No worries, you may also clos
37
 
38
  == Changelog ==
39
 
 
 
 
40
  = v 1.2.1 =
41
  * Make sure only those with access to the plugin see the backup encouragement notice.
42
  * Make sure the `is_troubleshooting()` checks are available to the Site Status tester when the MU plugin may not have updated yet.
2
  Tags: health check
3
  Contributors: wordpressdotorg, westi, pento, Clorith
4
  Requires at least: 4.0
5
+ Tested up to: 5.0
6
+ Stable tag: 1.2.2
7
  License: GPLv2
8
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
9
 
37
 
38
  == Changelog ==
39
 
40
+ = v 1.2.2 =
41
+ * Added Twenty Nineteen as a recognized core theme.
42
+
43
  = v 1.2.1 =
44
  * Make sure only those with access to the plugin see the backup encouragement notice.
45
  * Make sure the `is_troubleshooting()` checks are available to the Site Status tester when the MU plugin may not have updated yet.