Skip to content

Commit

Permalink
Update to release v1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Oct 9, 2018
1 parent 01a5940 commit aadeb08
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 9 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-datepicker`
====================================

## Version 1.4.7

**Date:** 09-Oct-2018

- Bump composer dependencies.

## Version 1.4.6

**Date:** 29-Aug-2018
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"require": {
"kartik-v/yii2-krajee-base": "~1.9"
"kartik-v/yii2-krajee-base": ">=2.0.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/DatePicker.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 - 2018
* @package yii2-widgets
* @subpackage yii2-widget-datepicker
* @version 1.4.6
* @version 1.4.7
*/

namespace kartik\date;
Expand Down
2 changes: 1 addition & 1 deletion src/DatePickerAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 - 2018
* @package yii2-widgets
* @subpackage yii2-widget-datepicker
* @version 1.4.6
* @version 1.4.7
*/

namespace kartik\date;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/css/bootstrap-datepicker4.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 - 2018
* @package yii2-widgets
* @subpackage yii2-widget-datepicker
* @version 1.4.6
* @version 1.4.7
*
* Bootstrap 4.x styling for bootstrap-datepicker
*
Expand Down
2 changes: 1 addition & 1 deletion src/assets/css/bootstrap-datepicker4.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/css/datepicker-kv.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 - 2018
* @package yii2-widgets
* @subpackage yii2-widget-datepicker
* @version 1.4.6
* @version 1.4.7
*
* Custom styling for Datepicker
* Built for Yii Framework 2.0
Expand Down
2 changes: 1 addition & 1 deletion src/assets/css/datepicker-kv.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 - 2018
* @package yii2-widgets
* @subpackage yii2-widget-datepicker
* @version 1.4.6
* @version 1.4.7
*
* Custom styling for Datepicker
* Built for Yii Framework 2.0
Expand Down
2 changes: 1 addition & 1 deletion src/assets/js/datepicker-kv.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 - 2018
* @package yii2-widgets
* @subpackage yii2-widget-datepicker
* @version 1.4.6
* @version 1.4.7
*
* Extension to bootstrap datepicker to use noconflict approach
* so that the plugin does not conflict with other jquery plugins
Expand Down
2 changes: 1 addition & 1 deletion src/assets/js/datepicker-kv.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 - 2018
* @package yii2-widgets
* @subpackage yii2-widget-datepicker
* @version 1.4.6
* @version 1.4.7
*
* Extension to bootstrap datepicker to use noconflict approach
* so that the plugin does not conflict with other jquery plugins
Expand Down

0 comments on commit aadeb08

Please sign in to comment.