Disable Gutenberg - Version 2.3

Version Description

To upgrade this plugin, remove the old version and replace with the new version. Or just click "Update" from the Plugins screen and let WordPress do it for you automatically.

Note: uninstalling the plugin from the WP Plugins screen results in the removal of all settings and data from the WP database.

Download this release

Release Info

Developer specialk
Plugin Icon 128x128 Disable Gutenberg
Version 2.3
Comparing to
See all releases

Code changes from version 2.2 to 2.3

Files changed (3) hide show
  1. disable-gutenberg.php +4 -4
  2. js/settings.js +2 -1
  3. readme.txt +11 -5
disable-gutenberg.php CHANGED
@@ -9,9 +9,9 @@
9
  Donate link: https://monzillamedia.com/donate.html
10
  Contributors: specialk
11
  Requires at least: 4.9
12
- Tested up to: 5.5
13
- Stable tag: 2.2
14
- Version: 2.2
15
  Requires PHP: 5.6.20
16
  Text Domain: disable-gutenberg
17
  Domain Path: /languages
@@ -69,7 +69,7 @@ if (!class_exists('DisableGutenberg')) {
69
 
70
  function constants() {
71
 
72
- if (!defined('DISABLE_GUTENBERG_VERSION')) define('DISABLE_GUTENBERG_VERSION', '2.2');
73
  if (!defined('DISABLE_GUTENBERG_REQUIRE')) define('DISABLE_GUTENBERG_REQUIRE', '4.9');
74
  if (!defined('DISABLE_GUTENBERG_AUTHOR')) define('DISABLE_GUTENBERG_AUTHOR', 'Jeff Starr');
75
  if (!defined('DISABLE_GUTENBERG_NAME')) define('DISABLE_GUTENBERG_NAME', __('Disable Gutenberg', 'disable-gutenberg'));
9
  Donate link: https://monzillamedia.com/donate.html
10
  Contributors: specialk
11
  Requires at least: 4.9
12
+ Tested up to: 5.6
13
+ Stable tag: 2.3
14
+ Version: 2.3
15
  Requires PHP: 5.6.20
16
  Text Domain: disable-gutenberg
17
  Domain Path: /languages
69
 
70
  function constants() {
71
 
72
+ if (!defined('DISABLE_GUTENBERG_VERSION')) define('DISABLE_GUTENBERG_VERSION', '2.3');
73
  if (!defined('DISABLE_GUTENBERG_REQUIRE')) define('DISABLE_GUTENBERG_REQUIRE', '4.9');
74
  if (!defined('DISABLE_GUTENBERG_AUTHOR')) define('DISABLE_GUTENBERG_AUTHOR', 'Jeff Starr');
75
  if (!defined('DISABLE_GUTENBERG_NAME')) define('DISABLE_GUTENBERG_NAME', __('Disable Gutenberg', 'disable-gutenberg'));
js/settings.js CHANGED
@@ -15,7 +15,8 @@
15
  title: alert_reset_options_title,
16
  buttons: button_names,
17
  modal: true,
18
- width: 350
 
19
  });
20
  });
21
 
15
  title: alert_reset_options_title,
16
  buttons: button_names,
17
  modal: true,
18
+ width: 350,
19
+ closeText: ''
20
  });
21
  });
22
 
readme.txt CHANGED
@@ -9,9 +9,9 @@ Author URI: https://plugin-planet.com/
9
  Donate link: https://monzillamedia.com/donate.html
10
  Contributors: specialk
11
  Requires at least: 4.9
12
- Tested up to: 5.5
13
- Stable tag: 2.2
14
- Version: 2.2
15
  Requires PHP: 5.6.20
16
  Text Domain: disable-gutenberg
17
  Domain Path: /languages
@@ -161,7 +161,7 @@ So if you hide the plugin's menu item, you always can access the settings direct
161
 
162
  **More Tools**
163
 
164
- Here is a description of the tools available by clicking the "More Tools" link.
165
 
166
  * Disable Nag - Disables "Try Gutenberg" nag
167
  * Enable Frontend - Enables the frontend Gutenberg stylesheet
@@ -281,7 +281,7 @@ And/or purchase one of my premium WordPress plugins:
281
  * [BBQ Pro](https://plugin-planet.com/bbq-pro/) - Super fast WordPress firewall
282
  * [Blackhole Pro](https://plugin-planet.com/blackhole-pro/) - Automatically block bad bots
283
  * [Banhammer Pro](https://plugin-planet.com/banhammer-pro/) - Monitor traffic and ban the bad guys
284
- * [GA Google Analytics Pro](https://plugin-planet.com/ga-google-analytics-pro/) - Connect your WordPress to Google Analytics
285
  * [USP Pro](https://plugin-planet.com/usp-pro/) - Unlimited front-end forms
286
 
287
  Links, tweets and likes also appreciated. Thanks! :)
@@ -295,6 +295,12 @@ Thank you to everyone for using Disable Gutenberg and for all the [awesome 5-sta
295
  If you have any feedback or suggestions to make this plugin the absolute best it can be, and/or would like to help with development, please reach me via my [contact form](https://perishablepress.com/contact/) at Perishable Press.
296
 
297
 
 
 
 
 
 
 
298
  **2.2 (2020/08/02)**
299
 
300
  * Improves targeted loading of plugin scripts
9
  Donate link: https://monzillamedia.com/donate.html
10
  Contributors: specialk
11
  Requires at least: 4.9
12
+ Tested up to: 5.6
13
+ Stable tag: 2.3
14
+ Version: 2.3
15
  Requires PHP: 5.6.20
16
  Text Domain: disable-gutenberg
17
  Domain Path: /languages
161
 
162
  **More Tools**
163
 
164
+ The settings include a "More Tools" link. Clicking it toggles open some advanced options:
165
 
166
  * Disable Nag - Disables "Try Gutenberg" nag
167
  * Enable Frontend - Enables the frontend Gutenberg stylesheet
281
  * [BBQ Pro](https://plugin-planet.com/bbq-pro/) - Super fast WordPress firewall
282
  * [Blackhole Pro](https://plugin-planet.com/blackhole-pro/) - Automatically block bad bots
283
  * [Banhammer Pro](https://plugin-planet.com/banhammer-pro/) - Monitor traffic and ban the bad guys
284
+ * [GA Google Analytics Pro](https://plugin-planet.com/ga-google-analytics-pro/) - Connect WordPress to Google Analytics
285
  * [USP Pro](https://plugin-planet.com/usp-pro/) - Unlimited front-end forms
286
 
287
  Links, tweets and likes also appreciated. Thanks! :)
295
  If you have any feedback or suggestions to make this plugin the absolute best it can be, and/or would like to help with development, please reach me via my [contact form](https://perishablepress.com/contact/) at Perishable Press.
296
 
297
 
298
+ **2.3 (2020/11/09)**
299
+
300
+ * Updates plugin script to account for changes in jQuery UI
301
+ * Tests on PHP 7.4 and 8.0
302
+ * Tests on WordPress 5.6
303
+
304
  **2.2 (2020/08/02)**
305
 
306
  * Improves targeted loading of plugin scripts