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.
1 parent bb67045 commit 71eb2e6Copy full SHA for 71eb2e6
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.9/uploadcare/uploadcare-0.9.min.js');
+ CKEDITOR.scriptLoader.load('https://ucarecdn.com/widget/0.11.2/uploadcare/uploadcare-0.11.2.min.js');
11
12
editor.addCommand('uploadcareDialog', new CKEDITOR.dialogCommand('uploadcareDialog'));
13
0 commit comments