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
* 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)
33
33
34
34
**Note:** Gulp and Bower are optional, but handy. If you do not wish to use them, you can delete the references.
35
35
@@ -38,7 +38,7 @@ Here are some ways that you can contribute:
38
38
39
39
* WordPress 4.0 or higher
40
40
* 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).
42
42
43
43
## Installation
44
44
@@ -60,22 +60,23 @@ If you need tips on installing Node.js, Composer, Gulp & Bower, see [Installing
60
60
61
61
See the [Getting Started](https://github.com/dmhendricks/wordpress-base-plugin/wiki#getting-started) documentation for further steps.
62
62
63
-
## Planned Features & TODO
63
+
## Future Plans
64
64
65
65
* Add Customizer example
66
66
* 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
68
69
* 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
70
72
71
73
## Change Log
72
74
73
75
Release changes are noted on the [Releases](https://github.com/dmhendricks/wordpress-base-plugin/releases) page.
0 commit comments