We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 576aa25 commit f812296Copy full SHA for f812296
1 file changed
README.md
@@ -15,10 +15,18 @@ 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
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
24
25
## Change Log
26
-#### 0.2.0
27
+#### 0.2.0 (unreleased)
28
29
+* Added experimental Cache class
30
* Removed `./vendor` from repo
31
* Added minimum PHP version check
32
0 commit comments