All notable changes to wp-settings will be documented in this file
- Typo fix in
Errorclass (fixes dynamic property creation notice). - Fix not returning default value (By AkramiPro).
- Use
sanitize_textarea_fieldfor thetextareaoption (#14)
- Add media option type (and image and video)
- Add
option_levelon sections and tabs to allow for options being stored in multi-level array - Add
rowsandcolsoption for textarea - Add
typeoption for text
- Fix custom validation bug (#11)
- Fixing notice
- Add priority to action hooks in
makemethod - Option to provide callback for options (select, select-multiple, choices)
- Allow default value for options by @alessandroalessio in commit)
- Add
visiblecallback 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)
- initial release