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
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@ Here are some ways that you can contribute:
40
40
* Shortcodes, widgets (via [Carbon Fields](https://carbonfields.net)) and custom post types (via [PostTypes](https://github.com/jjgrainger/PostTypes/)) examples
41
41
* 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)
42
42
* Customizer options
43
+
* Define environmental variables via `.env` files ([reference](https://github.com/dmhendricks/wordpress-toolkit/wiki/ToolKit#environment))
43
44
*[More to come...](#future-plans)
44
45
45
46
**Note:** Gulp and Bower are optional, but handy. If you do not wish to use them, you can delete the references.
@@ -74,9 +75,8 @@ See the [Getting Started](https://github.com/dmhendricks/wordpress-base-plugin/w
74
75
## Future Plans
75
76
76
77
* Refactor the Plugin and Loader classes
77
-
* Add plugin uninstall hook
78
+
* Add plugin uninstall support
78
79
* Add support for Gulp 4.0
79
-
* Add [phpdotenv](https://github.com/etelford/phpdotenv) support
80
80
* Switch to npm and WebPack for frontend dependency management
81
81
82
82
## Change Log
@@ -85,9 +85,10 @@ Release changes are noted on the [Releases](https://github.com/dmhendricks/wordp
85
85
86
86
#### Branch: `master`
87
87
88
-
* Extended base class as WordPress Toolkit
88
+
* Extended base class as WordPress Toolkit; simplified base class configuration init
89
89
* Moved `is_ajax()` and `prefix()` methods to wordpress-toolkit
90
90
* Updated Composer license to conform to new [SPDX](https://spdx.org/licenses/) identifiers
91
+
* Added [phpdotenv](https://github.com/etelford/phpdotenv) support ([reference](https://github.com/dmhendricks/wordpress-toolkit/wiki/ToolKit#environment))
0 commit comments