Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-wdmg committed Jul 7, 2023
1 parent 358db1c commit e34966e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/Editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Yii2 WYSIWYG editor
*
* @category Widgets
* @version 1.2.0
* @version 1.2.1
* @author Alexsander Vyshnyvetskyy <[email protected]>
* @link https://github.com/wdmg/yii2-editor
* @copyright Copyright (c) 2019 - 2023 W.D.M.Group, Ukraine
Expand Down

0 comments on commit e34966e

Please sign in to comment.