Skip to content

Commit

Permalink
Updated CKEditor to version 4.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slackero committed May 22, 2021
1 parent 6074587 commit 24dce2e
Show file tree
Hide file tree
Showing 23 changed files with 476 additions and 462 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -24,7 +24,7 @@ Link your browser to the related URL and follow the install instructions.
Server system requirements
--------------------------

**phpwcms** version 1.9.7 requires a web server with PHP (minimum version 5.3 up to 7.x)
**phpwcms** version 1.9.25 requires a web server with PHP (minimum version 5.5 up to 8.x)
and a MySQL database (minimum version 5.1, recommend 5.5+).


Expand Down
12 changes: 12 additions & 0 deletions include/inc_ext/ckeditor/CHANGES.md
@@ -1,6 +1,18 @@
CKEditor 4 Changelog
====================

## CKEditor 4.16.1

Fixed Issues:
* [#4617](https://github.com/ckeditor/ckeditor4/issues/4617): Fixed: [Autocomplete](https://ckeditor.com/cke4/addon/autocomplete) is not accessible in inline editors.
* [#4493](https://github.com/ckeditor/ckeditor4/issues/4493): Fixed: The [drop-down](https://ckeditor.com/cke4/addon/richcombo) label does not reflect the current value of the drop-down.
* [#1572](https://github.com/ckeditor/ckeditor4/issues/1572): Fixed: A paragraph before or after a [widget](https://ckeditor.com/cke4/addon/widget) cannot be removed. Thanks to [bunglegrind](https://github.com/bunglegrind)!
* [#4301](https://github.com/ckeditor/ckeditor4/issues/4301): Fixed: Pasted content is overwritten when pasted in an initially empty editor with the [`div` Enter mode](https://ckeditor.com/docs/ckeditor4/latest/features/enterkey.html).
* [#4351](https://github.com/ckeditor/ckeditor4/issues/4351): Fixed: Incorrect values for RGBA/HSLA colors in [Color Dialog](https://ckeditor.com/cke4/addon/colordialog).
* [#4509](https://github.com/ckeditor/ckeditor4/issues/4509): Fixed: Incorrect handling of drag & drop inside [widgets](https://ckeditor.com/cke4/addon/widget) and nested editables.
* [#4611](https://github.com/ckeditor/ckeditor4/issues/4611): [Android, iOS] Fixed: Incorrect hover styles for buttons in the toolbar on mobile devices.
* [#4652](https://github.com/ckeditor/ckeditor4/issues/4652): Fixed: [Event data](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_eventInfo.html) set to `false` is treated as an event cancelation.

## CKEditor 4.16

**Security Updates:**
Expand Down
861 changes: 431 additions & 430 deletions include/inc_ext/ckeditor/ckeditor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion include/inc_ext/ckeditor/lang/cs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion include/inc_ext/ckeditor/lang/de-ch.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion include/inc_ext/ckeditor/lang/de.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion include/inc_ext/ckeditor/lang/fr.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion include/inc_ext/ckeditor/lang/it.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion include/inc_ext/ckeditor/lang/lv.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion include/inc_ext/ckeditor/lang/nl.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion include/inc_ext/ckeditor/lang/sr-latn.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion include/inc_ext/ckeditor/lang/sr.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion include/inc_ext/ckeditor/lang/sv.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion include/inc_ext/ckeditor/lang/zh.js

Large diffs are not rendered by default.

17 changes: 9 additions & 8 deletions include/inc_ext/ckeditor/plugins/a11yhelp/dialogs/lang/de-ch.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 24dce2e

Please sign in to comment.