Skip to content

Releases: jeffreyvr/wp-settings

1.2.2

20 Oct 20:19
Compare
Choose a tag to compare

1.2.1

23 Aug 12:46
Compare
Choose a tag to compare
  • Use sanitize_textarea_field for the textarea option (#14)

1.2.0

09 Aug 14:26
Compare
Choose a tag to compare
  • Add media option type (and image and video)
  • Add option_level on sections and tabs to allow for options being stored in multi-level array
  • Add rows and cols option for textarea
  • Add type option for text

1.1.3

25 May 08:53
Compare
Choose a tag to compare

Full Changelog: 1.1.2...1.1.3

1.1.2

28 Jan 08:35
Compare
Choose a tag to compare

Full Changelog: 1.1.1...1.1.2

1.1.1

19 Jan 18:07
Compare
Choose a tag to compare

Full Changelog: 1.1.0...1.1.1

1.1.0

19 Jan 10:44
Compare
Choose a tag to compare

What's Changed

  • Add priority to action hooks in make method
  • Option to provide callback for options (select, select-multiple, choices)
  • Allow default value for options by @alessandroalessio in commit)
  • Add visible callback option in commit
  • Refactor saving options: now from active tabs
  • Use wp nonce instead of regular input on save
  • Write url only if parent slug contains .php
  • Add color option
  • Add option to set css classes on option input and label (suggested by @vikasbhvsr)

New Contributors

Full Changelog: 1.0.0...1.1.0

1.0.0

13 Aug 09:53
Compare
Choose a tag to compare
  • Initial release