Ponticlaro Bebop Versions Save

Elegant WordPress API Library

3.0.0

7 years ago

Why the version bump?

2.2.7

8 years ago

Bug fixes

  • #71

2.2.6

8 years ago

Bug fixes

  • Added back fallback to theme path but on Ponticlaro\Bebop\Patterns\ScriptHook, no on Ponticlaro\Bebop\Patterns\Script so that we still have a default base path for all hook scripts

2.2.5

8 years ago

Bug fixes

  • Removed fallback to theme path on Ponticlaro\Bebop\Patterns\Script::getBaseUrl so that we can override base url using Ponticlaro\Bebop\Patterns\ScriptHook::setBaseUrl

2.2.4

8 years ago

Bug fixes

  • #70

2.2.3

8 years ago

Fixes

  • Tabs with the same title on different Ponticlaro\Bebop\AdminPage instances would use the WordPress built-in register_setting function using the same $option_group, so whenever one of those tab was saved the other tab would lose all the saved data. Now we're making sure each tab will get an unique ID by prefixing its own ID with the ID of the Ponticlaro\Bebop\AdminPage instance it belongs to

2.2.2

8 years ago

Fixes

  • Fixed MetaboxData::get() when fetching single value on an empty set. It was returning an array despite flagging is_single as true

2.2.1

8 years ago

Fixes

  • Now suppressing DOMDocument::loadHTML() warnings within Utils::getControlNamesFromCallable(). These warnings caused output that would even break the WordPress login.

2.2.0

9 years ago

New feature

  • Added Edit All button to UI Content Lists to open the edit screen of all items at the same time

2.1.10

9 years ago

Bug fixes

  • Fixed previous/next page URLs when custom tax, meta and date queries are passed as query arguments on both API and MVC Model queries

Enhancements

  • Added field support for the custom tax query argument on both API and MVC Model queries.