From 714f8530a23c82f519ac8207251998d6e45669c9 Mon Sep 17 00:00:00 2001 From: harasunu-narayan <60644555+harasunu-narayan@users.noreply.github.com> Date: Fri, 14 Jun 2024 14:41:26 +0530 Subject: [PATCH] Update to v4.2.1 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 31af9c5..81d75e7 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "froala/yii2-froala-editor", - "version": "4.2.0", + "version": "4.2.1", "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.2.0", + "froala/wysiwyg-editor": "4.2.1", "rmrevin/yii2-fontawesome": "^2.0 | ^3.0" }, "autoload": {