Skip to content

Commit 4e90fa4

Browse files
committed
changelog added to readme and plugin version bumped to 1.1
1 parent fb4e531 commit 4e90fa4

File tree

2 files changed

+29
-7
lines changed

2 files changed

+29
-7
lines changed

plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: WordPress Settings API testing
66
* Author: Tareq Hasan
77
* Author URI: http://tareq.weDevs.com
8-
* Version: 0.1
8+
* Version: 1.1
99
*/
1010

1111
require_once dirname( __FILE__ ) . '/src/class.settings-api.php';

readme.md

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,45 @@ Now run:
2424

2525
`$ composer install`
2626

27+
28+
Screenshot
29+
----------------------
30+
31+
![Option Panel](https://github.com/tareq1988/wordpress-settings-api-class/raw/master/screenshot-1.png "The options panel build on the fly using the PHP Class")
32+
2733
Frequently Asked Questions
2834
---------------
2935

30-
### What this plugin for?
36+
#### What this plugin for?
3137

3238
It's mainly a plugin that demonstrates the Settings API PHP class
3339

34-
### Whats the facility?
40+
#### Whats the facility?
3541

3642
A plugin or theme developer can build their options panel with Settings API easily
3743

38-
### What is Settings API ?
44+
#### What is Settings API ?
3945

4046
Settings API is a functionality from WordPress that helps developers to save their options data very easily and securely.
4147
More about [Settings API](http://codex.wordpress.org/Settings_API).
4248

43-
Screenshots
44-
----------------------
4549

46-
![Option Panel](https://github.com/tareq1988/wordpress-settings-api-class/raw/master/screenshot-1.png "The options panel build on the fly using the PHP Class")
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
65+
- [new] Color Picker added
66+
- [improved] Allow to set description for section
67+
- Some other old fixes ;)
68+
```

0 commit comments

Comments
 (0)