forked from devinsays/options-framework-theme
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathchangelog.txt
46 lines (31 loc) · 1.27 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
== Changelog ==
= 0.8 =
* Saves tab states using local storage
* Minor style updates for WordPress 3.2 release
= 0.7 =
* Added filtering for recognized arrays (like Font Face)
* Using isset rather than !empty to return of_get_option
* Significant updates for setting and restoring defaults
* Background option outputs no-repeat rather than none
= 0.6 =
* Introduces validation filters
* Better data sanitization and escaping
* Updates labels in options-interface.php
* Changes how checkboxes saved in database ("0" or "1")
* Stores typography, backgrounds and multichecks directly as arrays
* For full description, see: http://wptheming.com/2011/05/options-framework-0-6/
= 0.5 =
* Fixed errors when more than one multicheck options is used
* Updated optionsframework_setdefaults so defaults actually save on first run
* Require that all options have lowercase alphanumeric ids
* Added link to options from the WordPress admin bar
= 0.4 =
* Updated multicheck option to save keys rather than values
* Unset default array options after each output in optionsframework_setdefaults
= 0.3 =
* White listed options for increased security
* Fixed errors with checkbox and select boxes
* Improved the multicheck option and changed format
= 0.2 =
* Uploaded to the WordPress repository
= 0.1 =