diff --git a/CHANGELOG.md b/CHANGELOG.md index 090d7e4..ebed256 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Changelog ========= +## 2.0.1 (2023-07-07) + * Update dependencies + ## 2.0.0 (2023-06-25) * Some fix, update copyrights diff --git a/Module.php b/Module.php index 6e73469..a60b1c2 100644 --- a/Module.php +++ b/Module.php @@ -6,7 +6,7 @@ * Yii2 Media library * * @category Module - * @version 2.0.0 + * @version 2.0.1 * @author Alexsander Vyshnyvetskyy * @link https://github.com/wdmg/yii2-media * @copyright Copyright (c) 2019 - 2023 W.D.M.Group, Ukraine @@ -47,7 +47,7 @@ class Module extends BaseModule /** * @var string the module version */ - private $version = "2.0.0"; + private $version = "2.0.1"; /** * @var string the default routes to render media item (use "/" - for root) diff --git a/README.md b/README.md index c3bfc26..db341d6 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,7 @@ Use the `Module::dashboardNavItems()` method of the module to generate a navigat ?> # Status and version [ready to use] +* v.2.0.1 - Update dependencies * v.2.0.0 - Some fix, update copyrights * v.1.0.6 - RBAC implementation, read EXIF * v.1.0.5 - Update README.md diff --git a/composer.json b/composer.json index c19ab33..c7029a0 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "keywords": ["yii2", "yii2-media", "media", "library", "manager", "wdmg"], "type": "yii2-extension", "license": "MIT", - "version": "2.0.0", + "version": "2.0.1", "homepage": "https://github.com/wdmg/yii2-media", "support": { "source": "https://github.com/wdmg/yii2-media", @@ -25,7 +25,7 @@ "yiisoft/yii2-imagine": "^2.2", "wdmg/yii2-base": "^1.3.0", "wdmg/yii2-validators": "^1.0.6", - "bower-asset/font-awesome": "^5.13" + "bower-asset/font-awesome": "^6.4.0" }, "minimum-stability": "dev", "autoload": { diff --git a/package.json b/package.json index 97d2c20..a8ccdc9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yii2-media", - "version": "2.0.0", + "version": "2.0.1", "description": "Assets package for media library extension", "main": "Gruntfile.js", "scripts": {