Skip to content

Commit 070c9d0

Browse files
committed
Added link to .env wiki link
1 parent 9d47872 commit 070c9d0

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Here are some ways that you can contribute:
4040
* Shortcodes, widgets (via [Carbon Fields](https://carbonfields.net)) and custom post types (via [PostTypes](https://github.com/jjgrainger/PostTypes/)) examples
4141
* 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)
4242
* Customizer options
43+
* Define environmental variables via `.env` files ([reference](https://github.com/dmhendricks/wordpress-toolkit/wiki/ToolKit#environment))
4344
* [More to come...](#future-plans)
4445

4546
**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
7475
## Future Plans
7576

7677
* Refactor the Plugin and Loader classes
77-
* Add plugin uninstall hook
78+
* Add plugin uninstall support
7879
* Add support for Gulp 4.0
79-
* Add [phpdotenv](https://github.com/etelford/phpdotenv) support
8080
* Switch to npm and WebPack for frontend dependency management
8181

8282
## Change Log
@@ -85,9 +85,10 @@ Release changes are noted on the [Releases](https://github.com/dmhendricks/wordp
8585

8686
#### Branch: `master`
8787

88-
* Extended base class as WordPress Toolkit
88+
* Extended base class as WordPress Toolkit; simplified base class configuration init
8989
* Moved `is_ajax()` and `prefix()` methods to wordpress-toolkit
9090
* 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))
9192

9293
## Screenshot
9394

0 commit comments

Comments
 (0)