Skip to content

Commit 22419bb

Browse files
committed
Upgrade of the copyright time and add a personal site link
1 parent 52ca3c9 commit 22419bb

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ MFUploader module provides the following options:
2424
To work with image binary content it uses [Yii2 imagine](https://github.com/yiisoft/yii2-imagine).
2525
To work with Amazon it uses [AWS SDK](https://github.com/aws/aws-sdk-php).
2626

27+
Addition module description you can see in my [Personal site](https://pack-develop.info/en/product/6).
28+
2729
2 Dependencies
2830
----------------------------
2931

@@ -38,12 +40,12 @@ To work with Amazon it uses [AWS SDK](https://github.com/aws/aws-sdk-php).
3840

3941
Via composer:
4042

41-
```composer require itstructure/yii2-multi-format-uploader ^2.1.3```
43+
```composer require itstructure/yii2-multi-format-uploader ^2.1.4```
4244

4345
or in section **require** of composer.json file set the following:
4446
```
4547
"require": {
46-
"itstructure/yii2-multi-format-uploader": "^2.1.3"
48+
"itstructure/yii2-multi-format-uploader": "^2.1.4"
4749
}
4850
```
4951
and command ```composer install```, if you install yii2 project extensions first,
@@ -398,6 +400,6 @@ To work with that, you must set just the routes in application configuration.
398400
License
399401
----------------------------
400402

401-
Copyright © 2018 Andrey Girnik girnikandrey@gmail.com.
403+
Copyright © 2018-2019 Andrey Girnik girnikandrey@gmail.com.
402404

403405
Licensed under the [MIT license](http://opensource.org/licenses/MIT). See LICENSE.txt for details.

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
### CHANGE LOG:
22

3+
**2.1.4 August 19, 2019:**
4+
- Upgrade of the copyright time and add a personal site link.
5+
36
**2.1.3 August 19, 2019:**
47
- Bug fix for set an unique name of uploading file. Used **microtime()** in ```LocalUpload``` and ```S3Upload``` models.
58

0 commit comments

Comments
 (0)