You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,17 @@ All notable changes to `wp-settings` will be documented in this file
4
4
5
5
## Unreleased
6
6
7
+
## 1.1.0 - 2023-01-19
8
+
7
9
- Add priority to action hooks in `make` method
8
10
- Option to provide callback for options (select, select-multiple, choices)
9
11
- Allow default value for options by @alessandroalessio in [commit](https://github.com/jeffreyvr/wp-settings/commit/0849738b1f6590fccbbeb6c08b3220226b082cf3))
10
12
- Add `visible` callback option in [commit](https://github.com/jeffreyvr/wp-settings/commit/252b3038d837e4abe17a94a20c66b6f7294b0078)
11
13
- Refactor saving options: now from active tabs
12
14
- Use wp nonce instead of regular input on save
13
15
- Write url only if parent slug contains `.php`
16
+
- Add color option
17
+
- Add option to set css classes on option input and label (suggested by @vikasbhvsr)
0 commit comments