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: readme.md
+9-5
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
**Tags:** options, theme options
4
4
**Requires at least:** 3.6
5
-
**Tested up to:** 4.4.1
5
+
**Tested up to:** 4.9.4
6
6
**Stable tag:** 1.8.5
7
7
**License:** GPLv2
8
8
**Donate link:**http://bit.ly/options-donate-2
@@ -32,13 +32,13 @@ The Options Framework Plugin makes it easy to include an options panel in any Wo
32
32
33
33
### Learn More
34
34
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.
35
+
Please visit [https://wptheming.com/options-framework-plugin](https://wptheming.com/options-framework-plugin) for a full description of how to define and use the theme options.
36
36
37
37
### Installation
38
38
39
39
If your theme already has options enabled, they will show up under the appearance menu.
40
40
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).
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 [https://wptheming.com/options-framework-plugin](https://wptheming.com/options-framework-plugin).
42
42
43
43
## Frequently Asked Questions
44
44
@@ -48,10 +48,14 @@ Download the development version from GitHub [https://github.com/devinsays/optio
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
-
You can also watch the video screencast I have at [http://wptheming.com/options-framework-plugin](http://wptheming.com/options-framework-plugin).
51
+
You can also watch the video screencast I have at [https://wptheming.com/options-framework-plugin](https://wptheming.com/options-framework-plugin).
52
52
53
53
## Changelog
54
54
55
+
#### Development
56
+
57
+
* Fix: of_sanitize_multicheck should return an array
58
+
55
59
#### 1.8.5
56
60
57
61
* Update: Style headers to look nice in WordPress 4.4
@@ -229,4 +233,4 @@ You can also watch the video screencast I have at [http://wptheming.com/options-
Copy file name to clipboardExpand all lines: readme.txt
+11-7
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Contributors: downstairsdev
4
4
Tags: options, theme options
5
5
Donate link: http://bit.ly/options-donate-2
6
6
Requires at least: 3.6
7
-
Tested up to: 4.4.1
7
+
Tested up to: 4.9.4
8
8
Stable tag: 1.8.5
9
9
License: GPLv2
10
10
@@ -29,13 +29,13 @@ The Options Framework Plugin makes it easy to include an options panel in any Wo
29
29
30
30
= Learn More =
31
31
32
-
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.
32
+
Please visit [https://wptheming.com/options-framework-plugin](https://wptheming.com/options-framework-plugin) for a full description of how to define and use the theme options.
33
33
34
34
== Installation ==
35
35
36
36
If your theme already has options enabled, they will show up under the appearance menu.
37
37
38
-
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).
38
+
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 [https://wptheming.com/options-framework-plugin](https://wptheming.com/options-framework-plugin).
39
39
40
40
== Frequently Asked Questions ==
41
41
@@ -45,7 +45,7 @@ Download the development version from GitHub [https://github.com/devinsays/optio
45
45
46
46
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.
47
47
48
-
You can also watch the video screencast I have at [http://wptheming.com/options-framework-plugin](http://wptheming.com/options-framework-plugin).
48
+
You can also watch the video screencast I have at [https://wptheming.com/options-framework-plugin](https://wptheming.com/options-framework-plugin).
49
49
50
50
= What options are available to use? =
51
51
@@ -68,7 +68,11 @@ You can also watch the video screencast I have at [http://wptheming.com/options-
68
68
69
69
== Changelog ==
70
70
71
-
= 1.8.5 =
71
+
= 1.8.6 =
72
+
73
+
* Fix: of_sanitize_multicheck should return an array
74
+
75
+
= Development =
72
76
73
77
* Update: Style headers to look nice in WordPress 4.4
74
78
@@ -219,7 +223,7 @@ You can also watch the video screencast I have at [http://wptheming.com/options-
219
223
* Updates labels in options-interface.php
220
224
* Changes how checkboxes saved in database ("0" or "1")
221
225
* Stores typography, backgrounds and multichecks directly as arrays
222
-
* For full description, see: http://wptheming.com/2011/05/options-framework-0-6/
226
+
* For full description, see: https://wptheming.com/2011/05/options-framework-0-6/
223
227
224
228
= 0.5.0 =
225
229
@@ -245,4 +249,4 @@ You can also watch the video screencast I have at [http://wptheming.com/options-
0 commit comments