Disable Gutenberg - Version 2.8.1

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.8.1
Comparing to
See all releases

Code changes from version 2.8 to 2.8.1

Files changed (3) hide show
  1. disable-gutenberg.php +3 -3
  2. inc/plugin-frontend.php +3 -0
  3. readme.txt +7 -2
disable-gutenberg.php CHANGED
@@ -10,8 +10,8 @@
10
  Contributors: specialk
11
  Requires at least: 4.9
12
  Tested up to: 6.1
13
- Stable tag: 2.8
14
- Version: 2.8
15
  Requires PHP: 5.6.20
16
  Text Domain: disable-gutenberg
17
  Domain Path: /languages
@@ -70,7 +70,7 @@ if (!class_exists('DisableGutenberg')) {
70
 
71
  function constants() {
72
 
73
- if (!defined('DISABLE_GUTENBERG_VERSION')) define('DISABLE_GUTENBERG_VERSION', '2.8');
74
  if (!defined('DISABLE_GUTENBERG_REQUIRE')) define('DISABLE_GUTENBERG_REQUIRE', '4.9');
75
  if (!defined('DISABLE_GUTENBERG_AUTHOR')) define('DISABLE_GUTENBERG_AUTHOR', 'Jeff Starr');
76
  if (!defined('DISABLE_GUTENBERG_NAME')) define('DISABLE_GUTENBERG_NAME', __('Disable Gutenberg', 'disable-gutenberg'));
10
  Contributors: specialk
11
  Requires at least: 4.9
12
  Tested up to: 6.1
13
+ Stable tag: 2.8.1
14
+ Version: 2.8.1
15
  Requires PHP: 5.6.20
16
  Text Domain: disable-gutenberg
17
  Domain Path: /languages
70
 
71
  function constants() {
72
 
73
+ if (!defined('DISABLE_GUTENBERG_VERSION')) define('DISABLE_GUTENBERG_VERSION', '2.8.1');
74
  if (!defined('DISABLE_GUTENBERG_REQUIRE')) define('DISABLE_GUTENBERG_REQUIRE', '4.9');
75
  if (!defined('DISABLE_GUTENBERG_AUTHOR')) define('DISABLE_GUTENBERG_AUTHOR', 'Jeff Starr');
76
  if (!defined('DISABLE_GUTENBERG_NAME')) define('DISABLE_GUTENBERG_NAME', __('Disable Gutenberg', 'disable-gutenberg'));
inc/plugin-frontend.php CHANGED
@@ -21,6 +21,9 @@ function disable_gutenberg_wp_enqueue_scripts() {
21
  // theme.json
22
  wp_dequeue_style('global-styles');
23
 
 
 
 
24
  // svg
25
  remove_action('wp_enqueue_scripts', 'wp_enqueue_global_styles');
26
  remove_action('wp_body_open', 'wp_global_styles_render_svg_filters');
21
  // theme.json
22
  wp_dequeue_style('global-styles');
23
 
24
+ // classic theme
25
+ wp_dequeue_style('classic-theme-styles');
26
+
27
  // svg
28
  remove_action('wp_enqueue_scripts', 'wp_enqueue_global_styles');
29
  remove_action('wp_body_open', 'wp_global_styles_render_svg_filters');
readme.txt CHANGED
@@ -10,8 +10,8 @@ Donate link: https://monzillamedia.com/donate.html
10
  Contributors: specialk
11
  Requires at least: 4.9
12
  Tested up to: 6.1
13
- Stable tag: 2.8
14
- Version: 2.8
15
  Requires PHP: 5.6.20
16
  Text Domain: disable-gutenberg
17
  Domain Path: /languages
@@ -300,6 +300,11 @@ Thank you to everyone for using Disable Gutenberg and for all the [awesome 5-sta
300
  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 the [contact form](https://plugin-planet.com/support/#contact) at Plugin Planet.
301
 
302
 
 
 
 
 
 
303
  **2.8 (2022/09/25)**
304
 
305
  * Adds "Show Support" link to plugin settings
10
  Contributors: specialk
11
  Requires at least: 4.9
12
  Tested up to: 6.1
13
+ Stable tag: 2.8.1
14
+ Version: 2.8.1
15
  Requires PHP: 5.6.20
16
  Text Domain: disable-gutenberg
17
  Domain Path: /languages
300
  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 the [contact form](https://plugin-planet.com/support/#contact) at Plugin Planet.
301
 
302
 
303
+ **2.8.1 (2022/11/02)**
304
+
305
+ * Disables new `classic-theme-styles` stylesheet
306
+ * Tests on WordPress 6.1
307
+
308
  **2.8 (2022/09/25)**
309
 
310
  * Adds "Show Support" link to plugin settings