ckeditor
ckeditor copied to clipboard
CKEditor4 reached its End-of-Life in June 2023
I'd like to know if there is a plan to upgrade Ckeditor from version 4 to version 5.
It seems that this gem is using an old version of Ckeditor 4 (4.11.3) that has security vulnerabilities.
There is also the possibility to upgrade ckeditor 4 to CKEditor 4.23.0-lts.
It seems, CKEditor 4.23.0 LTS available only under a commercial licence
Yeah unfortunately @galetahub you are right. CKEditor versions 4.23.0 LTS and above require a commercial license. 😢
Are there any plan to upgrade to version 5?
Yes, I will try to upgrade to version 5 in next couple of days
I like the business model. Switch to paid-mode and mark old versions as insecure. 🤦
Thanks @galetahub appreciate the confirmation of the update!
In the meantime:
.cke_notifications_area {
display: none;
}
config.versionCheck = false;
worked for me
Just released new gem version 5.1.3, with config.versionCheck = false;
by default