Skip to content

Releases: craftcms/ckeditor

4.0.3

28 Mar 19:56
4.0.3
3634a06
Compare
Choose a tag to compare
  • Fixed a bug where the ckeditor/convert command wasn’t checking for and removing the old configFile Redactor setting. (#199)

3.8.3

28 Mar 19:53
3.8.3
2dada98
Compare
Choose a tag to compare
  • Fixed a bug where the ckeditor/convert command wasn’t checking for and removing the old configFile Redactor setting. (#199)

4.0.2

19 Mar 18:51
4.0.2
f40ba5f
Compare
Choose a tag to compare
  • Fixed a bug where the “Insert image” toolbar button wasn’t available when editing CKEditor configs. (#195)

3.8.2

19 Mar 20:27
3.8.2
2c3673c
Compare
Choose a tag to compare
  • Fixed a bug where the “Insert image” toolbar button wasn’t available when editing CKEditor configs. (#195)

4.0.1

15 Mar 21:52
4.0.1
2ed82f5
Compare
Choose a tag to compare
  • Fixed an error that could occur when editing an entry with nested CKEditor entries that used a soft-deleted entry type. (#191)
  • Fixed a bug where revisions weren’t getting created for the owner element, when CKEditor fields were edited. (#194)

4.0.0

14 Mar 17:11
4.0.0
279cb8d
Compare
Choose a tag to compare
  • CKEditor now requires Craft CMS 5.0.0-beta.7 or later.
  • Added the ability to embed nested entries within CKEditor fields.
  • Added the “Entry Types” field setting.
  • Added the “‘New’ Button Label” field setting. (#159)
  • It’s now possible to edit the selected CKEditor config from field settings.
  • The CKEditor inspector is now shown for admin users, if a CRAFT_SHOW_CKEDITOR_INSPECTOR environment variable is set to true.
  • Added craft\ckeditor\Field::entryManager().

4.0.0-beta.10

12 Mar 23:20
4.0.0-beta.10
5fd8ce8
Compare
Choose a tag to compare
4.0.0-beta.10 Pre-release
Pre-release
  • CKEditor now requires Craft CMS 5.0.0-beta.7 or later.
  • Fixed a bug where nested entries were getting soft-deleted when their cards were cut from field values, but not restored when pasted back in.
  • Fixed an error that occurred when an element without a field layout was saved. (#190)

4.0.0-beta.9

08 Mar 19:57
4.0.0-beta.9
d0102fa
Compare
Choose a tag to compare
4.0.0-beta.9 Pre-release
Pre-release
  • Fixed a bug where nested entries weren’t getting rendered in front-end output.

4.0.0-beta.8

07 Mar 23:50
4.0.0-beta.8
9b49df5
Compare
Choose a tag to compare
4.0.0-beta.8 Pre-release
Pre-release
  • CKEditor fields now support multiple instances. (#188)
  • CKEditor config edit pages now warn when switching the Config Options setting from JavaScript to JSON if the JavaScript code contains any functions. (#152, #180)
  • Added craft\ckeditor\Field::entryManager().
  • Fixed a bug where the “Link to an asset” option was showing up when there weren’t any available volumes with URLs. (#179)
  • Fixed a bug where an error occurred when editing an unsaved element with a CKEditor field. (#181)
  • Fixed a bug where “New entry” menus weren’t listing entry types in the field-defined order. (#185)

3.8.1

06 Mar 22:46
3.8.1
d18fc07
Compare
Choose a tag to compare
  • CKEditor config edit pages now warn when switching the Config Options setting from JavaScript to JSON if the JavaScript code contains any functions. (#152, #180)
  • Fixed a bug where the “Link to an asset” option was showing up when there weren’t any available volumes with URLs. (#179)