Ponticlaro Bebop Versions Save

Elegant WordPress API Library

2.1.9

9 years ago

Bug fixes

  • Fixed unregistered taxonomies issues within UI Lists item views, when inside tabbed AdminPage instances

2.1.8

9 years ago

Bug Fixes

  • Fixed issue that didn't allow to save zeros as meta value

2.1.7

9 years ago

Bug Fixes

  • Fixed undefined index within \Ponticlaro\Bebop\Helpers\MetaboxData::get() + added maybe_unserialize so that serialized data goes already unserialized into a metabox.
  • Added missing \Ponticlaro\Bebop\Mvc\Models\Post::search() method and the search argument to the Bebop API so that we can search for keywords (post_title and post_content by default)

2.1.6

9 years ago

Bug fixes

  • UI Plugins: calling wp_enqueue_media was breaking the built-in Featured Image widget. Now calling wp_enqueue_media on the admin_enqueue_scripts and only if the action was not executed already.

2.1.5

9 years ago

Bug fixes

  • Fixed UI List removeFormElement method

2.1.4

9 years ago

Bug Fixes

  • Fixed backward compatibility of UI::List() deprecated methods previously used to handle form elements
  • Removed all existing strict standard, deprecated and other warnings thrown by Bebop

2.1.3

9 years ago

Bug fixes

  • API: fixed logic to check if an API request with payload had the content-type header as application/json

2.1.2

9 years ago

Bug Fixes

  • Minor markup fix on AdminPage class

2.1.1

9 years ago

Bug Fixes

  • UI Lists: Fixed old forms API

Enhancements

  • UI Lists: Added setFormElement() and setFormElements() to explicitly set/replace a form element. Trying to replace an existing form element using addFormElement() or addFormElements() will throw an exception with the suggestion to use setFormElement() to replace the existing element.

2.1

9 years ago

New Feature:

  • Added easy control of child UI Lists and UI Media instances inside UI List Items