Skip to content

Commit

Permalink
Merge branch 'release/1.0.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
bnu committed Oct 15, 2019
2 parents 6269563 + 94d1a22 commit ac1409d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.gitignore export-ignore
.gitattributes export-ignore
markup/ export-ignore
2 changes: 1 addition & 1 deletion assets/js/xe.ckeditor.define.js
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@
// START:미디어 라이브러리 연동
XE.app('MediaLibrary').then(function (appMediaLibrary) {
appMediaLibrary.$$on('media.import', function (eventName, mediaList) {
mediaList.forEach((media) => {
mediaList.forEach(function (media) {
if (window.XE.Utils.isImage(media.file.mime)) {
var thumbImageUrl = media.file.url
var mediaUrl = thumbImageUrl
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "xpressengine-plugin/ckeditor",
"description": "CkEditor 에디터를 제공합니다.",
"keywords": ["xpressengine bundle", "XE CkEditor"],
"version": "1.0.3",
"version": "1.0.4",
"support": {
"email": "[email protected]"
},
Expand Down Expand Up @@ -70,7 +70,6 @@
"psr-4": {
"Xpressengine\\Plugins\\CkEditor\\": "src/",
"Xpressengine\\Plugins\\CkEditor\\Components\\": "components/"

}
}
}

0 comments on commit ac1409d

Please sign in to comment.