We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90d327a commit bf3a017Copy full SHA for bf3a017
1 file changed
README.md
@@ -15,16 +15,20 @@ It may also be used as the means of [separating custom code](http://www.billeric
15
3. `cd wordpress-base-plugin`
16
4. `composer install`
17
18
-## TODO
+## Planned
19
20
* Refactor code
21
* Add/test/document object caching class
22
* Update to comply with new Carbon Fields standards
23
-* Add task runner and related documentation
+* Add task runner, related documentation and update .gitignore and rearrange `./assets`
24
+* Fix i18n issues and create `.pot` language file
25
+* Add Ajax call example
26
+* Possibly add hooks
27
+* Possibly add TGMPA example
28
29
## Change Log
30
-#### 0.2.0 (unreleased)
31
+#### 0.2.0
32
33
* Added experimental Cache class
34
* Removed `./vendor` from repo
0 commit comments