Skip to content

Commit 6abdf03

Browse files
committed
Version bump: 1.0.1
1 parent 9f1b06b commit 6abdf03

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

mu-plugins/troubleshooting-mode.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
Plugin Name: 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.0.0
5+
Version: 1.0.1
66
*/
77

88
namespace SiteHealth\Troubleshooting;
@@ -12,7 +12,7 @@
1212
}
1313

1414
// Set the MU plugin version.
15-
define( 'TROUBLESHOOTING_MODE_PLUGIN_VERSION', '1.0.0' );
15+
define( 'TROUBLESHOOTING_MODE_PLUGIN_VERSION', '1.0.1' );
1616

1717
class MustUse {
1818
/**

readme.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Contributors: Clorith
44
Requires at least: 5.8
55
Requires PHP: 7.1
66
Tested up to: 6.6
7-
Stable tag: 1.0.0
7+
Stable tag: 1.0.1
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -39,5 +39,10 @@ Yes, the plugin is open source and available on the [WordPress/site-health-troub
3939

4040
= Changelog ==
4141

42-
= 1.0.0 (<date TBD>)
42+
= 1.0.1 (2024-10-02) =
43+
* Fixed: Remove some strict typecasting on filters where plugins may return values WordPress core does not expect, to avoid causing fatal errors.
44+
* Fixed: Removed some more strict typecasting causing issues when switching between a block and non-block theme in troubleshooting mode.
45+
* Improvement: Made the plugin attempt to use symlinks instead of copying files when setting up the mu-plugin.
46+
47+
= 1.0.0 (2024-09-21)
4348
* Initial release

troubleshooting.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Plugin URI: https://wordpress.org/plugins/troubleshooting/
1010
* Description: Checks the health of your WordPress install.
1111
* Author: Clorith
12-
* Version: 1.0.0
12+
* Version: 1.0.1
1313
* Text Domain: troubleshooting
1414
* License: GPLv2 or later
1515
*/

0 commit comments

Comments
 (0)