Skip to content

Commit bb67045

Browse files
committed
Merge pull request #7 from uploadcare/uc-v.0.9
bump widget version
2 parents fc0c6b5 + b5323de commit bb67045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CKEDITOR.plugins.add('uploadcare', {
77

88
UPLOADCARE_CROP = !editor.config.USE_PHP;
99
UPLOADCARE_AUTOSTORE = !editor.config.USE_PHP;
10-
CKEDITOR.scriptLoader.load('https://ucarecdn.com/widget/0.8.1.2/uploadcare/uploadcare-0.8.1.2.min.js');
10+
CKEDITOR.scriptLoader.load('https://ucarecdn.com/widget/0.9/uploadcare/uploadcare-0.9.min.js');
1111

1212
editor.addCommand('uploadcareDialog', new CKEDITOR.dialogCommand('uploadcareDialog'));
1313

0 commit comments

Comments
 (0)