Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit f2c11ab

Browse files
committed
rename codetag to codetagstyle
1 parent 0c83720 commit f2c11ab

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

ckeditor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = (5, 4, 0, 3)
1+
VERSION = (5, 4, 0, 4)
22
__version__ = '.'.join(map(str, VERSION))

ckeditor/static/ckeditor/ckeditor/plugins/codetag/plugin.js renamed to ckeditor/static/ckeditor/ckeditor/plugins/codetagstyle/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CKEDITOR.plugins.add('codeTag', {
1+
CKEDITOR.plugins.add('codetagstyle', {
22
icons: 'code',
33
init(editor) {
44
var style = new CKEDITOR.style({ element: 'code' }),

0 commit comments

Comments
 (0)