Version Description
- January 24, 2022
- adjust link to plugin search page
Download this release
Release Info
Developer | senlin |
Plugin | Classic Editor Addon |
Version | 3.0.1 |
Comparing to | |
See all releases |
Code changes from version 3.0.0 to 3.0.1
- classic-editor-addon.php +2 -2
- readme.txt +7 -2
classic-editor-addon.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Description: This free "Classic Editor Addon" plugin makes sure that the new block editor cannot be accidentally activated and blocks the calls to additional styles from the <code><head></code> (frontend). 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: 3.0.
|
8 |
|
9 |
* Requires at least: 4.9
|
10 |
* Tested up to: 5.9
|
@@ -41,7 +41,7 @@ function cea_depends_on_ce() {
|
|
41 |
|
42 |
function cea_plugin_notice() {
|
43 |
|
44 |
-
printf( '<div class="error"><p>' .
|
45 |
}
|
46 |
|
47 |
add_action( 'plugins_loaded', 'classic_editor_addon_post_init', 20, 0 );
|
4 |
* Description: This free "Classic Editor Addon" plugin makes sure that the new block editor cannot be accidentally activated and blocks the calls to additional styles from the <code><head></code> (frontend). 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: 3.0.1
|
8 |
|
9 |
* Requires at least: 4.9
|
10 |
* Tested up to: 5.9
|
41 |
|
42 |
function cea_plugin_notice() {
|
43 |
|
44 |
+
printf( '<div class="error"><p>' . __( 'Classic Editor Addon plugin requires the <a href="%s">Classic Editor plugin</a> to be installed and active.', 'classic-editor-addon' ) . '</p></div>', admin_url( 'plugin-install.php?s=classic%20editor&tab=search&type=term', 'https' ) );
|
45 |
}
|
46 |
|
47 |
add_action( 'plugins_loaded', 'classic_editor_addon_post_init', 20, 0 );
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: senlin, gschoppe
|
|
3 |
Tags: gutenberg, block editor, classic editor, addon, wordpress 5.0, woocommerce
|
4 |
Requires at least: 4.9
|
5 |
Requires PHP: 5.6
|
6 |
-
Tested up to:
|
7 |
-
Stable tag: 3.0.
|
8 |
License: GPL-3.0+
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
|
10 |
|
@@ -63,6 +63,11 @@ Please open an issue on [Github](https://github.com/senlin/classic-editor-addon/
|
|
63 |
|
64 |
== Changelog ==
|
65 |
|
|
|
|
|
|
|
|
|
|
|
66 |
= 3.0.0 =
|
67 |
|
68 |
* January 24, 2022
|
3 |
Tags: gutenberg, block editor, classic editor, addon, wordpress 5.0, woocommerce
|
4 |
Requires at least: 4.9
|
5 |
Requires PHP: 5.6
|
6 |
+
Tested up to: 6.1
|
7 |
+
Stable tag: 3.0.1
|
8 |
License: GPL-3.0+
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
|
10 |
|
63 |
|
64 |
== Changelog ==
|
65 |
|
66 |
+
= 3.0.1 =
|
67 |
+
|
68 |
+
* January 24, 2022
|
69 |
+
* adjust link to plugin search page
|
70 |
+
|
71 |
= 3.0.0 =
|
72 |
|
73 |
* January 24, 2022
|