Version Description
- Tested & found compatible with WP 4.6.
Download this release
Release Info
Developer | PerS |
Plugin | Date and Time Picker Field |
Version | 2.1.1 |
Comparing to | |
See all releases |
Code changes from version 2.1.0 to 2.1.1
- acf-date-time-picker.php +2 -2
- readme.txt +4 -2
acf-date-time-picker.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Advanced Custom Fields: Date and Time Picker
|
4 |
* Plugin URI: https://github.com/soderlind/acf-field-date-time-picker
|
5 |
* Description: Date and Time Picker field for Advanced Custom Fields
|
6 |
-
* Version: 2.1.
|
7 |
* Author: Per Soderlind
|
8 |
* Author URI: http://soderlind.no
|
9 |
* License: GPLv2 or later
|
@@ -11,7 +11,7 @@
|
|
11 |
* Text Domain: acf-field-date-time-picker
|
12 |
* Domain Path: /languages
|
13 |
*/
|
14 |
-
define( 'ACFFIELDDATETIMEPICKER_VERSION', '2.1.
|
15 |
/**
|
16 |
* Class acfFieldDateTimePickerPlugin
|
17 |
*/
|
3 |
* Plugin Name: Advanced Custom Fields: Date and Time Picker
|
4 |
* Plugin URI: https://github.com/soderlind/acf-field-date-time-picker
|
5 |
* Description: Date and Time Picker field for Advanced Custom Fields
|
6 |
+
* Version: 2.1.1
|
7 |
* Author: Per Soderlind
|
8 |
* Author URI: http://soderlind.no
|
9 |
* License: GPLv2 or later
|
11 |
* Text Domain: acf-field-date-time-picker
|
12 |
* Domain Path: /languages
|
13 |
*/
|
14 |
+
define( 'ACFFIELDDATETIMEPICKER_VERSION', '2.1.1' );
|
15 |
/**
|
16 |
* Class acfFieldDateTimePickerPlugin
|
17 |
*/
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: PerS
|
|
3 |
Donate link: http://soderlind.no/donate/
|
4 |
Tags: acf, custom field,datepicker,timepicker
|
5 |
Requires at least: 3.6
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 2.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -128,6 +128,8 @@ The Date and Time Picker field is saved as an UNIX timestamp. Use the PHP [date]
|
|
128 |
|
129 |
|
130 |
== Changelog ==
|
|
|
|
|
131 |
= 2.1.0 =
|
132 |
* ACF PRO 5.0+ is no longer supported, ACF PRO [has its own date and time picker](https://www.advancedcustomfields.com/resources/date-time-picker/)
|
133 |
* Update plugin to WPCS standards.
|
3 |
Donate link: http://soderlind.no/donate/
|
4 |
Tags: acf, custom field,datepicker,timepicker
|
5 |
Requires at least: 3.6
|
6 |
+
Tested up to: 4.6
|
7 |
+
Stable tag: 2.1.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
128 |
|
129 |
|
130 |
== Changelog ==
|
131 |
+
= 2.1.1 =
|
132 |
+
* Tested & found compatible with WP 4.6.
|
133 |
= 2.1.0 =
|
134 |
* ACF PRO 5.0+ is no longer supported, ACF PRO [has its own date and time picker](https://www.advancedcustomfields.com/resources/date-time-picker/)
|
135 |
* Update plugin to WPCS standards.
|