- Thanks to kamilgrzegorczyk, Fixing clone field issue in repeater
- Thanks to leocaseiro, Fix Backend Timestamp handling:
render_field
and Tested Up WordPress 4.0
- Fix Undefined property:
acf_field_date_time_picker::$domain
- Thanks to yanknudtskov, the plugin now works with ACF 5.0
- Added new
languages/acf-field-date-time-picker.po
file (note, renamed the language file)
- Fixed compatibility bug with ACF 4.3.5
- NOTE: 2.0.13 requires ACF 4.3.5 or later
- Added support for date format
dd/mm/yy
- Bugfix
- Added option to retrive field values, using
the_field()
andget_field()
, as a timestamp
- Removed "value" from defaults
- Thanks to flahertydaf, the plugin in now working with the latest ACF version
- Replaced
DateTime::createFromFormat
(PHP 5 >= 5.3.0), withstrtotime
- minor bugfixes
- Adds option to store the date and time field as a UNIX timestamp or not.
- Bug fix. 2.0.6 assumed that the stored date and time was in UNIX timestamp format. 2.0.7 will check and only convert if the date and time is.
- Changed how the Date and Time Picker field is triggered when ACF adds a new Date and Time Picker field to the DOM
- Saves the Date and Time Picker field as an UNIX timestamp to MySQL. Use the PHP date function when you use it in your theme.
- When enqueuing JavaScripts, replaced dependecy of jquery-ui-datepicker with acf-datepicker
- Updated JavaScript language detection and loading
- Fixed Repeater field bug
- Added support for including the field in a theme
- Updated readme.txt
- Minor fix
- Total rewrite, based on the acf-field-type-template. Works with ACF v3 and ACF v4. In this beta you can only add the Date Time Picker field as a plugin (i.e. not as a template field).
- Updated jquery-ui-timepicker-addon.js to the latest version (1.0.0) and added localization support.
- Fixed a small bug
- Change name to Date and Time Picker to reflect the new option to select between Date and Time picker or Time Picker only. Thanks to Wilfrid for point this out (not sure why I didn’t include it in 1.0)
- Initial version