From e34966ea7a123c5a920fb4f7a013e52f9573db13 Mon Sep 17 00:00:00 2001 From: Alexsander Vyshnyvetskyy Date: Fri, 7 Jul 2023 21:48:27 +0300 Subject: [PATCH] Update dependencies --- README.md | 1 + composer.json | 6 +++--- src/Editor.php | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 113ee74..ac7aaaa 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ Example of use with ActiveForm: ?> # Status and version [ready to use] +* v.1.2.1 - Update dependencies * v.1.2.0 - Update copyrights * v.1.1.1 - Update WYSIWYG editor * v.1.1.0 - Update README.md diff --git a/composer.json b/composer.json index 95dbd67..820b723 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "keywords": ["yii", "yii2", "extension", "wysiwyg", "editor", "bootstrap", "widget", "wdmg"], "type": "yii2-extension", "license": "MIT", - "version": "1.2.0", + "version": "1.2.1", "homepage": "https://github.com/wdmg/yii2-editor", "support": { "source": "https://github.com/wdmg/yii2-editor", @@ -21,10 +21,10 @@ } ], "require": { - "yiisoft/yii2": "^2.0.40", + "yiisoft/yii2": "^2.0.35", "yiisoft/yii2-bootstrap": "*", "bower-asset/bootstrap-wysiwyg-editor": "^1.1.4", - "bower-asset/font-awesome": "^5.13" + "bower-asset/font-awesome": "^6.4.0" }, "minimum-stability": "dev", "autoload": { diff --git a/src/Editor.php b/src/Editor.php index 71f56a8..a4738e6 100644 --- a/src/Editor.php +++ b/src/Editor.php @@ -6,7 +6,7 @@ * Yii2 WYSIWYG editor * * @category Widgets - * @version 1.2.0 + * @version 1.2.1 * @author Alexsander Vyshnyvetskyy * @link https://github.com/wdmg/yii2-editor * @copyright Copyright (c) 2019 - 2023 W.D.M.Group, Ukraine