Skip to content

Commit

Permalink
Pre-emptively bump the MU-plugin version for the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
Clorith committed Sep 10, 2022
1 parent 16fce54 commit 47fc4fe
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.7.2
Version: 1.8.0
*/

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.7.2' );
define( 'HEALTH_CHECK_TROUBLESHOOTING_MODE_PLUGIN_VERSION', '1.8.0' );

class Health_Check_Troubleshooting_MU {
private $disable_hash = null;
Expand Down

0 comments on commit 47fc4fe

Please sign in to comment.