readme.txt
1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
=== WDS CMB2 Date Range Field ===
Contributors: WebDevStudios
Donate link: http://webdevstudios.com
Tags:
Requires at least: 3.6.0
Tested up to: 4.7.0
Stable tag: 0.1.2
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
== Description ==
Adds a date range field to CMB2
== Installation ==
= Manual Installation =
1. Upload the entire `/wds-cmb2-date-range-field` directory to the `/wp-content/plugins/` directory.
2. Activate WDS CMB2 Date Range Field through the 'Plugins' menu in WordPress.
== Frequently Asked Questions ==
== Screenshots ==
== Changelog ==
= 0.1.2 =
* Fix year being stored as "Y" instead of the actual year. Fixes [#7](https://github.com/WebDevStudios/CMB2-Date-Range-Field/issues/7)
* Make it work without JS. Also, add spinner until daterange picker loads.
* Update styling to work with CMB2's new picker styles.
= 0.1.1 =
* The included jQuery UI css was causing major conflicts. This now leans heavily on CMB2 datepicker UI styling.
* Updated to use CMB2 APIs so that expected functionality will not break.
* Moved all JS to separate file and handle initiating datepicker with data attributes on the field inputs.
= 0.1.0 =
* First release
== Upgrade Notice ==
= 0.1.2 =
* Fix year being stored as "Y" instead of the actual year. Fixes [#7](https://github.com/WebDevStudios/CMB2-Date-Range-Field/issues/7)
* Make it work without JS. Also, add spinner until daterange picker loads.
* Update styling to work with CMB2's new picker styles.
= 0.1.1 =
* The included jQuery UI css was causing major conflicts. This now leans heavily on CMB2 datepicker UI styling.
* Updated to use CMB2 APIs so that expected functionality will not break.
* Moved all JS to separate file and handle initiating datepicker with data attributes on the field inputs.
= 0.1.0 =
First Release