diff --git a/mu-plugin/health-check-troubleshooting-mode.php b/mu-plugin/health-check-troubleshooting-mode.php index 1129aa9..46d8673 100644 --- a/mu-plugin/health-check-troubleshooting-mode.php +++ b/mu-plugin/health-check-troubleshooting-mode.php @@ -2,7 +2,7 @@ /* Plugin Name: Health Check Troubleshooting Mode Description: Conditionally disabled themes or plugins on your site for a given session, used to rule out conflicts during troubleshooting. - Version: 1.7.2 + Version: 1.8.0 */ if ( ! defined( 'ABSPATH' ) ) { @@ -10,7 +10,7 @@ } // Set the MU plugin version. -define( 'HEALTH_CHECK_TROUBLESHOOTING_MODE_PLUGIN_VERSION', '1.7.2' ); +define( 'HEALTH_CHECK_TROUBLESHOOTING_MODE_PLUGIN_VERSION', '1.8.0' ); class Health_Check_Troubleshooting_MU { private $disable_hash = null;