@@ -9,15 +9,15 @@ It may also be used as the means of [separating custom code](http://www.billeric
99## Features
1010
1111* Namespaces, PSR-4, dependency autoloading
12- * Object caching helper
12+ * Object caching helper class [ Usage examples ] ( https://github.com/dmhendricks/wordpress-base-plugin/wiki#caching )
1313* [ Many more to come...] ( #planned-features )
1414
1515## Requirements
1616
1717* WordPress 4.0 or higher
18- * PHP 5.4 or higher*
18+ * PHP 5.4 or higher
1919
20- * PHP 5.3 will work if all of your dependencies are compatible.*
20+ * PHP 5.3 will work IF all of your dependencies are compatible.*
2121
2222## Installation
2323
@@ -31,13 +31,13 @@ It may also be used as the means of [separating custom code](http://www.billeric
31311 . Modify ` composer.json ` to suit your needs
32321 . Run ` composer install ` to install dependencies and autoload namespace
3333
34- ## Planned Features
34+ ## TODO / Planned Features
3535
3636* Refactor code
3737* Add/test/document object caching class
3838* Add activation/deactivation/uninstall hooks
3939* Update to comply with new Carbon Fields standards
40- * Add task runner, related documentation and update .gitignore and rearrange ` ./assets `
40+ * ** Add task runner** , related documentation, update .gitignore and rearrange ` ./assets `
4141* Fix i18n issues and create ` .pot ` language file
4242* Create means to autogenerate language file
4343* Add Ajax call example
@@ -49,18 +49,18 @@ It may also be used as the means of [separating custom code](http://www.billeric
4949* Add wordpress-settings-api-class example(s)
5050* Allow loading Carbon Fields via [ plugin] ( https://github.com/dmhendricks/carbon-fields-loader ) rather than Composer dependency
5151* Test compatibility with WordPress 4.0 and higher
52- * Add uninstall.php
5352
5453## Change Log
5554
5655#### 0.2.0
5756
58- * Added Object Cache class
57+ * Added object cache helper class
5958* Added example of loading Font Awesome if enabled in plugin settings
6059* Removed closing ?> tags ([ obstschale] ( https://github.com/dmhendricks/wordpress-base-plugin/issues/1 ) )
6160* Removed ` ./vendor ` from repo
6261* Renamed Helpers class to Utils
6362* Tested PHP 5.4 - 7.1 compatibility
63+ * Localized many strings
6464* Fixed various PHP 5.3 issues; bumped minimum suggested version to 5.4.0
6565* Added minimum PHP version check
6666* Renamed namespace to ` VendorName\MyPlugin `
0 commit comments