Skip to content
This repository has been archived by the owner on Nov 25, 2017. It is now read-only.

Releases: felixarntz/wpdlib

0.6.7

23 Nov 02:49
Compare
Choose a tag to compare
  • Fixed: datetime and time fields no longer switch the time back by an hour automatically
  • Fixed: in datetime and date fields it is no longer possible to accidentally change the month by scrolling
  • Fixed: datetime and date fields better support locale special characters

0.6.6

13 Oct 19:59
Compare
Choose a tag to compare
  • Fixed: select fields no longer show twice when a placeholder is specified

0.6.5

09 Jul 12:17
Compare
Choose a tag to compare
  • Tweaked: updated the Select2 and Datetimepicker JavaScript plugins
  • Fixed: dropdowns no longer close immediately after opening them

0.6.4

14 May 16:21
Compare
Choose a tag to compare
  • Fixed: WPDLib now has type "wordpress-muplugin" so that it is not loaded outside of a project

0.6.3

06 May 12:06
Compare
Choose a tag to compare
  • Fixed: uncaught JavaScript error with datetimepicker

0.6.2

27 Feb 20:16
Compare
Choose a tag to compare
  • Enhanced: WYSIWYG field experience is now more similar to the default post editor, including media and link buttons
  • Tweaked: updated the Select2 and Datetimepicker JavaScript plugins
  • Fixed: the selected value of a multiselect field is now properly displayed
  • Fixed: the rows attribute now works correctly for textareas and WYSIWYG
  • Fixed: updated the media picker JavaScript plugin for more flexibility and some bug fixes
  • Fixed: updated the map picker JavaScript plugin for more flexibility and some bug fixes

0.6.1

07 Feb 13:49
Compare
Choose a tag to compare
  • Fixed: numeric validation of floating point numbers
  • Fixed: formatting floating point numbers more precise than 2 digits

0.6.0

23 Jan 22:43
Compare
Choose a tag to compare
  • Added: new field type map (can store either address or latitude and longitude)
  • Enhanced: media field type can now alternatively store URL instead of attachment ID
  • Enhanced: options keys 'terms' and 'users' (for related objects) now accept 'any' as value (similar to 'posts')
  • Fixed: critical validation bug in WYSIWYG
  • Fixed: step validation for decimal numbers
  • Fixed: images now display correctly in media preview

0.5.3

29 Dec 13:48
Compare
Choose a tag to compare
  • Enhanced: field types now accept any kind of data attributes
  • Fixed: posts and terms dropdown options now properly handle an empty value
  • Fixed: textarea field will render as a text field inside a repeatable
  • Fixed: media mime type validation now properly handles file extensions, MIME types and WP media types

0.5.2

12 Nov 01:38
Compare
Choose a tag to compare
  • fixed fatal error in WYSIWYG field