This commit is contained in:
djmaze 2021-08-17 15:14:55 +02:00
parent d139c02cc9
commit b403f0579b
6 changed files with 26 additions and 19 deletions

View file

@ -4,9 +4,9 @@ class CKEditorPlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'CKEditor',
VERSION = '2.1',
RELEASE = '2021-04-19',
REQUIRED = '2.5.0',
VERSION = '2.2',
RELEASE = '2021-08-17',
REQUIRED = '2.6.2',
DESCRIPTION = 'Use CKEditor instead of Squire as WYSIWYG';
public function Init() : void