Skip to content

Commit b1adc83

Browse files
committed
Update to release v1.5.9
1 parent 4d578ff commit b1adc83

12 files changed

+13
-12
lines changed

CHANGE.md

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

44
## Version 1.5.9
55

6-
**Date**: _under development_
6+
**Date**: 01-Sep-2021
77

8+
- (enh #121): Fixed type hinting error.
89
- (enh #120): BS4 Custom Controls Enhancements: Switch and File.
910

1011
## Version 1.5.8

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015 - 2019, Kartik Visweswaran
1+
Copyright (c) 2015 - 2021, 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 - 2019
4+
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2021
55
* @package yii2-widgets
66
* @subpackage yii2-widget-activeform
77
* @version 1.5.9

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 - 2019
4+
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2021
55
* @package yii2-widgets
66
* @subpackage yii2-widget-activeform
77
* @version 1.5.9

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 - 2019
4+
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2021
55
* @package yii2-widgets
66
* @subpackage yii2-widget-activeform
77
* @version 1.5.9

src/Bs4CustomFileInputAsset.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 - 2019
4+
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2021
55
* @package yii2-widgets
66
* @subpackage yii2-widget-activeform
77
* @version 1.5.9

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 - 2019
2+
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2021
33
* @package yii2-widgets
44
* @subpackage yii2-widget-activeform
55
* @version 1.5.9

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 - 2019
4+
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2021
55
* @version 1.5.9
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)