From 88312ac5b2dc85436b886f6681831f828a54a827 Mon Sep 17 00:00:00 2001 From: harasunu-narayan Date: Mon, 18 Nov 2024 16:02:58 +0530 Subject: [PATCH] Update to v4.3.1 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 5043c9f..893e466 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "froala/yii2-froala-editor", - "version": "4.3.0", + "version": "4.3.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.3.0", + "froala/wysiwyg-editor": "4.3.1", "rmrevin/yii2-fontawesome": "^2.0 | ^3.0" }, "autoload": {