Classic Widgets - Version 0.3

Version Description

Update for 5.9.

Download this release

Release Info

Developer ironprogrammer
Plugin Icon wp plugin Classic Widgets
Version 0.3
Comparing to
See all releases

Code changes from version 0.2 to 0.3

Files changed (2) hide show
  1. classic-widgets.php +1 -1
  2. readme.txt +10 -3
classic-widgets.php CHANGED
@@ -5,7 +5,7 @@
5
  * Plugin Name: Classic Widgets
6
  * Plugin URI: https://wordpress.org/plugins/classic-widgets/
7
  * Description: Enables the classic widgets settings screens in Appearance - Widgets and the Customizer. Disables the block editor from managing widgets.
8
- * Version: 0.2
9
  * Author: WordPress Contributors
10
  * Author URI: https://github.com/WordPress/classic-widgets/
11
  * License: GPLv2 or later
5
  * Plugin Name: Classic Widgets
6
  * Plugin URI: https://wordpress.org/plugins/classic-widgets/
7
  * Description: Enables the classic widgets settings screens in Appearance - Widgets and the Customizer. Disables the block editor from managing widgets.
8
+ * Version: 0.3
9
  * Author: WordPress Contributors
10
  * Author URI: https://github.com/WordPress/classic-widgets/
11
  * License: GPLv2 or later
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: wordpressdotorg, hellofromtonya, azaozz
3
  Tags: gutenberg, disable, disable gutenberg, editor, classic widgets
4
  Requires at least: 4.9
5
- Tested up to: 5.8
6
- Stable tag: 0.2
7
  Requires PHP: 5.6 or later
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -14,10 +14,13 @@ Enables the previous "classic" widgets settings screens in Appearance - Widgets
14
 
15
  Classic Widgets is an official plugin maintained by the WordPress team that restores the previous ("classic") WordPress widgets settings screens. It will be supported and maintained until at least 2022, or as long as is necessary.
16
 
17
- Once activated, this plugin restores the previous widgets settings screens and disables the block editor from managing widgets. There is no other configuration, the classic widgets settings screens are enabled or disabled by either enabling or disabling this plugin.
18
 
19
  == Changelog ==
20
 
 
 
 
21
  = 0.2 =
22
  Update filter name.
23
 
@@ -29,3 +32,7 @@ Initial release.
29
  = Are there any settings? =
30
 
31
  No, there are no settings. Once activated, this plugin restores the previous ("classic") WordPress widgets screen and disables the block editor from managing widgets.
 
 
 
 
2
  Contributors: wordpressdotorg, hellofromtonya, azaozz
3
  Tags: gutenberg, disable, disable gutenberg, editor, classic widgets
4
  Requires at least: 4.9
5
+ Tested up to: 5.9
6
+ Stable tag: 0.3
7
  Requires PHP: 5.6 or later
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
14
 
15
  Classic Widgets is an official plugin maintained by the WordPress team that restores the previous ("classic") WordPress widgets settings screens. It will be supported and maintained until at least 2022, or as long as is necessary.
16
 
17
+ Once activated and when using a classic (non-block) theme, this plugin restores the previous widgets settings screens and disables the block editor from managing widgets. There is no other configuration, the classic widgets settings screens are enabled or disabled by either enabling or disabling this plugin.
18
 
19
  == Changelog ==
20
 
21
+ = 0.3 =
22
+ Update for 5.9.
23
+
24
  = 0.2 =
25
  Update filter name.
26
 
32
  = Are there any settings? =
33
 
34
  No, there are no settings. Once activated, this plugin restores the previous ("classic") WordPress widgets screen and disables the block editor from managing widgets.
35
+
36
+ = Does this work with full site editing and block themes? =
37
+
38
+ No, as a block themes relies on blocks. [See Block themes article](https://wordpress.org/support/article/block-themes/) for more information.