Skip to content

Releases: eabay/oow

1.4.0

02 Nov 10:01
Compare
Choose a tag to compare

Added help tabs support

1.3.0

30 Oct 06:51
Compare
Choose a tag to compare

8e8a953 label property for CheckboxField to separate field label and description.
173f5a7 New SettingsPage::getOption() method to access option values.

1.2.1

25 Oct 10:06
Compare
Choose a tag to compare

Fix broken PHP 5.3 compatibility caused by short array syntax introduced with PHP 5.4

1.2.0

21 Oct 15:00
Compare
Choose a tag to compare

ce72394 wp_send_json() for JSON and wp_die() for text response in AjaxResponse annotations
61411a7 Shortcut method SettingsPage::addError() to display form error/update notices using add_settings_error()
7a9b114 sanitize_callback option defaults to SettingsPage::sanitize() method
12eaa3e capability option defaults to manage_options

1.1.0

16 Oct 11:28
Compare
Choose a tag to compare
  • 5c827f3 JSON output is now optional in AjaxResponse annotation
  • 6c92262 Top level admin menus supported in SettingsPage