From ce7c2699d09b76416ce66ba9bb1edb6bea7f262b Mon Sep 17 00:00:00 2001 From: harasunu-narayan <60644555+harasunu-narayan@users.noreply.github.com> Date: Tue, 16 May 2023 18:22:47 +0530 Subject: [PATCH] Update to v4.0.19 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 5dbe126..8d062c6 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "froala/yii2-froala-editor", - "version": "4.0.18", + "version": "4.0.19", "description": "A beautiful WYSIWYG HTML text editor based on HTML5 technology. Cross browser, with mobile support, high performance and Retina Ready modern design.", "type": "yii2-extension", "keywords": [ @@ -23,7 +23,7 @@ ], "require": { "yiisoft/yii2": "^2.0", - "froala/wysiwyg-editor": "4.0.18", + "froala/wysiwyg-editor": "4.0.19", "rmrevin/yii2-fontawesome": "^2.0 | ^3.0" }, "autoload": {