Version Description
- August 3, 2020
- rollback removal of WooCommerce block-ui scripts
Download this release
Release Info
Developer | senlin |
Plugin | Classic Editor Addon |
Version | 2.6.3 |
Comparing to | |
See all releases |
Code changes from version 2.6.2 to 2.6.3
- assets/icon-256x256.png +0 -0
- assets/icon-512x512.png +0 -0
- classic-editor-addon.php +4 -3
- composer.lock +0 -211
- readme.txt +8 -3
assets/icon-256x256.png
ADDED
Binary file
|
assets/icon-512x512.png
ADDED
Binary file
|
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: 2.6.
|
8 |
|
9 |
* Requires at least: 4.9
|
10 |
* Tested up to: 5.5.0
|
@@ -58,8 +58,9 @@ function classic_editor_addon_remove_block_styles() {
|
|
58 |
wp_dequeue_style( 'wc-block-style' );
|
59 |
wp_deregister_style( 'wc-block-style' );
|
60 |
// @2.6.2 remove WooCommerce block scripts
|
61 |
-
|
62 |
-
|
|
|
63 |
}
|
64 |
|
65 |
}
|
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: 2.6.3
|
8 |
|
9 |
* Requires at least: 4.9
|
10 |
* Tested up to: 5.5.0
|
58 |
wp_dequeue_style( 'wc-block-style' );
|
59 |
wp_deregister_style( 'wc-block-style' );
|
60 |
// @2.6.2 remove WooCommerce block scripts
|
61 |
+
// rollback as issues are reported (https://wordpress.org/support/topic/version-2-6-2-breaks-woocommerce-checkout/)
|
62 |
+
//wp_dequeue_script( 'jquery-blockui' );
|
63 |
+
//wp_deregister_script( 'jquery-blockui' );
|
64 |
}
|
65 |
|
66 |
}
|
composer.lock
DELETED
@@ -1,211 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_readme": [
|
3 |
-
"This file locks the dependencies of your project to a known state",
|
4 |
-
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
5 |
-
"This file is @generated automatically"
|
6 |
-
],
|
7 |
-
"content-hash": "19cb96e809fab30e1cedf35b38e4f363",
|
8 |
-
"packages": [
|
9 |
-
{
|
10 |
-
"name": "afragen/wp-dependency-installer",
|
11 |
-
"version": "1.4.8",
|
12 |
-
"source": {
|
13 |
-
"type": "git",
|
14 |
-
"url": "https://github.com/afragen/wp-dependency-installer.git",
|
15 |
-
"reference": "ea09e08c20e9071f5a0e61fae6c5b34a72e3e55f"
|
16 |
-
},
|
17 |
-
"dist": {
|
18 |
-
"type": "zip",
|
19 |
-
"url": "https://api.github.com/repos/afragen/wp-dependency-installer/zipball/ea09e08c20e9071f5a0e61fae6c5b34a72e3e55f",
|
20 |
-
"reference": "ea09e08c20e9071f5a0e61fae6c5b34a72e3e55f",
|
21 |
-
"shasum": ""
|
22 |
-
},
|
23 |
-
"require": {
|
24 |
-
"collizo4sky/persist-admin-notices-dismissal": "^1",
|
25 |
-
"php": ">=5.3"
|
26 |
-
},
|
27 |
-
"type": "library",
|
28 |
-
"autoload": {
|
29 |
-
"classmap": [
|
30 |
-
"wp-dependency-installer.php"
|
31 |
-
]
|
32 |
-
},
|
33 |
-
"notification-url": "https://packagist.org/downloads/",
|
34 |
-
"license": [
|
35 |
-
"MIT"
|
36 |
-
],
|
37 |
-
"authors": [
|
38 |
-
{
|
39 |
-
"name": "Matt Gibbs",
|
40 |
-
"role": "Developer"
|
41 |
-
},
|
42 |
-
{
|
43 |
-
"name": "Andy Fragen",
|
44 |
-
"email": "andy@thefragens.com",
|
45 |
-
"homepage": "https://thefragens.com",
|
46 |
-
"role": "Developer"
|
47 |
-
}
|
48 |
-
],
|
49 |
-
"description": "Library that helps WordPress plugin dependency management.",
|
50 |
-
"time": "2018-11-26T00:08:14+00:00"
|
51 |
-
},
|
52 |
-
{
|
53 |
-
"name": "collizo4sky/persist-admin-notices-dismissal",
|
54 |
-
"version": "1.3.2",
|
55 |
-
"source": {
|
56 |
-
"type": "git",
|
57 |
-
"url": "https://github.com/collizo4sky/persist-admin-notices-dismissal.git",
|
58 |
-
"reference": "b80673631d14f10af9747283d08434619232c003"
|
59 |
-
},
|
60 |
-
"dist": {
|
61 |
-
"type": "zip",
|
62 |
-
"url": "https://api.github.com/repos/collizo4sky/persist-admin-notices-dismissal/zipball/b80673631d14f10af9747283d08434619232c003",
|
63 |
-
"reference": "b80673631d14f10af9747283d08434619232c003",
|
64 |
-
"shasum": ""
|
65 |
-
},
|
66 |
-
"type": "library",
|
67 |
-
"autoload": {
|
68 |
-
"files": [
|
69 |
-
"persist-admin-notices-dismissal.php"
|
70 |
-
]
|
71 |
-
},
|
72 |
-
"notification-url": "https://packagist.org/downloads/",
|
73 |
-
"authors": [
|
74 |
-
{
|
75 |
-
"name": "Collins Agbonghama",
|
76 |
-
"email": "me@w3guy.com"
|
77 |
-
}
|
78 |
-
],
|
79 |
-
"description": "Simple library to persist dismissal of admin notices across pages in WordPress dashboard.",
|
80 |
-
"time": "2018-01-23T03:14:06+00:00"
|
81 |
-
},
|
82 |
-
{
|
83 |
-
"name": "composer/installers",
|
84 |
-
"version": "v1.5.0",
|
85 |
-
"source": {
|
86 |
-
"type": "git",
|
87 |
-
"url": "https://github.com/composer/installers.git",
|
88 |
-
"reference": "049797d727261bf27f2690430d935067710049c2"
|
89 |
-
},
|
90 |
-
"dist": {
|
91 |
-
"type": "zip",
|
92 |
-
"url": "https://api.github.com/repos/composer/installers/zipball/049797d727261bf27f2690430d935067710049c2",
|
93 |
-
"reference": "049797d727261bf27f2690430d935067710049c2",
|
94 |
-
"shasum": ""
|
95 |
-
},
|
96 |
-
"require": {
|
97 |
-
"composer-plugin-api": "^1.0"
|
98 |
-
},
|
99 |
-
"replace": {
|
100 |
-
"roundcube/plugin-installer": "*",
|
101 |
-
"shama/baton": "*"
|
102 |
-
},
|
103 |
-
"require-dev": {
|
104 |
-
"composer/composer": "1.0.*@dev",
|
105 |
-
"phpunit/phpunit": "^4.8.36"
|
106 |
-
},
|
107 |
-
"type": "composer-plugin",
|
108 |
-
"extra": {
|
109 |
-
"class": "Composer\\Installers\\Plugin",
|
110 |
-
"branch-alias": {
|
111 |
-
"dev-master": "1.0-dev"
|
112 |
-
}
|
113 |
-
},
|
114 |
-
"autoload": {
|
115 |
-
"psr-4": {
|
116 |
-
"Composer\\Installers\\": "src/Composer/Installers"
|
117 |
-
}
|
118 |
-
},
|
119 |
-
"notification-url": "https://packagist.org/downloads/",
|
120 |
-
"license": [
|
121 |
-
"MIT"
|
122 |
-
],
|
123 |
-
"authors": [
|
124 |
-
{
|
125 |
-
"name": "Kyle Robinson Young",
|
126 |
-
"email": "kyle@dontkry.com",
|
127 |
-
"homepage": "https://github.com/shama"
|
128 |
-
}
|
129 |
-
],
|
130 |
-
"description": "A multi-framework Composer library installer",
|
131 |
-
"homepage": "https://composer.github.io/installers/",
|
132 |
-
"keywords": [
|
133 |
-
"Craft",
|
134 |
-
"Dolibarr",
|
135 |
-
"Eliasis",
|
136 |
-
"Hurad",
|
137 |
-
"ImageCMS",
|
138 |
-
"Kanboard",
|
139 |
-
"Lan Management System",
|
140 |
-
"MODX Evo",
|
141 |
-
"Mautic",
|
142 |
-
"Maya",
|
143 |
-
"OXID",
|
144 |
-
"Plentymarkets",
|
145 |
-
"Porto",
|
146 |
-
"RadPHP",
|
147 |
-
"SMF",
|
148 |
-
"Thelia",
|
149 |
-
"WolfCMS",
|
150 |
-
"agl",
|
151 |
-
"aimeos",
|
152 |
-
"annotatecms",
|
153 |
-
"attogram",
|
154 |
-
"bitrix",
|
155 |
-
"cakephp",
|
156 |
-
"chef",
|
157 |
-
"cockpit",
|
158 |
-
"codeigniter",
|
159 |
-
"concrete5",
|
160 |
-
"croogo",
|
161 |
-
"dokuwiki",
|
162 |
-
"drupal",
|
163 |
-
"eZ Platform",
|
164 |
-
"elgg",
|
165 |
-
"expressionengine",
|
166 |
-
"fuelphp",
|
167 |
-
"grav",
|
168 |
-
"installer",
|
169 |
-
"itop",
|
170 |
-
"joomla",
|
171 |
-
"kohana",
|
172 |
-
"laravel",
|
173 |
-
"lavalite",
|
174 |
-
"lithium",
|
175 |
-
"magento",
|
176 |
-
"majima",
|
177 |
-
"mako",
|
178 |
-
"mediawiki",
|
179 |
-
"modulework",
|
180 |
-
"modx",
|
181 |
-
"moodle",
|
182 |
-
"osclass",
|
183 |
-
"phpbb",
|
184 |
-
"piwik",
|
185 |
-
"ppi",
|
186 |
-
"puppet",
|
187 |
-
"pxcms",
|
188 |
-
"reindex",
|
189 |
-
"roundcube",
|
190 |
-
"shopware",
|
191 |
-
"silverstripe",
|
192 |
-
"sydes",
|
193 |
-
"symfony",
|
194 |
-
"typo3",
|
195 |
-
"wordpress",
|
196 |
-
"yawik",
|
197 |
-
"zend",
|
198 |
-
"zikula"
|
199 |
-
],
|
200 |
-
"time": "2017-12-29T09:13:20+00:00"
|
201 |
-
}
|
202 |
-
],
|
203 |
-
"packages-dev": [],
|
204 |
-
"aliases": [],
|
205 |
-
"minimum-stability": "stable",
|
206 |
-
"stability-flags": [],
|
207 |
-
"prefer-stable": false,
|
208 |
-
"prefer-lowest": false,
|
209 |
-
"platform": [],
|
210 |
-
"platform-dev": []
|
211 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: 5.
|
7 |
-
Stable tag: 2.6.
|
8 |
License: GPL-3.0+
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
|
10 |
|
@@ -17,7 +17,7 @@ This free "Classic Editor Addon" plugin makes sure that the new block editor can
|
|
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 |
<strong>What's New:</strong>
|
20 |
-
|
21 |
|
22 |
Please pay attention that the minimum PHP version to use our plugin is <strong>5.6</strong>.
|
23 |
|
@@ -63,6 +63,11 @@ Please open an issue on [Github](https://github.com/senlin/classic-editor-addon/
|
|
63 |
|
64 |
== Changelog ==
|
65 |
|
|
|
|
|
|
|
|
|
|
|
66 |
= 2.6.2 =
|
67 |
|
68 |
* August 1, 2020
|
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: 5.8
|
7 |
+
Stable tag: 2.6.3
|
8 |
License: GPL-3.0+
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
|
10 |
|
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 |
<strong>What's New:</strong>
|
20 |
+
Rollback removal of WooCommerce block-ui scripts
|
21 |
|
22 |
Please pay attention that the minimum PHP version to use our plugin is <strong>5.6</strong>.
|
23 |
|
63 |
|
64 |
== Changelog ==
|
65 |
|
66 |
+
= 2.6.3 =
|
67 |
+
|
68 |
+
* August 3, 2020
|
69 |
+
* rollback removal of WooCommerce block-ui scripts
|
70 |
+
|
71 |
= 2.6.2 =
|
72 |
|
73 |
* August 1, 2020
|