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
*Configuration registry (documentation coming soon) and optional `wp-config.php`[Constants](https://github.com/dmhendricks/wordpress-base-plugin/wiki/Configuration-&-Constants)
21
22
*[More to come...](#planned-features)
22
23
23
24
## Requirements
@@ -40,23 +41,20 @@ It may also be used as the means of [separating custom code](http://www.billeric
40
41
41
42
### Next Steps
42
43
43
-
See the [Getting Started](https://github.com/dmhendricks/wordpress-base-plugin/wiki#getting-started) documentation.
44
-
44
+
See the [Getting Started](https://github.com/dmhendricks/wordpress-base-plugin/wiki#getting-started) documentation for further steps.
45
45
46
46
## Plugin Settings
47
47
48
48
This plugin loads many of its defaults & settings from `plugin.json`. See [Configuration & Constants](https://github.com/dmhendricks/wordpress-base-plugin/wiki/Configuration-&-Constants#pluginjson) for more information.
49
49
50
50
## Planned Features & TODO
51
51
52
-
* Add task runner, related documentation, update .gitignore and rearrange `./assets`
53
-
* Add external class library for common features
54
-
* Add ability to modify plugin meta in Plugins list
55
-
* Move Cache class as separate dependency
56
-
* Add Ajax call example
52
+
* Update documentation to reflect recent changes
57
53
* Add encrypt/decrypt example (`password` field with encrypted `hidden` field)
58
54
* Add Customizer example
59
55
* Add dynamically-created CSS/JS files based on settings
56
+
* Use [Bower](https://bower.io/) to manage vendor scripts and move `./src/js/vendor` to `./src/components`
57
+
* Use [TGMPA](http://tgmpluginactivation.com/) for Carbon Fields dependency checking
60
58
61
59
## Change Log
62
60
@@ -65,6 +63,7 @@ Release changes are noted on the [Releases](https://github.com/dmhendricks/wordp
65
63
#### Branch: `master`
66
64
67
65
* Bumped minimum PHP version check to 5.6
66
+
* Added [Gulp](https://gulpjs.com/) for task automation (SASS, JS processing)
68
67
* Drastically refactored configuration management
69
68
* Split out settings pages, shortcodes, CPT & widgets into separate files/classes (thanks [obstschale](https://github.com/obstschale/wordpress-base-plugin))
70
69
* Added `wp-pot-cli` to `package.json` to create `.pot` translation file
@@ -74,6 +73,7 @@ Release changes are noted on the [Releases](https://github.com/dmhendricks/wordp
0 commit comments