File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[ ![ Author] ( https://img.shields.io/badge/author-Daniel%20M.%20Hendricks-blue.svg )] ( https://www.danhendricks.com )
2- [ ![ GitHub license ] ( https://img.shields.io/badge/license-GPLv2-blue .svg )] ( https://raw.githubusercontent.com/dmhendricks/wordpress-base-plugin/master/LICENSE )
2+ [ ![ GitHub License ] ( https://img.shields.io/badge/license-GPLv2-green .svg )] ( https://raw.githubusercontent.com/dmhendricks/wordpress-base-plugin/master/LICENSE )
33[ ![ Twitter] ( https://img.shields.io/twitter/url/https/github.com/dmhendricks/wordpress-base-plugin.svg?style=social )] ( https://twitter.com/intent/tweet?text=Wow:&url=%5Bobject%20Object%5D )
44
55# WordPress Base Plugin
@@ -58,6 +58,7 @@ Release changes are noted on the [Releases](https://github.com/dmhendricks/wordp
5858#### Branch: ` master `
5959
6060* Bumped minimum PHP version check to 5.4
61+ * Added initial ` plugin.json ` for configuration
6162
6263## Credits
6364
Original file line number Diff line number Diff line change 1+ {
2+ "prefix" : " myplugin_" ,
3+ "object_cache" : {
4+ "group" : " my_plugin_cache" ,
5+ "expire" : 72
6+ },
7+ "dependencies" : {
8+ "php" : " 5.4.0" ,
9+ "carbon_fields" : " 2.0"
10+ },
11+ }
You can’t perform that action at this time.
0 commit comments