Skip to content

Commit

Permalink
Fix #29: Improve validation to retrieve the right translation message…
Browse files Browse the repository at this point in the history
…s folder
  • Loading branch information
kartik-v committed Mar 2, 2015
1 parent ea8b499 commit 9d7fb80
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Version 1.6.2
=============
**Date:** 02-Mar-2015

- (enh #27): Correct initial value initialization for all cases.
- (enh #28): Upgrade to latest release of bootstrap-daterangepicker plugin.
- Set copyright year to current.
- (enh #29): Improve validation to retrieve the right translation messages folder.

Version 1.6.1
=============
**Date:** 16-Feb-2015
Expand Down
2 changes: 1 addition & 1 deletion DateRangePicker.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public function init()
{
parent::init();
$this->_msgCat = 'kvdrp';
$this->initI18N();
$this->initI18N(__DIR__);
$this->initLocale();
if ($this->convertFormat && isset($this->pluginOptions['format'])) {
$this->pluginOptions['format'] = static::convertDateFormat($this->pluginOptions['format']);
Expand Down
1 change: 0 additions & 1 deletion yii2-detail-view
Submodule yii2-detail-view deleted from ff0344

0 comments on commit 9d7fb80

Please sign in to comment.