hi
I just updated to version 9.2.5 (test site only) and I get
“This CKEditor 4.22.1 (Standard) version is not secure. Consider upgrading to the latest one, 4.24.0-lts.”
What happened ?
mesuva
February 7, 2024, 5:40pm
2
I’ve seen this on a site today.
Interestingly it’s not showing on every site running CKEditor 4.22.1 I can find.
Unfortunately CKEditor changed their licensing when they released version 5, and for security/bug fixes for version 4 you have to have to be on a paid LTS support plan.
Hopefully this message can be disabled somehow.
jero
February 7, 2024, 11:28pm
3
I also saw this on an 8.5.14 site just now. Looks as if a bug has been reported on Github.
opened 07:45PM - 07 Feb 24 UTC
Type:Bug
### Affected Version of Concrete CMS
9.2.5
### Description
When editing… text in a content block, a warning is shown "This CKEditor 4.22.1 (Standard) version is not secure. Consider [upgrading to the latest one](https://ckeditor.com/ckeditor-4-support/), 4.24.0-lts."
### Screenshot
![Screenshot 2024-02-07 at 20 48 12](https://github.com/concretecms/concretecms/assets/3337142/b815c4b4-3abd-4f2f-aa1f-2a4521883a7d)
### How to reproduce
Edit a basic content block.
### Possible Solution
Upgrade to 4.24.0-lts
### Temporary solution (CSS)
`/* hide CKEditor warning */
.cke_notification.cke_notification_warning {
display: none;
}`
### Additional Context
https://ckeditor.com/cke4/release-notes
As of this morning, when editing a content block I’m seeing a popup security warning:
This CKEditor 4.22.1 version is not secure. Consider upgrading to the latest one , 4.24.0-lts.
This is on an 8.5.14 site.
A quick search reveals this:
Release notes | CKEditor.com dated 7/2/24
Looks like the only fix being offered is in the paid-for LTS version of CKEditor.
Anybody else seeing this?
1 Like
Steevb
February 8, 2024, 12:56pm
4
Have the same issue on three updated sites running 9.2.5.
I believe CKEditor has disabled that alert for now on their end.