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
+28-6Lines changed: 28 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,23 +24,45 @@ Now run:
24
24
25
25
`$ composer install`
26
26
27
+
28
+
Screenshot
29
+
----------------------
30
+
31
+

32
+
27
33
Frequently Asked Questions
28
34
---------------
29
35
30
-
### What this plugin for?
36
+
####What this plugin for?
31
37
32
38
It's mainly a plugin that demonstrates the Settings API PHP class
33
39
34
-
### Whats the facility?
40
+
####Whats the facility?
35
41
36
42
A plugin or theme developer can build their options panel with Settings API easily
37
43
38
-
### What is Settings API ?
44
+
####What is Settings API ?
39
45
40
46
Settings API is a functionality from WordPress that helps developers to save their options data very easily and securely.
41
47
More about [Settings API](http://codex.wordpress.org/Settings_API).
42
48
43
-
Screenshots
44
-
----------------------
45
49
46
-

50
+
Changelog:
51
+
----------------------
52
+
```
53
+
v1.1 (23 April, 2015)
54
+
------------------------
55
+
- [new] Folder structure updated
56
+
- [new] composer support added
57
+
- [new] Number field added
58
+
- [new] URL field added
59
+
- [improved] wysiwyg field responsive support. Allow to pass options to wp_editor
60
+
- [new] WP Media uploader added
61
+
62
+
v1.0 (16 July, 2014)
63
+
------------------------
64
+
- [new] color, password and wysiwyg example added on plugin settings
0 commit comments