cloudscribe/Announcements

ckeditor upgrade - breaking change

Opened this issue · 0 comments

As you probably know we ship CKeditor as part of cloudscribe.Web.StaticFiles and we reference ckeditor scripts in various views in cloudscribe Core and cloudscribe SimpleContent.

Today we updated the CKeditor in the static files package from version 4.6.1 to version 4.11.4.
The version is part of the url for the scripts so we also updated our views in cloudscribe Core and cloudscribe SimpleContent to reference the new path.

We did not keep the previous version of CKeditor in the package because it is over 4mb.

If you upgrade to ALL the latest cloudscribe nugets everything should line up and work as usual.

However if you are overriding any views that reference the CKeditor scripts or using ckeditor scripts in your own custom features built on top of cloudscribe then you will need to update your code to reference the new version script path.

This should be as easy as replace in files in your solution ckeditor461 with ckeditor4114