Skip to content

Commit 62520a9

Browse files
committed
Update version number formatting.
1 parent e5a4832 commit 62520a9

File tree

2 files changed

+52
-52
lines changed

2 files changed

+52
-52
lines changed

readme.md

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Options Framework ##
1+
## Options Framework
22

33
**Tags:** options, theme options
44
**Requires at least:** 3.6
@@ -7,15 +7,15 @@
77
**License:** GPLv2
88
**Donate link:** http://bit.ly/options-donate-2
99

10-
## Screenshot ##
10+
## Screenshot
1111

1212
![An example of the "Advanced Options" tag in the "Options Check" theme using this plugin.](https://github.com/devinsays/options-framework-plugin/raw/master/screenshot-1.png)
1313

14-
## Description ##
14+
## Description
1515

1616
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.
1717

18-
### Options Include: ###
18+
### Options Include:
1919

2020
* text input
2121
* textarea
@@ -30,46 +30,46 @@ The Options Framework Plugin makes it easy to include an options panel in any Wo
3030
* typography (a set of options to define typography)
3131
* editor
3232

33-
### Learn More ###
33+
### Learn More
3434

3535
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.
3636

37-
### Installation ###
37+
### Installation
3838

3939
If your theme already has options enabled, they will show up under the appearance menu.
4040

4141
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).
4242

43-
## Frequently Asked Questions ##
43+
## Frequently Asked Questions
4444

45-
### How do I build options for my own theme? ###
45+
### How do I build options for my own theme?
4646

4747
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.
4848

4949
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.
5050

