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 92e9c4d commit dadc223
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
3 changes: 3 additions & 0 deletions 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

Expand Down
4 changes: 2 additions & 2 deletions Module.php
Expand Up @@ -6,7 +6,7 @@
* Yii2 Media library
*
* @category Module
* @version 2.0.0
* @version 2.0.1
* @author Alexsander Vyshnyvetskyy <alex.vyshnyvetskyy@gmail.com>
* @link https://github.com/wdmg/yii2-media
* @copyright Copyright (c) 2019 - 2023 W.D.M.Group, Ukraine
Expand Down Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -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
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -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",
Expand All @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down

0 comments on commit dadc223

Please sign in to comment.