Skip to content

Commit 42e022f

Browse files
committed
Prep for 0.3.0 release
1 parent 95223bb commit 42e022f

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ Here are some ways that you can contribute:
2727
* Powered by [Composer](https://getcomposer.org/), [Gulp](https://gulpjs.com/) and [Bower](https://bower.io/)
2828
* Object caching (where available; [usage examples](https://github.com/dmhendricks/wordpress-toolkit/wiki/ObjectCache))
2929
* Automatic translation file (`.pot`) creation. See [Translation](https://github.com/dmhendricks/wordpress-base-plugin/wiki/Translation).
30-
* Shortcodes, widgets and custom post type (via [PostTypes](https://github.com/jjgrainger/PostTypes/)) examples
31-
* Configuration registry ([docs](https://github.com/dmhendricks/wordpress-toolkit/wiki/ConfigRegistry)) and optional `wp-config.php` [Constants](https://github.com/dmhendricks/wordpress-base-plugin/wiki/Configuration-&-Constants)
32-
* [More to come...](#planned-features)
30+
* Shortcodes, widgets (via [Carbon Fields](https://carbonfields.net)) and custom post types (via [PostTypes](https://github.com/jjgrainger/PostTypes/)) examples
31+
* Configuration registry ([docs](https://github.com/dmhendricks/wordpress-toolkit/wiki/ConfigRegistry)) and optional `wp-config.php` [constants](https://github.com/dmhendricks/wordpress-base-plugin/wiki/Configuration-&-Constants)
32+
* [More to come...](#future-plans)
3333

3434
**Note:** Gulp and Bower are optional, but handy. If you do not wish to use them, you can delete the references.
3535

@@ -38,7 +38,7 @@ Here are some ways that you can contribute:
3838

3939
* WordPress 4.0 or higher
4040
* PHP 5.6 or higher
41-
* [Carbon Fields](https://github.com/htmlburger/carbon-fields) 2.0 or higher (see the wiki section [Carbon Fields](https://github.com/dmhendricks/wordpress-base-plugin/wiki#carbon-fields) for more info)
41+
* [Carbon Fields](https://github.com/htmlburger/carbon-fields) 2.0 or higher (see the wiki section [Carbon Fields](https://github.com/dmhendricks/wordpress-base-plugin/wiki#carbon-fields) for more info).
4242

4343
## Installation
4444

@@ -60,22 +60,23 @@ If you need tips on installing Node.js, Composer, Gulp & Bower, see [Installing
6060

6161
See the [Getting Started](https://github.com/dmhendricks/wordpress-base-plugin/wiki#getting-started) documentation for further steps.
6262

63-
## Planned Features & TODO
63+
## Future Plans
6464

6565
* Add Customizer example
6666
* Add dynamically-created CSS/JS files based on settings
67-
* Add encrypted text field example
67+
* Refactor the Plugin class for better organization and self-documentation
68+
* Create decent documentation and perform cleanup on the [wordpress-toolkit](https://github.com/dmhendricks/wordpress-toolkit) dependency
6869
* Add [phpdotenv](https://github.com/vlucas/phpdotenv) support
69-
* Move `get_script_version()`, `get_script_path()` and `get_script_url()` to Helpers
70+
* Add encrypted text field example
71+
* Add some useful Carbon Fields CSS classes
7072

7173
## Change Log
7274

7375
Release changes are noted on the [Releases](https://github.com/dmhendricks/wordpress-base-plugin/releases) page.
7476

7577
#### Branch: `master`
7678

77-
* Added quick start documentation
78-
* Fixed bug with setting translation text domain
79+
* None since release
7980

8081
## Credits
8182

assets/screenshot-1.png

95.8 KB
Loading

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"dependencies": {
99
"php": "5.6",
10-
"carbon_fields": "2.0"
10+
"carbon_fields": "2.1.0"
1111
},
1212
"encrypt_method": "AES-128-ECB"
1313
}

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: hendridm
33
Tags: wordpress,base,plugin,boilerplate,composer,carbonfields
44
Donate link: https://paypal.me/danielhendricks
55
Requires at least: 4.0
6-
Tested up to: 4.8.1
6+
Tested up to: 4.8.2
77
Stable tag: 0.3.0
88
License: GPL-2.0
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html

0 commit comments

Comments
 (0)