Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
w8tcha committed Jul 11, 2023
1 parent 5519808 commit 64720c2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ckeditor-codemirror-plugin",
"homepage": "http://w8tcha.github.io/CKEditor-CodeMirror-Plugin/",
"version": "1.18.7",
"version": "1.18.8",
"authors": [
"Ingo Herbote"
],
Expand Down
2 changes: 1 addition & 1 deletion codemirror/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
(function() {
CKEDITOR.plugins.add("codemirror", {
lang: "af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en-au,en-ca,en-gb,en,eo,es,et,eu,fa,fi,fo,fr-ca,fr,gl,gu,he,hi,hr,hu,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,pl,pt-br,pt,ro,ru,sk,sl,sr-latn,sr,sv,th,tr,ug,uk,vi,zh-cn,zh", // %REMOVE_LINE_CORE%
version: "1.18.9",
version: "1.18.8",
init: function (editor) {
var command = editor.addCommand("codemirrorAbout", new CKEDITOR.dialogCommand("codemirrorAboutDialog"));
command.modes = { wysiwyg: 1, source: 1 };
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ckeditor-codemirror-plugin",
"homepage": "http://w8tcha.github.io/CKEditor-CodeMirror-Plugin/",
"version": "1.18.7",
"version": "1.18.8",
"authors": [
"Ingo Herbote"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ckeditor-codemirror-plugin",
"version": "1.18.7",
"version": "1.18.8",
"author": "w8tcha",
"description": "Syntax Highlighting for the CKEditor (Source View and Source Dialog) with the CodeMirror Plugin.",
"repository": {
Expand Down

0 comments on commit 64720c2

Please sign in to comment.