We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc0c6b5 + b5323de commit bb67045Copy full SHA for bb67045
plugin.js
@@ -7,7 +7,7 @@ CKEDITOR.plugins.add('uploadcare', {
7
8
UPLOADCARE_CROP = !editor.config.USE_PHP;
9
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');
+ CKEDITOR.scriptLoader.load('https://ucarecdn.com/widget/0.9/uploadcare/uploadcare-0.9.min.js');
11
12
editor.addCommand('uploadcareDialog', new CKEDITOR.dialogCommand('uploadcareDialog'));
13
0 commit comments