From ad70305b0fdd6d4885c788d4aca3813ddcd002af Mon Sep 17 00:00:00 2001 From: Chris Pelzer Date: Fri, 24 Feb 2023 16:49:56 -0500 Subject: [PATCH] update CKEditor default URL from 4.20.0 to 4.20.2 --- config/ckeditor-field.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ckeditor-field.php b/config/ckeditor-field.php index bdb8a75..46ac0d4 100644 --- a/config/ckeditor-field.php +++ b/config/ckeditor-field.php @@ -84,5 +84,5 @@ | CKEditor 4 is only supported. This will not work with CKEditor 5 | */ - 'ckeditor_url' => 'https://cdn.ckeditor.com/4.20.0/full-all/ckeditor.js', + 'ckeditor_url' => 'https://cdn.ckeditor.com/4.20.2/full-all/ckeditor.js', ];