Classic Editor Addon - Version 2.3.1

Version Description

  • December 17, 2018
  • increase minimum PHP version to 5.4 due to introduction new shorthand syntax of WP Dependency Installer update in 2.3.0
Download this release

Release Info

Developer senlin
Plugin Icon wp plugin Classic Editor Addon
Version 2.3.1
Comparing to
See all releases

Code changes from version 2.3.0 to 2.3.1

Files changed (2) hide show
  1. classic-editor-addon.php +2 -2
  2. readme.txt +10 -3
classic-editor-addon.php CHANGED
@@ -4,10 +4,10 @@
4
  * Description: This free "Classic Editor Addon" plugin makes sure that the new block editor cannot be accidentally activated. See README for details.
5
 
6
  * Author: <a href="https://so-wp.com">Pieter Bos</a>, <a href="https://gschoppe.com">Greg Schoppe</a>
7
- * Version: 2.3.0
8
 
9
  * Requires at least: 4.9
10
- * Tested up to: 5.0
11
 
12
  * License: GPL-3.0+
13
  * License URI: http://www.gnu.org/licenses/gpl-3.0.txt
4
  * Description: This free "Classic Editor Addon" plugin makes sure that the new block editor cannot be accidentally activated. See README for details.
5
 
6
  * Author: <a href="https://so-wp.com">Pieter Bos</a>, <a href="https://gschoppe.com">Greg Schoppe</a>
7
+ * Version: 2.3.1
8
 
9
  * Requires at least: 4.9
10
+ * Tested up to: 5.0.1
11
 
12
  * License: GPL-3.0+
13
  * License URI: http://www.gnu.org/licenses/gpl-3.0.txt
readme.txt CHANGED
@@ -2,9 +2,9 @@
2
  Contributors: senlin, gschoppe
3
  Tags: gutenberg, block editor, classic editor, addon, wordpress 5.0
4
  Requires at least: 4.9
5
- Requires PHP: 5.3
6
- Tested up to: 5.0
7
- Stable tag: 2.3.0
8
  License: GPL-3.0+
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.txt
10
 
@@ -16,6 +16,8 @@ This free "Classic Editor Addon" plugin makes sure that the new block editor can
16
 
17
  The free Classic Editor Addon plugin is targeted at everyone who is not yet ready for the new editing experience that has been introduced in WordPress 5.0. Install it now on sites and the UX remains the same as you are used to!
18
 
 
 
19
  The reason we released the "Classic Editor Addon" plugin is because in the beginning the "Classic Editor" plugin did not what it said on the label.
20
 
21
  Since version 0.0.4 of the "Classic Editor" plugin, it finally set the default setting to actually using the Classic Editor. It still contains a Settings page though and if the purpose of people is to get the Classic Editor instead of using the new block editor, then we don't see the need for such a Settings page.
@@ -56,6 +58,11 @@ Please open an issue on [Github](https://github.com/senlin/classic-editor-addon/
56
 
57
  == Changelog ==
58
 
 
 
 
 
 
59
  = 2.3.0 =
60
 
61
  * December 14, 2018
2
  Contributors: senlin, gschoppe
3
  Tags: gutenberg, block editor, classic editor, addon, wordpress 5.0
4
  Requires at least: 4.9
5
+ Requires PHP: 5.4
6
+ Tested up to: 5.0.1
7
+ Stable tag: 2.3.1
8
  License: GPL-3.0+
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.txt
10
 
16
 
17
  The free Classic Editor Addon plugin is targeted at everyone who is not yet ready for the new editing experience that has been introduced in WordPress 5.0. Install it now on sites and the UX remains the same as you are used to!
18
 
19
+ Please pay attention that the minimum PHP version to use our plugin is <strong>5.4</strong>.
20
+
21
  The reason we released the "Classic Editor Addon" plugin is because in the beginning the "Classic Editor" plugin did not what it said on the label.
22
 
23
  Since version 0.0.4 of the "Classic Editor" plugin, it finally set the default setting to actually using the Classic Editor. It still contains a Settings page though and if the purpose of people is to get the Classic Editor instead of using the new block editor, then we don't see the need for such a Settings page.
58
 
59
  == Changelog ==
60
 
61
+ = 2.3.1 =
62
+
63
+ * December 17, 2018
64
+ * increase minimum PHP version to 5.4 due to introduction new shorthand syntax of WP Dependency Installer update in 2.3.0
65
+
66
  = 2.3.0 =
67
 
68
  * December 14, 2018