gtbu / Typesetter-5.3-p8

Typesetter 5.2+ with updates and adaptions for php8
http://typesetter5.bplaced.net
GNU General Public License v2.0
11 stars 7 forks source link

Ckeditor 4.24 - warning #26

Open gtbu opened 3 months ago

gtbu commented 3 months ago

* Many users will now get a popup that version 4. is not quite safe and should be replaced with version 4.24 LTS .

The LTS - version is at the first look 'incompatible' with Typesetter CMS.

*** A momentary tip from https://github.com/ckeditor/ckeditor4/issues/5519 : Add in include/tool/Editing.php at line 640 : 'versionCheck' => false,

*** See also at CKEDITOR4 in this repo

gtbu commented 3 months ago

I "solved" the problem : For use of 4.24 You need a commercial license....... If you suddenly started to see this message, this may mean you accidentally updated CKEditor 4 to the LTS version (4.23.0 and above). This version of the editor is under commercial terms and requires acquiring an "Extended Support Model" contract - https://ckeditor.com/ckeditor-4-support/

For a license see : https://ckeditor.com/docs/ckeditor4/latest/support/licensing/license-key-and-activation.html#purchasing-a-commercial-license

You can add the license-key : licenseKey: 'your-license-key', --> new line behind include/tool/Editing.php at line 640 : 'versionCheck' => false,