v2.5.0-rc.1

This commit is contained in:
djmaze 2021-04-08 16:02:41 +02:00
parent 168ee911b3
commit 7fc279293c
4 changed files with 14 additions and 18 deletions

View file

@ -6,7 +6,7 @@ class CKEditorPlugin extends \RainLoop\Plugins\AbstractPlugin
NAME = 'CKEditor',
VERSION = '2.1',
RELEASE = '2021-04-01',
REQUIRED = '2.4.4',
REQUIRED = '2.5.0',
DESCRIPTION = 'Use CKEditor instead of Squire as WYSIWYG';
public function Init() : void