Skip to content

Commit ac1409d

Browse files
author
bnu
committed
Merge branch 'release/1.0.4'
2 parents 6269563 + 94d1a22 commit ac1409d

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.gitignore export-ignore
2+
.gitattributes export-ignore
3+
markup/ export-ignore

assets/js/xe.ckeditor.define.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@
431431
// START:미디어 라이브러리 연동
432432
XE.app('MediaLibrary').then(function (appMediaLibrary) {
433433
appMediaLibrary.$$on('media.import', function (eventName, mediaList) {
434-
mediaList.forEach((media) => {
434+
mediaList.forEach(function (media) {
435435
if (window.XE.Utils.isImage(media.file.mime)) {
436436
var thumbImageUrl = media.file.url
437437
var mediaUrl = thumbImageUrl

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "xpressengine-plugin/ckeditor",
33
"description": "CkEditor 에디터를 제공합니다.",
44
"keywords": ["xpressengine bundle", "XE CkEditor"],
5-
"version": "1.0.3",
5+
"version": "1.0.4",
66
"support": {
77
"email": "developers@xpressengine.com"
88
},
@@ -70,7 +70,6 @@
7070
"psr-4": {
7171
"Xpressengine\\Plugins\\CkEditor\\": "src/",
7272
"Xpressengine\\Plugins\\CkEditor\\Components\\": "components/"
73-
7473
}
7574
}
7675
}

0 commit comments

Comments
 (0)