Skip to content

Commit

Permalink
Updates to release v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Jun 16, 2016
1 parent fd8bef0 commit 3b8f681
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DomPurifyAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 - 2016
* @package yii2-widgets
* @subpackage yii2-widget-rating
* @subpackage yii2-widget-fileinput
* @version 1.0.5
*/

Expand Down
6 changes: 1 addition & 5 deletions FileInputThemeAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,7 @@ class FileInputThemeAsset extends AssetBundle
/**
* @inheritdoc
*/
public function init()
{
$this->depends = array_merge($this->depends, ['kartik\rating\FileInputAsset']);
parent::init();
}
public $depends = ['kartik\file\FileInputAsset'];

/**
* Add file input theme file
Expand Down
2 changes: 1 addition & 1 deletion SortableAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 - 2016
* @package yii2-widgets
* @subpackage yii2-widget-rating
* @subpackage yii2-widget-fileinput
* @version 1.0.5
*/

Expand Down

0 comments on commit 3b8f681

Please sign in to comment.