Skip to content

Commit 4b77528

Browse files
committed
Updates to release v1.5.8
1 parent 5bc44f8 commit 4b77528

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

CHANGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Change Log: `yii2-widget-activeform`
33

44
## Version 1.5.8
55

6-
**Date**: _under development_
6+
**Date**: 24-Feb-2019
77

88
- (enh #119): Correct required star styling for BS custom checkbox control label.
99
- (enh #118): Add feature to show star indicator for required field labels.

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015 - 2018, Kartik Visweswaran
1+
Copyright (c) 2015 - 2019, Kartik Visweswaran
22
Krajee.com
33
All rights reserved.
44

src/ActiveField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2018
4+
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2019
55
* @package yii2-widgets
66
* @subpackage yii2-widget-activeform
77
* @version 1.5.8

src/ActiveForm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2018
4+
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2019
55
* @package yii2-widgets
66
* @subpackage yii2-widget-activeform
77
* @version 1.5.8

src/ActiveFormAsset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2018
4+
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2019
55
* @package yii2-widgets
66
* @subpackage yii2-widget-activeform
77
* @version 1.5.8

src/assets/css/activeform.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2018
2+
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2019
33
* @package yii2-widgets
44
* @subpackage yii2-widget-activeform
55
* @version 1.5.8

src/assets/css/activeform.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/assets/js/activeform.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* @package yii2-widget-activeform
33
* @author Kartik Visweswaran <[email protected]>
4-
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2018
4+
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2019
55
* @version 1.5.8
66
*
77
* Active Field Hints Display Module

src/assets/js/activeform.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)