Note
Elements that contain CKEditor fields must be resaved before the new deletion blocker can take effect. That can be done automatically by running the following command:
php craft resave/all --with-fields=myCkeditorField1,myCkeditorField2- CKEditor now requires Craft CMS 5.10 or later.
- Added a deletion blocker for elements that are referenced within CKEditor fields. (#576)
- Fixed a bug where custom
removePluginsconfig values weren’t being respected. (#578) - Fixed a bug where consecutive “Open in new tab?” and “Download” advanced link options were being displayed side-by-side. (#575)
- Fixed a bug where CKEditor fields with list items could get marked as dirty before any changes were actually made to them. (#554)
- Fixed a bug where “Copy value from site…” actions weren’t working properly with CKEditor fields. (#580)