Skip to content

Releases: eabay/oow

1.4.0

Choose a tag to compare

@eabay eabay released this 02 Nov 10:01

Added help tabs support

1.3.0

Choose a tag to compare

@eabay eabay released this 30 Oct 06:51

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

1.2.1

Choose a tag to compare

@eabay eabay released this 25 Oct 10:06

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

1.2.0

Choose a tag to compare

@eabay eabay released this 21 Oct 15:00

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

Choose a tag to compare

@eabay eabay released this 16 Oct 11:28
  • 5c827f3 JSON output is now optional in AjaxResponse annotation
  • 6c92262 Top level admin menus supported in SettingsPage