Version Description
- October 25, 2018
- fix typo which addresses issue #3
Download this release
Release Info
Developer | senlin |
Plugin | Classic Editor Addon |
Version | 2.1.1 |
Comparing to | |
See all releases |
Code changes from version 2.1.0 to 2.1.1
- classic-editor-addon.php +2 -2
- readme.txt +8 -3
classic-editor-addon.php
CHANGED
@@ -4,10 +4,10 @@
|
|
4 |
* Description: This free "Classic Editor Addon" plugin makes sure that Gutenberg cannot be accidentally activated even while the "Classic Editor" plugin is active. See readme.txt for more details.
|
5 |
|
6 |
* Author: <a href="https://so-wp.com">Pieter Bos</a>, <a href="https://gschoppe.com">Greg Schoppe</a>
|
7 |
-
* Version: 2.1.
|
8 |
|
9 |
* Requires at least: 4.9
|
10 |
-
* Tested up to:
|
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 Gutenberg cannot be accidentally activated even while the "Classic Editor" plugin is active. See readme.txt for more details.
|
5 |
|
6 |
* Author: <a href="https://so-wp.com">Pieter Bos</a>, <a href="https://gschoppe.com">Greg Schoppe</a>
|
7 |
+
* Version: 2.1.1
|
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
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: senlin, gschoppe
|
|
3 |
Tags: gutenberg, classic editor, addon
|
4 |
Requires at least: 4.9
|
5 |
Requires PHP: 5.3
|
6 |
-
Tested up to:
|
7 |
-
Stable tag: 2.1.
|
8 |
License: GPL-3.0+
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
|
10 |
|
@@ -22,7 +22,7 @@ Since version 0.0.4 of the "Classic Editor" plugin, it finally set the default s
|
|
22 |
|
23 |
Also, if we look at developers protecting the sites of their clients with the Classic Editor, they certainly don't want their clients to accidentally turn off the Classic Editor as Gutenberg adds a lot of undesirable comments, tags and what not to the content.
|
24 |
|
25 |
-
Therefore we highly recommend installing this "Classic Editor Addon" plugin, which will
|
26 |
|
27 |
We support this plugin exclusively through [Github](https://github.com/senlin/classic-editor-addon/issues). Therefore, if you have any questions, need help and/or want to make a feature request, please open an issue over at Github. You can also browse through open and closed issues to find what you are looking for and perhaps even help others.
|
28 |
|
@@ -56,6 +56,11 @@ Please open an issue on [Github](https://github.com/senlin/classic-editor-addon/
|
|
56 |
|
57 |
== Changelog ==
|
58 |
|
|
|
|
|
|
|
|
|
|
|
59 |
= 2.1.0 =
|
60 |
|
61 |
* August 28, 2018
|
3 |
Tags: gutenberg, classic editor, addon
|
4 |
Requires at least: 4.9
|
5 |
Requires PHP: 5.3
|
6 |
+
Tested up to: 5.0
|
7 |
+
Stable tag: 2.1.1
|
8 |
License: GPL-3.0+
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
|
10 |
|
22 |
|
23 |
Also, if we look at developers protecting the sites of their clients with the Classic Editor, they certainly don't want their clients to accidentally turn off the Classic Editor as Gutenberg adds a lot of undesirable comments, tags and what not to the content.
|
24 |
|
25 |
+
Therefore we highly recommend installing this "Classic Editor Addon" plugin, which will automatically download the “Classic Editor” plugin to enable easy install. It removes the Settings link from the main Plugins page and removes the plugin's Settings from the Settings > Writing screen.
|
26 |
|
27 |
We support this plugin exclusively through [Github](https://github.com/senlin/classic-editor-addon/issues). Therefore, if you have any questions, need help and/or want to make a feature request, please open an issue over at Github. You can also browse through open and closed issues to find what you are looking for and perhaps even help others.
|
28 |
|
56 |
|
57 |
== Changelog ==
|
58 |
|
59 |
+
= 2.1.1 =
|
60 |
+
|
61 |
+
* October 25, 2018
|
62 |
+
* fix typo which addresses [issue #3](https://github.com/senlin/classic-editor-addon/issues/3)
|
63 |
+
|
64 |
= 2.1.0 =
|
65 |
|
66 |
* August 28, 2018
|