You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- (enh #52): New property `autoUpdateOnInit` to prevent plugin triggering change due to `pluginOptions['autoUpdateInput']` default setting.
9
+
- (enh #53): Added correct German translations.
10
+
11
+
## Version 1.6.4
12
+
3
13
**Date:** 19-Oct-2015
4
14
5
15
- (enh #41): Add Simplified Chinese translations.
6
16
- (enh #43): Add Slovak translations.
7
-
- (bug #45): Correct MomentAsset dependency.
8
-
- (enh #46): Better defaulting of `form-control` CSS class.
9
-
- (enh #50): Enhancement for single date picker plugin functionality.
10
17
- (enh #51): Update to latest release of bootstrap-datarangepicker plugin.
11
18
12
-
Version 1.6.3
13
-
=============
19
+
## Version 1.6.3
20
+
14
21
**Date:** 22-May-2015
15
22
16
23
- (enh #31): Add Ukranian translations.
@@ -19,34 +26,34 @@ Version 1.6.3
19
26
- (enh #38): Update to latest release of bootstrap-datarangepicker plugin.
20
27
- (enh #40): Update moment library and locales.
21
28
22
-
Version 1.6.2
23
-
=============
29
+
## Version 1.6.2
30
+
24
31
**Date:** 02-Mar-2015
25
32
26
33
- (enh #27): Correct initial value initialization for all cases.
27
34
- (enh #28): Upgrade to latest release of bootstrap-daterangepicker plugin.
28
35
- Set copyright year to current.
29
36
- (enh #29): Improve validation to retrieve the right translation messages folder.
30
37
31
-
Version 1.6.1
32
-
=============
38
+
## Version 1.6.1
39
+
33
40
**Date:** 16-Feb-2015
34
41
35
42
- (enh #27): Correct initial value initialization for all cases.
36
43
- (enh #28): Upgrade to latest release of bootstrap-daterangepicker plugin.
37
44
- Set copyright year to current.
38
45
39
-
Version 1.6.0
40
-
=============
46
+
## Version 1.6.0
47
+
41
48
**Date:** 12-Jan-2015
42
49
43
50
- (enh #22): Estonian translation for kvdrp.php
44
51
- (enh #23): Russian translations updated.
45
52
- Code formatting updates as per Yii2 standards.
46
53
- Revamp to use new Krajee base InputWidget and TranslationTrait.
47
54
48
-
Version 1.5.0
49
-
=============
55
+
## Version 1.5.0
56
+
50
57
**Date:** 29-Nov-2014
51
58
52
59
- (enh #20): Enhance language locale file parsing and registering
@@ -55,16 +62,16 @@ Version 1.5.0
55
62
- Utilize enhancements in krajee base [enh #9](https://github.com/kartik-v/yii2-krajee-base/issues/9) and [enh #10](https://github.com/kartik-v/yii2-krajee-base/issues/10)
56
63
- Update `LanguageAsset` for new path
57
64
58
-
Version 1.4.0
59
-
=============
65
+
## Version 1.4.0
66
+
60
67
**Date:** 25-Nov-2014
61
68
62
69
- (enh #17): Updated Russian translations
63
70
- (bug #18): Plugin data attributes not set because of input rendering sequence.
64
71
- (enh #19): Enhance widget to use updated plugin registration from Krajee base
65
72
66
-
Version 1.3.0
67
-
=============
73
+
## Version 1.3.0
74
+
68
75
**Date:** 21-Nov-2014
69
76
70
77
- (enh #7): Added Russian Translations
@@ -74,23 +81,23 @@ Version 1.3.0
74
81
- (enh #15): Revamp widget to remove dependency on custom locale JS files enhancement
75
82
- (enh #16): Update Lithunian translations and create German translations.
76
83
77
-
Version 1.2.0
78
-
=============
84
+
## Version 1.2.0
85
+
79
86
**Date:** 20-Nov-2014
80
87
81
88
- (bug #11): Fix bug in daterangepicker.js for duplicate dates in Dec 2013.
82
89
- Upgrade to latest plugin release 1.3.16 dated 12-Nov-2014.
An advanced date range picker input for Yii Framework 2 based on [dangrossman/bootstrap-daterangepicker plugin](https://github.com/dangrossman/bootstrap-daterangepicker).
11
11
The date range picker widget is styled for Bootstrap 3.x and creates a dropdown menu from which a user can select a range of dates. If the plugin is invoked with no options,
@@ -27,7 +27,7 @@ Additional enhancements added for this widget (by Krajee):
27
27
You can see detailed [documentation](http://demos.krajee.com/date-range) on usage of the extension.
28
28
29
29
### Latest Release
30
-
The latest version of the extension is release v1.6.4. Refer the [CHANGE LOG](https://github.com/kartik-v/yii2-date-range/blob/master/CHANGE.md) for details of various releases.
30
+
The latest version of the extension is release v1.6.5. Refer the [CHANGE LOG](https://github.com/kartik-v/yii2-date-range/blob/master/CHANGE.md) for details of various releases.
0 commit comments