Skip to content

Commit

Permalink
Updated default CDN CKEditor 4 dependency to 4.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekbogdanski committed Feb 7, 2024
1 parent 089e817 commit 3010e76
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

If you would like to keep access to future CKEditor 4 security patches, check the [Extended Support Model](https://ckeditor.com/ckeditor-4-support/), which guarantees **security updates and critical bug fixes until December 2026**. Alternatively, [upgrade to CKEditor 5](https://ckeditor.com/docs/ckeditor5/latest/updating/ckeditor4/migration-from-ckeditor-4.html).

## ckeditor4-vue 3.1.0

⚠️️️ CKEditor 4 CDN dependency has been upgraded to the latest secure version. All editor versions below 4.24.0-lts can no longer be considered as secure! ⚠️

Other Changes:

* Updated default CDN CKEditor 4 dependency to [4.24.0-lts](https://github.com/ckeditor/ckeditor4/blob/master/CHANGES.md#ckeditor-4240-lts).

## ckeditor4-vue 3.0.0

This release introduces a support for the LTS (”Long Term Support”) version of the editor, available under commercial terms (["Extended Support Model"](https://ckeditor.com/ckeditor-4-support/)).
Expand Down
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = function( config ) {
frameworks: [ 'mocha', 'chai', 'sinon' ],

files: [
'https://cdn.ckeditor.com/4.23.0-lts/standard-all/ckeditor.js',
'https://cdn.ckeditor.com/4.24.0-lts/standard-all/ckeditor.js',
'tests/**/*.js'
],

Expand Down
2 changes: 1 addition & 1 deletion src/ckeditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default {
},
editorUrl: {
type: String,
default: 'https://cdn.ckeditor.com/4.23.0-lts/standard-all/ckeditor.js'
default: 'https://cdn.ckeditor.com/4.24.0-lts/standard-all/ckeditor.js'
},
config: {
type: Object,
Expand Down

0 comments on commit 3010e76

Please sign in to comment.