Date and Time Picker Field - Version 2.0.13

Version Description

  • Fixed compatibility bug with ACF 4.3.5
  • NOTE: 2.0.13 requires ACF 4.3.5 or later
Download this release

Release Info

Developer PerS
Plugin Icon 128x128 Date and Time Picker Field
Version 2.0.13
Comparing to
See all releases

Code changes from version 2.0.12 to 2.0.13

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.0.12
7
  Author: Per Soderlind
8
  Author URI: http://soderlind.no
9
  License: GPLv2 or later
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.0.13
7
  Author: Per Soderlind
8
  Author URI: http://soderlind.no
9
  License: GPLv2 or later
date_time_picker-v4.php CHANGED
@@ -371,7 +371,7 @@ class acf_field_date_time_picker extends acf_field
371
  $js_locale = $this->get_js_locale(get_locale());
372
 
373
  wp_enqueue_script( 'jquery-ui-timepicker', $this->settings['dir'] . 'js/jquery-ui-timepicker-addon.js', array(
374
- 'acf-datepicker',
375
  'jquery-ui-slider'
376
  ), $this->settings['version'], true );
377
 
371
  $js_locale = $this->get_js_locale(get_locale());
372
 
373
  wp_enqueue_script( 'jquery-ui-timepicker', $this->settings['dir'] . 'js/jquery-ui-timepicker-addon.js', array(
374
+ 'acf-input',
375
  'jquery-ui-slider'
376
  ), $this->settings['version'], true );
377
 
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: 3.7.1
7
- Stable tag: 2.0.12
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -15,6 +15,8 @@ Date and Time Picker field for Advanced Custom Fields
15
 
16
  This is an add-on for the [Advanced Custom Fields](http://wordpress.org/extend/plugins/advanced-custom-fields/) WordPress plugin, that allows you to add a Date and Time Picker field type.
17
 
 
 
18
  [youtube http://www.youtube.com/watch?v=Mumx4HGOljQ]
19
 
20
  = Compatibility =
@@ -110,6 +112,9 @@ TT AM or PM for AM/PM
110
  The Date and Time Picker field is saved as an UNIX timestamp. Use the PHP [date](http://php.net/manual/en/function.date.php) function when you use it in your theme.
111
 
112
  == Changelog ==
 
 
 
113
  = 2.0.12 =
114
  * Added support for date format dd/mm/yy
115
  * Bugfix
3
  Donate link: http://soderlind.no/donate/
4
  Tags: acf, custom field,datepicker,timepicker
5
  Requires at least: 3.6
6
+ Tested up to: 3.8.1
7
+ Stable tag: 2.0.13
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
15
 
16
  This is an add-on for the [Advanced Custom Fields](http://wordpress.org/extend/plugins/advanced-custom-fields/) WordPress plugin, that allows you to add a Date and Time Picker field type.
17
 
18
+ NOTE: v 2.0.13 and onwards requiers at least ACF 4.3.5
19
+
20
  [youtube http://www.youtube.com/watch?v=Mumx4HGOljQ]
21
 
22
  = Compatibility =
112
  The Date and Time Picker field is saved as an UNIX timestamp. Use the PHP [date](http://php.net/manual/en/function.date.php) function when you use it in your theme.
113
 
114
  == Changelog ==
115
+ = 2.0.13 =
116
+ * Fixed compatibility bug with ACF 4.3.5
117
+ * NOTE: 2.0.13 requires ACF 4.3.5 or later
118
  = 2.0.12 =
119
  * Added support for date format dd/mm/yy
120
  * Bugfix