Skip to content

Commit

Permalink
Bump version release v1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Sep 27, 2018
1 parent 12e82f6 commit 7420497
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log: `yii2-widget-activeform`
====================================

## Version 1.5.6

**Date**: 27-Sep-2018

- Bump up version.

## Version 1.5.5

**Date**: 26-Sep-2018
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
],
"require": {
"kartik-v/yii2-krajee-base": ">=1.9"
"kartik-v/yii2-krajee-base": ">=1.9.8"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/ActiveField.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2015 - 2018
* @package yii2-widgets
* @subpackage yii2-widget-activeform
* @version 1.5.5
* @version 1.5.6
*/

namespace kartik\form;
Expand Down
2 changes: 1 addition & 1 deletion src/ActiveForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2015 - 2018
* @package yii2-widgets
* @subpackage yii2-widget-activeform
* @version 1.5.5
* @version 1.5.6
*/

namespace kartik\form;
Expand Down
2 changes: 1 addition & 1 deletion src/ActiveFormAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2015 - 2018
* @package yii2-widgets
* @subpackage yii2-widget-activeform
* @version 1.5.5
* @version 1.5.6
*/

namespace kartik\form;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/css/activeform.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2015 - 2018
* @package yii2-widgets
* @subpackage yii2-widget-activeform
* @version 1.5.5
* @version 1.5.6
*
* Active Form Styling for Bootstrap 3.x & Bootstrap 4.x
* Built for Yii Framework 2.0
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
Expand Up @@ -2,7 +2,7 @@
* @package yii2-widget-activeform
* @author Kartik Visweswaran <[email protected]>
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015 - 2018
* @version 1.5.5
* @version 1.5.6
*
* 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.

0 comments on commit 7420497

Please sign in to comment.