Skip to content

Commit

Permalink
Prep for 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dmhendricks committed Sep 26, 2017
1 parent 95223bb commit 42e022f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ Here are some ways that you can contribute:
* Powered by [Composer](https://getcomposer.org/), [Gulp](https://gulpjs.com/) and [Bower](https://bower.io/)
* Object caching (where available; [usage examples](https://github.com/dmhendricks/wordpress-toolkit/wiki/ObjectCache))
* Automatic translation file (`.pot`) creation. See [Translation](https://github.com/dmhendricks/wordpress-base-plugin/wiki/Translation).
* Shortcodes, widgets and custom post type (via [PostTypes](https://github.com/jjgrainger/PostTypes/)) examples
* 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)
* [More to come...](#planned-features)
* Shortcodes, widgets (via [Carbon Fields](https://carbonfields.net)) and custom post types (via [PostTypes](https://github.com/jjgrainger/PostTypes/)) examples
* 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)
* [More to come...](#future-plans)

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

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

* WordPress 4.0 or higher
* PHP 5.6 or higher
* [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)
* [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).

## Installation

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

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

## Planned Features & TODO
## Future Plans

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

## Change Log

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

#### Branch: `master`

* Added quick start documentation
* Fixed bug with setting translation text domain
* None since release

## Credits

Expand Down
Binary file modified assets/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"php": "5.6",
"carbon_fields": "2.0"
"carbon_fields": "2.1.0"
},
"encrypt_method": "AES-128-ECB"
}
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: hendridm
Tags: wordpress,base,plugin,boilerplate,composer,carbonfields
Donate link: https://paypal.me/danielhendricks
Requires at least: 4.0
Tested up to: 4.8.1
Tested up to: 4.8.2
Stable tag: 0.3.0
License: GPL-2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down

0 comments on commit 42e022f

Please sign in to comment.