Skip to content

Commit

Permalink
Update to release v1.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Sep 1, 2021
1 parent 4d578ff commit b1adc83
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 12 deletions.
3 changes: 2 additions & 1 deletion CHANGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ Change Log: `yii2-widget-activeform`

## Version 1.5.9

**Date**: _under development_
**Date**: 01-Sep-2021

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

## Version 1.5.8
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2015 - 2019, Kartik Visweswaran
Copyright (c) 2015 - 2021, Kartik Visweswaran
Krajee.com
All rights reserved.

Expand Down
2 changes: 1 addition & 1 deletion src/ActiveField.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2019
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2021
* @package yii2-widgets
* @subpackage yii2-widget-activeform
* @version 1.5.9
Expand Down
2 changes: 1 addition & 1 deletion src/ActiveForm.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2019
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2021
* @package yii2-widgets
* @subpackage yii2-widget-activeform
* @version 1.5.9
Expand Down
2 changes: 1 addition & 1 deletion src/ActiveFormAsset.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2019
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2021
* @package yii2-widgets
* @subpackage yii2-widget-activeform
* @version 1.5.9
Expand Down
2 changes: 1 addition & 1 deletion src/Bs4CustomFileInputAsset.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2019
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2021
* @package yii2-widgets
* @subpackage yii2-widget-activeform
* @version 1.5.9
Expand Down
2 changes: 1 addition & 1 deletion src/assets/css/activeform.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2019
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2021
* @package yii2-widgets
* @subpackage yii2-widget-activeform
* @version 1.5.9
Expand Down
2 changes: 1 addition & 1 deletion src/assets/css/activeform.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/assets/js/activeform.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* @package yii2-widget-activeform
* @author Kartik Visweswaran <[email protected]>
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2019
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2021
* @version 1.5.9
*
* Active Field Hints Display Module
Expand Down
2 changes: 1 addition & 1 deletion src/assets/js/activeform.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/assets/js/bs-custom-file-input.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* bsCustomFileInput v1.3.2 (https:/Johann-S/bs-custom-file-input)
* Copyright 2018 - 2019 Johann-S <[email protected]>
* Copyright 2018 - 2021 Johann-S <[email protected]>
* Licensed under MIT (https:/Johann-S/bs-custom-file-input/blob/master/LICENSE)
*/
(function (global, factory) {
Expand Down
2 changes: 1 addition & 1 deletion src/assets/js/bs-custom-file-input.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b1adc83

Please sign in to comment.