Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Merge pull request #42 from ckeditor/t/41
Browse files Browse the repository at this point in the history
Docs: Updated CKFinder version to 3.5.0. Closes #41.
  • Loading branch information
Reinmar authored Apr 23, 2019
2 parents 68e825b + a43a4aa commit 7307bdb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/_snippets/features/build-ckfinder-source.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script src="https://ckeditor.com/apps/ckfinder/3.4.5/ckfinder.js"></script>
<script src="https://ckeditor.com/apps/ckfinder/3.5.0/ckfinder.js"></script>

<style>
#ckf-modal {
Expand Down
2 changes: 1 addition & 1 deletion docs/_snippets/features/ckfinder-options.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ClassicEditor
},
ckfinder: {
// eslint-disable-next-line max-len
uploadUrl: 'https://ckeditor.com/apps/ckfinder/3.4.5/core/connector/php/connector.php?command=QuickUpload&type=Images&responseType=json',
uploadUrl: 'https://ckeditor.com/apps/ckfinder/3.5.0/core/connector/php/connector.php?command=QuickUpload&type=Images&responseType=json',
options: {
height: 600,
width: 800,
Expand Down
2 changes: 1 addition & 1 deletion docs/_snippets/features/ckfinder-upload-only.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ClassicEditor
},
ckfinder: {
// eslint-disable-next-line max-len
uploadUrl: 'https://ckeditor.com/apps/ckfinder/3.4.5/core/connector/php/connector.php?command=QuickUpload&type=Files&responseType=json'
uploadUrl: 'https://ckeditor.com/apps/ckfinder/3.5.0/core/connector/php/connector.php?command=QuickUpload&type=Files&responseType=json'
}
} )
.then( editor => {
Expand Down
2 changes: 1 addition & 1 deletion docs/_snippets/features/ckfinder.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ClassicEditor
},
ckfinder: {
// eslint-disable-next-line max-len
uploadUrl: 'https://ckeditor.com/apps/ckfinder/3.4.5/core/connector/php/connector.php?command=QuickUpload&type=Files&responseType=json',
uploadUrl: 'https://ckeditor.com/apps/ckfinder/3.5.0/core/connector/php/connector.php?command=QuickUpload&type=Files&responseType=json',
options: {
height: 600,
width: 800
Expand Down
2 changes: 1 addition & 1 deletion tests/manual/ckfinder.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<meta http-equiv="Content-Security-Policy" content="script-src 'self' https://ckeditor.com 'unsafe-inline' 'unsafe-eval'">
</head>

<script src="https://ckeditor.com/apps/ckfinder/3.4.5/ckfinder.js"></script>
<script src="https://ckeditor.com/apps/ckfinder/3.5.0/ckfinder.js"></script>

<style>
/* Override default test sidebar z-index because CKFinder's modal base z-index is 9000.
Expand Down
2 changes: 1 addition & 1 deletion tests/manual/ckfinder.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ClassicEditor
},
ckfinder: {
// eslint-disable-next-line max-len
uploadUrl: 'https://ckeditor.com/apps/ckfinder/3.4.5/core/connector/php/connector.php?command=QuickUpload&type=Files&responseType=json'
uploadUrl: 'https://ckeditor.com/apps/ckfinder/3.5.0/core/connector/php/connector.php?command=QuickUpload&type=Files&responseType=json'
}
} )
.then( editor => {
Expand Down

0 comments on commit 7307bdb

Please sign in to comment.