Skip to content

Commit 2ea3860

Browse files
committed
Version bump mu-plugin 1.9.1
1 parent b9d4288 commit 2ea3860

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mu-plugin/health-check-troubleshooting-mode.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
/*
33
Plugin Name: Health Check Troubleshooting Mode
44
Description: Conditionally disabled themes or plugins on your site for a given session, used to rule out conflicts during troubleshooting.
5-
Version: 1.9.0
5+
Version: 1.9.1
66
*/
77

88
if ( ! defined( 'ABSPATH' ) ) {
99
die( 'We\'re sorry, but you can not directly access this file.' );
1010
}
1111

1212
// Set the MU plugin version.
13-
define( 'HEALTH_CHECK_TROUBLESHOOTING_MODE_PLUGIN_VERSION', '1.8.0' );
13+
define( 'HEALTH_CHECK_TROUBLESHOOTING_MODE_PLUGIN_VERSION', '1.9.1' );
1414

1515
class Health_Check_Troubleshooting_MU {
1616
private $disable_hash = null;

0 commit comments

Comments
 (0)