File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,10 @@ Change Log: `yii2-widget-colorinput`
3
3
4
4
## Version 1.0.4
5
5
6
- ** Date:** 13-Aug -2018
6
+ ** Date:** 06-Sep -2018
7
7
8
+ - Add github contribution and issue / PR templates.
9
+ - (kartik-v/yii2-krajee-base #94 ): Refactor code and consolidate / optimize properties within traits.
8
10
- Update to support Bootstrap 4.x
9
11
- Reorganize all source code in ` src ` directory.
10
12
Original file line number Diff line number Diff line change @@ -63,4 +63,4 @@ echo ColorInput::widget([
63
63
64
64
## License
65
65
66
- ** yii2-widget-colorinput** is released under the BSD 3-Clause License. See the bundled ` LICENSE.md ` for details.
66
+ ** yii2-widget-colorinput** is released under the BSD 3-Clause License. See the bundled ` LICENSE.md ` for details.
Original file line number Diff line number Diff line change 13
13
}
14
14
],
15
15
"require" : {
16
- "kartik-v/yii2-krajee-base" : " * "
16
+ "kartik-v/yii2-krajee-base" : " >=1.9 "
17
17
},
18
18
"autoload" : {
19
19
"psr-4" : {
Original file line number Diff line number Diff line change 17
17
*/
18
18
class ColorInputAsset extends \kartik \base \AssetBundle
19
19
{
20
+ /**
21
+ * @inheritdoc
22
+ */
20
23
public function init ()
21
24
{
22
25
$ this ->setSourcePath (__DIR__ . '/assets ' );
You can’t perform that action at this time.
0 commit comments