Skip to content

Commit f3530ae

Browse files
committed
Update to release v1.0.4
1 parent 74299b2 commit f3530ae

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ Change Log: `yii2-widget-colorinput`
33

44
## Version 1.0.4
55

6-
**Date:** 13-Aug-2018
6+
**Date:** 06-Sep-2018
77

8+
- Add github contribution and issue / PR templates.
9+
- (kartik-v/yii2-krajee-base#94): Refactor code and consolidate / optimize properties within traits.
810
- Update to support Bootstrap 4.x
911
- Reorganize all source code in `src` directory.
1012

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ echo ColorInput::widget([
6363

6464
## License
6565

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.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
],
1515
"require": {
16-
"kartik-v/yii2-krajee-base": "*"
16+
"kartik-v/yii2-krajee-base": ">=1.9"
1717
},
1818
"autoload": {
1919
"psr-4": {

src/ColorInputAsset.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
*/
1818
class ColorInputAsset extends \kartik\base\AssetBundle
1919
{
20+
/**
21+
* @inheritdoc
22+
*/
2023
public function init()
2124
{
2225
$this->setSourcePath(__DIR__ . '/assets');

0 commit comments

Comments
 (0)