Skip to content

Commit

Permalink
Updates to release v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Sep 19, 2018
1 parent 32e28f3 commit 7f76d78
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log: `yii2-widget-fileinput`
===================================

## Version 1.0.8

**Date:** 19-Sep-2018

- Bump version.

## Version 1.0.7

**Date:** 07-Sep-2018
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
yii2-widget-fileinput
=====================

[![Latest Stable Version](https://poser.pugx.org/kartik-v/yii2-widget-fileinput/v/stable)](https://packagist.org/packages/kartik-v/yii2-widget-fileinput)
[![Stable Version](https://poser.pugx.org/kartik-v/yii2-widget-fileinput/v/stable)](https://packagist.org/packages/kartik-v/yii2-widget-fileinput)
[![Unstable Version](https://poser.pugx.org/kartik-v/yii2-widget-fileinput/v/unstable)](https://packagist.org/packages/kartik-v/yii2-widget-fileinput)
[![License](https://poser.pugx.org/kartik-v/yii2-widget-fileinput/license)](https://packagist.org/packages/kartik-v/yii2-widget-fileinput)
[![Total Downloads](https://poser.pugx.org/kartik-v/yii2-widget-fileinput/downloads)](https://packagist.org/packages/kartik-v/yii2-widget-fileinput)
[![Monthly Downloads](https://poser.pugx.org/kartik-v/yii2-widget-fileinput/d/monthly)](https://packagist.org/packages/kartik-v/yii2-widget-fileinput)
Expand Down Expand Up @@ -65,4 +66,4 @@ echo FileInput::widget([

## License

**yii2-widget-fileinput** is released under the BSD 3-Clause License. See the bundled `LICENSE.md` for details.
**yii2-widget-fileinput** is released under the BSD-3-Clause License. See the bundled `LICENSE.md` for details.
2 changes: 1 addition & 1 deletion src/BaseAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 - 2018
* @package yii2-widgets
* @subpackage yii2-widget-fileinput
* @version 1.0.7
* @version 1.0.8
*/

namespace kartik\file;
Expand Down
2 changes: 1 addition & 1 deletion src/DomPurifyAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 - 2018
* @package yii2-widgets
* @subpackage yii2-widget-fileinput
* @version 1.0.7
* @version 1.0.8
*/

namespace kartik\file;
Expand Down
2 changes: 1 addition & 1 deletion src/FileInput.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 - 2018
* @package yii2-widgets
* @subpackage yii2-widget-fileinput
* @version 1.0.7
* @version 1.0.8
*/

namespace kartik\file;
Expand Down
2 changes: 1 addition & 1 deletion src/FileInputAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 - 2018
* @package yii2-widgets
* @subpackage yii2-widget-fileinput
* @version 1.0.7
* @version 1.0.8
*/

namespace kartik\file;
Expand Down
2 changes: 1 addition & 1 deletion src/FileInputThemeAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 - 2018
* @package yii2-widgets
* @subpackage yii2-widget-fileinput
* @version 1.0.7
* @version 1.0.8
*/

namespace kartik\file;
Expand Down
2 changes: 1 addition & 1 deletion src/PiExifAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 - 2018
* @package yii2-widgets
* @subpackage yii2-widget-fileinput
* @version 1.0.7
* @version 1.0.8
*/

namespace kartik\file;
Expand Down
2 changes: 1 addition & 1 deletion src/SortableAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 - 2018
* @package yii2-widgets
* @subpackage yii2-widget-fileinput
* @version 1.0.7
* @version 1.0.8
*/

namespace kartik\file;
Expand Down

0 comments on commit 7f76d78

Please sign in to comment.