Skip to content

Commit

Permalink
Added entry about version check feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekbogdanski committed Jun 30, 2023
1 parent 033a006 commit 7083fd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ New Features:

* [#5316](https://github.com/ckeditor/ckeditor4/issues/5316): Added vertical margins support for list elements in the [Paste from Word](https://ckeditor.com/cke4/addon/pastefromword) plugin.
* [#5410](https://github.com/ckeditor/ckeditor4/issues/5410): Added the ability to indicate the language of styles in the [Styles Combo](https://ckeditor.com/cke4/addon/stylescombo) plugin via the [`config.styleSet`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-stylesSet) configuration option.
* [#5510](https://github.com/ckeditor/ckeditor4/issues/5510): Added notification system to the editor informing users that the editor version is up-to-date and secure. See [`config.versionCheck](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-versionCheck) configuration option to learn more.

Fixed Issues:

Expand Down
2 changes: 1 addition & 1 deletion core/ckeditor_version-check.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@

/**
* The version check feature adds a notification system to the editor that informs
* the user if the editor version is secure. It is highly recommended to stay up to
* users if the editor version is secure. It is highly recommended to stay up to
* date with the editor version to ensure that the editor is secure and provides
* the best editing experience to users.
*
Expand Down

0 comments on commit 7083fd6

Please sign in to comment.