Skip to content

Commit

Permalink
Version bump mu-plugin 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Clorith committed Aug 6, 2023
1 parent b9d4288 commit 2ea3860
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mu-plugin/health-check-troubleshooting-mode.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
/*
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' ) ) {
die( 'We\'re sorry, but you can not directly access this file.' );
}

// 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;
Expand Down

0 comments on commit 2ea3860

Please sign in to comment.