Skip to content

Commit 6b2514e

Browse files
committed
Added CKEditor 4.5.6 standard-all.
1 parent 4b0678f commit 6b2514e

File tree

5 files changed

+776
-717
lines changed

5 files changed

+776
-717
lines changed

CHANGES.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
11
CKEditor 4 Changelog
22
====================
33

4+
## CKEditor 4.5.6
5+
6+
New Features:
7+
8+
* Introduced the [`CKEDITOR.tools.getCookie()`](http://docs.ckeditor.com/#!/api/CKEDITOR.tools-method-getCookie) and [`CKEDITOR.tools.setCookie()`](http://docs.ckeditor.com/#!/api/CKEDITOR.tools-method-setCookie) methods for accessing cookies.
9+
* Introduced the [`CKEDITOR.tools.getCsrfToken()`](http://docs.ckeditor.com/#!/api/CKEDITOR.tools-method-getCsrfToken) method. The CSRF token is now automatically sent by the [File Browser](http://ckeditor.com/addon/filebrowser) and [File Tools](http://ckeditor.com/addon/filetools) plugins during file uploads. The server-side upload handlers may check it and use it to additionally secure the communication.
10+
11+
Other Changes:
12+
13+
* Updated [SCAYT](http://ckeditor.com/addon/scayt) (Spell Check As You Type):
14+
- New features:
15+
- CKEditor [Language](http://ckeditor.com/addon/language) plugin support.
16+
- CKEditor [Placeholder](http://ckeditor.com/addon/placeholder) plugin support.
17+
- [Drag&Drop](http://sdk.ckeditor.com/samples/fileupload.html) support.
18+
- **Experimental** [GRAYT](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-grayt_autoStartup) (Grammar As You Type) functionality.
19+
- Fixed issues:
20+
* [#98](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/98): SCAYT affects dialog double-click. Fixed in SCAYT core.
21+
* [#102](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/102): SCAYT core performance enhancements.
22+
* [#104](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/104): SCAYT's spans leak into the clipboard and after pasting.
23+
* [#105](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/105): A JavaScript error fired in case of multiple instances of CKEditor on one page.
24+
* [#107](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/107): SCAYT should not check non-editable parts of content.
25+
* [#108](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/108): Latest SCAYT copies the ID of the editor element to the iframe.
26+
* SCAYT stops working when CKEditor [Undo plugin](http://ckeditor.com/addon/undo) not enabled.
27+
* Issue with pasting SCAYT markup in CKEditor.
28+
* SCAYT stops working after pressing the *Cancel* button in the WSC dialog.
29+
430
## CKEditor 4.5.5
531

632
Fixed Issues:
@@ -23,7 +49,7 @@ Fixed Issues:
2349

2450
Other Changes:
2551

26-
* [#13859](http://dev.ckeditor.com/ticket/13859): Test cases created with `benter.tools.createTestsForEditors` will also receive editor bot as a second parameter.
52+
* [#13859](http://dev.ckeditor.com/ticket/13859): Test cases created with `bender.tools.createTestsForEditors` will also receive editor bot as a second parameter.
2753

2854
## CKEditor 4.5.4
2955

0 commit comments

Comments
 (0)