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

13
13
14
-
## Description ##
14
+
## Description
15
15
16
16
The Options Framework Plugin makes it easy to include an options panel in any WordPress theme. It was built so developers can concentrate on making the actual theme rather than spending time creating an options panel from scratch. It's free to use in both commercial and personal projects, just like WordPress itself.
17
17
18
-
### Options Include: ###
18
+
### Options Include:
19
19
20
20
* text input
21
21
* textarea
@@ -30,46 +30,46 @@ The Options Framework Plugin makes it easy to include an options panel in any Wo
30
30
* typography (a set of options to define typography)
31
31
* editor
32
32
33
-
### Learn More ###
33
+
### Learn More
34
34
35
35
Please visit [http://wptheming.com/options-framework-plugin](http://wptheming.com/options-framework-plugin) for a full description of how to define and use the theme options.
36
36
37
-
### Installation ###
37
+
### Installation
38
38
39
39
If your theme already has options enabled, they will show up under the appearance menu.
40
40
41
41
If your theme doesn't have options, you can define them to options.php of your theme and they will instantly show up. For more on how to do this, visit [http://wptheming.com/options-framework-plugin](http://wptheming.com/options-framework-plugin).
42
42
43
-
## Frequently Asked Questions ##
43
+
## Frequently Asked Questions
44
44
45
-
### How do I build options for my own theme? ###
45
+
### How do I build options for my own theme?
46
46
47
47
Download the development version from GitHub [https://github.com/devinsays/options-framework-plugin](https://github.com/devinsays/options-framework-plugin) and copy the "options-check" folder into your themes directory.
48
48
49
49
The "Options Check" theme is a blueprint for how to work with options. It includes an example of every option available in the panel and sample output in the theme.
50
50
51
51
You can also watch the video screencast I have at [http://wptheming.com/options-framework-plugin](http://wptheming.com/options-framework-plugin).
52
52
53
-
## Changelog ##
53
+
## Changelog
54
54
55
-
#### 1.8.5 ####
55
+
#### 1.8.5
56
56
57
57
* Update: Style headers to look nice in WordPress 4.4
58
58
59
-
#### 1.8.4 ####
59
+
#### 1.8.4
60
60
61
61
* Update: Include link button in tinyMCE (props @rosswintle)
62
62
63
-
#### 1.8.3 ####
63
+
#### 1.8.3
64
64
65
65
* Update: sanitization of info option and description field
66
66
* Update: Sanitization of editor field
67
67
68
-
#### 1.8.2 ####
68
+
#### 1.8.2
69
69
70
70
* Fix for translation textdomain
71
71
72
-
#### 1.8.1 ####
72
+
#### 1.8.1
73
73
74
74
* Fix for colorpicker spacing
75
75
* Better sanitization of upload option
@@ -78,7 +78,7 @@ You can also watch the video screencast I have at [http://wptheming.com/options-
78
78
* Indonesian translations props @aryaprakasa)
79
79
* Use filtered values for optionsframework_admin_bar
80
80
81
-
#### 1.8.0 ####
81
+
#### 1.8.0
82
82
83
83
* Increase default width of text inputs
84
84
* Rename add_options_page function to resolve automatic theme check conflicts
@@ -89,41 +89,41 @@ You can also watch the video screencast I have at [http://wptheming.com/options-
89
89
* Add Danish translations (props @Tosak)
90
90
* Allow menu parent to be filtered (props @nvsnkv)
91
91
92
-
#### 1.7.1 ####
92
+
#### 1.7.1
93
93
94
94
* Fix to use option name if set in options.php
95
95
96
-
#### 1.7.0 ####
96
+
#### 1.7.0
97
97
98
98
* Update to class based plugin (large code refactor)
99
99
* Drop color picker support for older versions of WordPress
100
100
* Better support for new admin interface in WordPress 3.8
101
101
* Allow option pages without tabs
102
102
103
-
#### 1.6.1 ####
103
+
#### 1.6.1
104
104
105
105
* Fix for update notice location
106
106
* Use selected and checked functions more consistently
107
107
* Reuse media modal for uploads
108
108
* Portuguese translations (props @xipasduarte)
109
109
110
-
#### 1.6 ####
110
+
#### 1.6.0
111
111
112
112
* Allow media buttons in the editor option
113
113
* JS/CSS should only load on options page
114
114
* Menu tabs should be filterable
115
115
* Menu settings filter
116
116
* Fix js bindings for upload modal (props @themeblvd)
117
117
118
-
#### 1.5.2 ####
118
+
#### 1.5.2
119
119
120
120
* Removed update routine to remove "optionsframework" post type
121
121
122
-
#### 1.5.1 ####
122
+
#### 1.5.1
123
123
124
124
* Temporarily removed update routine
125
125
126
-
#### 1.5 ####
126
+
#### 1.5.0
127
127
128
128
* Updated width of text input
129
129
* New media uploader
@@ -134,7 +134,7 @@ You can also watch the video screencast I have at [http://wptheming.com/options-
134
134
* Russian translations (verha.net)
135
135
* Swedish translations (kjeell.se)
136
136
137
-
#### 1.4 ####
137
+
#### 1.4.0
138
138
139
139
* Add missing sanitization to typography color (@weplantmedia)
140
140
* New colorpicker (props @mattweibe for getting this in WordPress core)
@@ -143,14 +143,14 @@ You can also watch the video screencast I have at [http://wptheming.com/options-
143
143
* Allow ids to passed to tabs (props @themeblvd)
144
144
* Added optionsframework_after_validate hook (h/t @vanpop and @pryley)
145
145
146
-
#### 1.3 ####
146
+
#### 1.3.0
147
147
148
148
* Allow options to save when set by theme customizer
149
149
* Save checkbox options to boolean false rather than "0"
150
150
* Added optionsframework_after hook
151
151
* Hungarian translations by kardiweb.org
152
152
153
-
#### 1.2 ####
153
+
#### 1.2.0
154
154
155
155
* Fix for font_size santization
156
156
* Added internationalization support (@weslly)
@@ -159,21 +159,21 @@ You can also watch the video screencast I have at [http://wptheming.com/options-
159
159
* Make uploader post type non-public (@samargulies)
160
160
* ID can now be passed on info option for styling purposes
161
161
162
-
#### 1.1 ####
162
+
#### 1.1.0
163
163
164
164
* Added support for wp_editor
165
165
* Updated textarea settings to allow rows parameter
166
166
* Updated cursor:default for h3 metabox, props @yurifedorov
167
167
* Filtering of typography options (@mattwiebe)
168
168
* Updated methods for typography options
169
169
170
-
#### 1.0 ####
170
+
#### 1.0.0
171
171
172
172
* Added filters for entire options array (props @inxilpro)
173
173
* Added a filter for options.php location (props @mattwiebe)
174
174
* Option header (h4) will not display in panel if name !isset (props @alepee)
175
175
176
-
#### 0.9 ####
176
+
#### 0.9.0
177
177
178
178
* Load thickbox using site_url() to allow for https (props @samargulies)
179
179
* Change santization to use $allowedposttags for textarea and info
@@ -183,20 +183,20 @@ You can also watch the video screencast I have at [http://wptheming.com/options-
183
183
* Allows dashes in the options id (props @mantone)
184
184
* Uses add_theme_page over add_submenu_page (props @enile8)
185
185
186
-
#### 0.8 ####
186
+
#### 0.8.0
187
187
188
188
* Saves tab states using local storage
189
189
* Style updates WordPress 3.2 release
190
190
* Added sanitization filter for info (of_sanitize_allowedtags)
191
191
192
-
#### 0.7 ####
192
+
#### 0.7.0
193
193
194
194
* Added filtering for recognized arrays (like Font Face)
195
195
* Using isset rather than !empty to return of_get_option
196
196
* Significant updates for setting and restoring defaults
197
197
* Background option outputs no-repeat rather than none
198
198
199
-
#### 0.6 ####
199
+
#### 0.6.0
200
200
201
201
* Introduces validation filters (props @_mfields)
202
202
* Better data sanitization and escaping (props @_mfields)
@@ -205,28 +205,28 @@ You can also watch the video screencast I have at [http://wptheming.com/options-
205
205
* Stores typography, backgrounds and multichecks directly as arrays
206
206
* For full description, see: http://wptheming.com/2011/05/options-framework-0-6/
207
207
208
-
#### 0.5 ####
208
+
#### 0.5.0
209
209
210
210
* Fixed errors when more than one multicheck options is used
211
211
* Updated optionsframework_setdefaults so defaults actually save on first run
212
212
* Require that all options have lowercase alphanumeric ids
213
213
* Added link to options from the WordPress admin bar
214
214
215
-
#### 0.4 ####
215
+
#### 0.4.0
216
216
217
217
* Updated multicheck option to save keys rather than values
218
218
* Unset default array options after each output in optionsframework_setdefaults
219
219
220
-
#### 0.3 ####
220
+
#### 0.3.0
221
221
222
222
* White listed options for increased security
223
223
* Fixed errors with checkbox and select boxes
224
224
* Improved the multicheck option and changed format
0 commit comments