5151
You can also watch the video screencast I have at [http://wptheming.com/options-framework-plugin](http://wptheming.com/options-framework-plugin).
5252

53-
## Changelog ##
53+
## Changelog
5454

55-
#### 1.8.5 ####
55+
#### 1.8.5
5656

5757
* Update: Style headers to look nice in WordPress 4.4
5858

59-
#### 1.8.4 ####
59+
#### 1.8.4
6060

6161
* Update: Include link button in tinyMCE (props @rosswintle)
6262

63-
#### 1.8.3 ####
63+
#### 1.8.3
6464

6565
* Update: sanitization of info option and description field
6666
* Update: Sanitization of editor field
6767

68-
#### 1.8.2 ####
68+
#### 1.8.2
6969

7070
* Fix for translation textdomain
7171

72-
#### 1.8.1 ####
72+
#### 1.8.1
7373

7474
* Fix for colorpicker spacing
7575
* Better sanitization of upload option
@@ -78,7 +78,7 @@ You can also watch the video screencast I have at [http://wptheming.com/options-
7878
* Indonesian translations props @aryaprakasa)
7979
* Use filtered values for optionsframework_admin_bar
8080

81-
#### 1.8.0 ####
81+
#### 1.8.0
8282

8383
* Increase default width of text inputs
8484
* 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-
8989
* Add Danish translations (props @Tosak)
9090
* Allow menu parent to be filtered (props @nvsnkv)
9191

92-
#### 1.7.1 ####
92+
#### 1.7.1
9393

9494
* Fix to use option name if set in options.php
9595

96-
#### 1.7.0 ####
96+
#### 1.7.0
9797

9898
* Update to class based plugin (large code refactor)
9999
* Drop color picker support for older versions of WordPress
100100
* Better support for new admin interface in WordPress 3.8
101101
* Allow option pages without tabs
102102

103-
#### 1.6.1 ####
103+
#### 1.6.1
104104

105105
* Fix for update notice location
106106
* Use selected and checked functions more consistently
107107
* Reuse media modal for uploads
108108
* Portuguese translations (props @xipasduarte)
109109

110-
#### 1.6 ####
110+
#### 1.6.0
111111

112112
* Allow media buttons in the editor option
113113
* JS/CSS should only load on options page
114114
* Menu tabs should be filterable
115115
* Menu settings filter
116116
* Fix js bindings for upload modal (props @themeblvd)
117117

118-
#### 1.5.2 ####
118+
#### 1.5.2
119119

120120
* Removed update routine to remove "optionsframework" post type
121121

122-
#### 1.5.1 ####
122+
#### 1.5.1
123123

124124
* Temporarily removed update routine
125125

126-
#### 1.5 ####
126+
#### 1.5.0
127127

128128
* Updated width of text input
129129
* New media uploader
@@ -134,7 +134,7 @@ You can also watch the video screencast I have at [http://wptheming.com/options-
134134
* Russian translations (verha.net)
135135
* Swedish translations (kjeell.se)
136136

137-
#### 1.4 ####
137+
#### 1.4.0
138138

139139
* Add missing sanitization to typography color (@weplantmedia)
140140
* 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-
143143
* Allow ids to passed to tabs (props @themeblvd)
144144
* Added optionsframework_after_validate hook (h/t @vanpop and @pryley)
145145

146-
#### 1.3 ####
146+
#### 1.3.0
147147

148148
* Allow options to save when set by theme customizer
149149
* Save checkbox options to boolean false rather than "0"
150150
* Added optionsframework_after hook
151151
* Hungarian translations by kardiweb.org
152152

153-
#### 1.2 ####
153+
#### 1.2.0
154154

155155
* Fix for font_size santization
156156
* Added internationalization support (@weslly)
@@ -159,21 +159,21 @@ You can also watch the video screencast I have at [http://wptheming.com/options-
159159
* Make uploader post type non-public (@samargulies)
160160
* ID can now be passed on info option for styling purposes
161161

162-
#### 1.1 ####
162+
#### 1.1.0
163163

164164
* Added support for wp_editor
165165
* Updated textarea settings to allow rows parameter
166166
* Updated cursor:default for h3 metabox, props @yurifedorov
167167
* Filtering of typography options (@mattwiebe)
168168
* Updated methods for typography options
169169

170-
#### 1.0 ####
170+
#### 1.0.0
171171

172172
* Added filters for entire options array (props @inxilpro)
173173
* Added a filter for options.php location (props @mattwiebe)
174174
* Option header (h4) will not display in panel if name !isset (props @alepee)
175175

176-
#### 0.9 ####
176+
#### 0.9.0
177177

178178
* Load thickbox using site_url() to allow for https (props @samargulies)
179179
* 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-
183183
* Allows dashes in the options id (props @mantone)
184184
* Uses add_theme_page over add_submenu_page (props @enile8)
185185

186-
#### 0.8 ####
186+
#### 0.8.0
187187

188188
* Saves tab states using local storage
189189
* Style updates WordPress 3.2 release
190190
* Added sanitization filter for info (of_sanitize_allowedtags)
191191

192-
#### 0.7 ####
192+
#### 0.7.0
193193

194194
* Added filtering for recognized arrays (like Font Face)
195195
* Using isset rather than !empty to return of_get_option
196196
* Significant updates for setting and restoring defaults
197197
* Background option outputs no-repeat rather than none
198198

199-
#### 0.6 ####
199+
#### 0.6.0
200200

201201
* Introduces validation filters (props @_mfields)
202202
* 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-
205205
* Stores typography, backgrounds and multichecks directly as arrays
206206
* For full description, see: http://wptheming.com/2011/05/options-framework-0-6/
207207

208-
#### 0.5 ####
208+
#### 0.5.0
209209

210210
* Fixed errors when more than one multicheck options is used
211211
* Updated optionsframework_setdefaults so defaults actually save on first run
212212
* Require that all options have lowercase alphanumeric ids
213213
* Added link to options from the WordPress admin bar
214214

215-
#### 0.4 ####
215+
#### 0.4.0
216216

217217
* Updated multicheck option to save keys rather than values
218218
* Unset default array options after each output in optionsframework_setdefaults
219219

220-
#### 0.3 ####
220+
#### 0.3.0
221221

222222
* White listed options for increased security
223223
* Fixed errors with checkbox and select boxes
224224
* Improved the multicheck option and changed format
225225

226-
#### 0.2 ####
226+
#### 0.2.0
227227

228228
* Uploaded to the WordPress repository
229229

230-
#### 0.1 ####
230+
#### 0.1.0
231231

232232
* Initial release

readme.txt

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ You can also watch the video screencast I have at [http://wptheming.com/options-
123123
* Reuse media modal for uploads
124124
* Portuguese translations (props @xipasduarte)
125125

126-
= 1.6 =
126+
= 1.6.0 =
127127

128128
* Allow media buttons in the editor option
129129
* JS/CSS should only load on options page
@@ -139,7 +139,7 @@ You can also watch the video screencast I have at [http://wptheming.com/options-
139139

140140
* Temporarily removed update routine
141141

142-
= 1.5 =
142+
= 1.5.0 =
143143

144144
* Updated width of text input
145145
* New media uploader
@@ -150,7 +150,7 @@ You can also watch the video screencast I have at [http://wptheming.com/options-
150150
* Russian translations (verha.net)
151151
* Swedish translations (kjeell.se)
152152

153-
= 1.4 =
153+
= 1.4.0 =
154154

155155
* Add missing sanitization to typography color (@weplantmedia)
156156
* New colorpicker (props @mattweibe for getting this in WordPress core)
@@ -159,14 +159,14 @@ You can also watch the video screencast I have at [http://wptheming.com/options-
159159
* Allow ids to passed to tabs (props @themeblvd)
160160
* Added optionsframework_after_validate hook (h/t @vanpop and @pryley)
161161

162-
= 1.3 =
162+
= 1.3.0 =
163163

164164
* Allow options to save when set by theme customizer
165165
* Save checkbox options to boolean false rather than "0"
166166
* Added optionsframework_after hook
167167
* Hungarian translations by kardiweb.org
168168

169-
= 1.2 =
169+
= 1.2.0 =
170170

171171
* Fix for font_size santization
172172
* Added internationalization support (@weslly)
@@ -175,21 +175,21 @@ You can also watch the video screencast I have at [http://wptheming.com/options-
175175
* Make uploader post type non-public (@samargulies)
176176
* ID can now be passed on info option for styling purposes
177177

178-
= 1.1 =
178+
= 1.1.0 =
179179

180180
* Added support for wp_editor
181181
* Updated textarea settings to allow rows parameter
182182
* Updated cursor:default for h3 metabox, props @yurifedorov
183183
* Filtering of typography options (@mattwiebe)
184184
* Updated methods for typography options
185185

186-
= 1.0 =
186+
= 1.0.0 =
187187

188188
* Added filters for entire options array (props @inxilpro)
189189
* Added a filter for options.php location (props @mattwiebe)
190190
* Option header (h4) will not display in panel if name !isset (props @alepee)
191191

192-
= 0.9 =
192+
= 0.9.0 =
193193

194194
* Load thickbox using site_url() to allow for https (props @samargulies)
195195
* Change santization to use $allowedposttags for textarea and info
@@ -199,20 +199,20 @@ You can also watch the video screencast I have at [http://wptheming.com/options-
199199
* Allows dashes in the options id (props @mantone)
200200
* Uses add_theme_page over add_submenu_page (props @enile8)
201201

202-
= 0.8 =
202+
= 0.8.0 =
203203

204204
* Saves tab states using local storage
205205
* Style updates WordPress 3.2 release
206206
* Added sanitization filter for info (of_sanitize_allowedtags)
207207

208-
= 0.7 =
208+
= 0.7.0 =
209209

210210
* Added filtering for recognized arrays (like Font Face)
211211
* Using isset rather than !empty to return of_get_option
212212
* Significant updates for setting and restoring defaults
213213
* Background option outputs no-repeat rather than none
214214

215-
= 0.6 =
215+
= 0.6.0 =
216216

217217
* Introduces validation filters (props @_mfields)
218218
* Better data sanitization and escaping (props @_mfields)
@@ -221,28 +221,28 @@ You can also watch the video screencast I have at [http://wptheming.com/options-
221221
* Stores typography, backgrounds and multichecks directly as arrays
222222
* For full description, see: http://wptheming.com/2011/05/options-framework-0-6/
223223

224-
= 0.5 =
224+
= 0.5.0 =
225225

226226
* Fixed errors when more than one multicheck options is used
227227
* Updated optionsframework_setdefaults so defaults actually save on first run
228228
* Require that all options have lowercase alphanumeric ids
229229
* Added link to options from the WordPress admin bar
230230

231-
= 0.4 =
231+
= 0.4.0 =
232232

233233
* Updated multicheck option to save keys rather than values
234234
* Unset default array options after each output in optionsframework_setdefaults
235235

236-
= 0.3 =
236+
= 0.3.0 =
237237

238238
* White listed options for increased security
239239
* Fixed errors with checkbox and select boxes
240240
* Improved the multicheck option and changed format
241241

242-
= 0.2 =
242+
= 0.2.0 =
243243

244244
* Uploaded to the WordPress repository
245245

246-
= 0.1 =
246+
= 0.1.0 =
247247

248248
* Initial release

0 commit comments

Comments
 (0)