Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

45 lines (29 loc) · 1.36 KB

Changelog

All notable changes to wp-settings will be documented in this file

Unreleased

1.2.2 - 2023-10-20

  • Typo fix in Error class (fixes dynamic property creation notice).
  • Fix not returning default value (By AkramiPro).

1.2.1 - 2023-08-23

  • Use sanitize_textarea_field for the textarea option (#14)

1.2.0 - 2023-08-09

  • 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 - 2023-05-25

  • Fix custom validation bug (#11)

1.1.2 - 2023-01-28

  • Fixing notice

1.1.0 - 2023-01-19

  • 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)

1.0.0 - 2021-08-13

  • initial release