All notable changes to wp-settings
will be documented in this file
- Typo fix in
Error
class (fixes dynamic property creation notice). - Fix not returning default value (By AkramiPro).
- Use
sanitize_textarea_field
for thetextarea
option (#14)
- 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
andcols
option for textarea - Add
type
option for text
- Fix custom validation bug (#11)
- Fixing notice
- 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)
- initial release