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

Commit

Permalink
rename codetag to codetagstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyleu committed Jan 23, 2018
1 parent 0c83720 commit f2c11ab
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ckeditor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = (5, 4, 0, 3)
VERSION = (5, 4, 0, 4)
__version__ = '.'.join(map(str, VERSION))
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CKEDITOR.plugins.add('codeTag', {
CKEDITOR.plugins.add('codetagstyle', {
icons: 'code',
init(editor) {
var style = new CKEDITOR.style({ element: 'code' }),
Expand Down

0 comments on commit f2c11ab

Please sign in to comment.