Skip to content

Commit

Permalink
Update to release v1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Jan 10, 2016
1 parent 7fc7487 commit ff5a975
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 12 deletions.
7 changes: 7 additions & 0 deletions CHANGE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change Log: `yii2-widget-datepicker`
====================================

## version 1.3.7

**Date:** 10-Jan-2016

- (enh #68): Add Czech translations
- Update year.

## version 1.3.6

**Date:** 29-Dec-2015
Expand Down
4 changes: 2 additions & 2 deletions DatePicker.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php

/**
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2016
* @package yii2-widgets
* @subpackage yii2-widget-datepicker
* @version 1.3.6
* @version 1.3.7
*/

namespace kartik\date;
Expand Down
4 changes: 2 additions & 2 deletions DatePickerAsset.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php

/**
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2016
* @package yii2-widgets
* @subpackage yii2-widget-datepicker
* @version 1.3.6
* @version 1.3.7
*/

namespace kartik\date;
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, Kartik Visweswaran
Copyright (c) 2014 - 2016, Kartik Visweswaran
Krajee.com
All rights reserved.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ to the `require` section of your `composer.json` file.

## Latest Release

> NOTE: The latest version of the module is v1.3.6. Refer the [CHANGE LOG](https://github.com/kartik-v/yii2-widget-datepicker/blob/master/CHANGE.md) for details.
> NOTE: The latest version of the module is v1.3.7. Refer the [CHANGE LOG](https://github.com/kartik-v/yii2-widget-datepicker/blob/master/CHANGE.md) for details.
## Demo

Expand Down
4 changes: 2 additions & 2 deletions assets/css/datepicker-kv.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2016
* @package yii2-widgets
* @subpackage yii2-widget-datepicker
* @version 1.3.6
* @version 1.3.7
*
* Custom styling for Datepicker
* Built for Yii Framework 2.0
Expand Down
4 changes: 2 additions & 2 deletions assets/css/datepicker-kv.min.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2016
* @package yii2-widgets
* @subpackage yii2-widget-datepicker
* @version 1.3.6
* @version 1.3.7
*
* Custom styling for Datepicker
* Built for Yii Framework 2.0
Expand Down
2 changes: 1 addition & 1 deletion assets/js/datepicker-kv.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015
* @package yii2-widgets
* @subpackage yii2-widget-datepicker
* @version 1.3.6
* @version 1.3.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 assets/js/datepicker-kv.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2015
* @package yii2-widgets
* @subpackage yii2-widget-datepicker
* @version 1.3.6
* @version 1.3.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 ff5a975

Please sign in to comment.