From 2ea386050b74d0937496f5a59a336979033e41ab Mon Sep 17 00:00:00 2001 From: Marius Jensen Date: Sun, 6 Aug 2023 14:34:11 +0200 Subject: [PATCH] Version bump mu-plugin 1.9.1 --- mu-plugin/health-check-troubleshooting-mode.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mu-plugin/health-check-troubleshooting-mode.php b/mu-plugin/health-check-troubleshooting-mode.php index 4275d9b..127f9fb 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.9.0 + Version: 1.9.1 */ if ( ! defined( 'ABSPATH' ) ) { @@ -10,7 +10,7 @@ } // Set the MU plugin version. -define( 'HEALTH_CHECK_TROUBLESHOOTING_MODE_PLUGIN_VERSION', '1.8.0' ); +define( 'HEALTH_CHECK_TROUBLESHOOTING_MODE_PLUGIN_VERSION', '1.9.1' ); class Health_Check_Troubleshooting_MU { private $disable_hash = null;