Skip to content

Releases: craftcms/ckeditor

4.0.5

14 May 17:28
4.0.5
358ada3
Compare
Choose a tag to compare
  • Fixed a bug where nested entries weren’t visible when viewing revisions. (#227)
  • Fixed a bug where nested entry cards were getting rendered after page load. (#221)
  • Fixed a bug where nested entry cards were getting labelled as invalid, for newly-created, then deleted, then restored entries. (#224, #228)
  • Fixed a bug where deleting and restoring an existing nested entry wouldn’t restore the entry’s ownership data. (#228)
  • Fixed a bug where soft-deleted entries weren’t getting rendered on front-end preview requests. (#223)

4.0.4

25 Apr 18:38
4.0.4
2920415
Compare
Choose a tag to compare
  • Fixed a bug where front-end links included element reference URL fragments. (#197)
  • Fixed a bug where resave commands would replace nested entries with their rendered output in stored CKEditor field values. (#211)

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.