Skip to content

Commit 6f901eb

Browse files
committed
Added more Planned Features
1 parent 7cd967e commit 6f901eb

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,19 @@ It may also be used as the means of [separating custom code](http://www.billeric
1515
3. `cd wordpress-base-plugin`
1616
4. `composer install`
1717

18-
## Planned
18+
## Planned Features
1919

2020
* Refactor code
2121
* Add/test/document object caching class
2222
* Update to comply with new Carbon Fields standards
2323
* Add task runner, related documentation and update .gitignore and rearrange `./assets`
2424
* Fix i18n issues and create `.pot` language file
2525
* Add Ajax call example
26+
* Add encrypt/decrypt example
27+
* Add hidden `password` field with encrypted `hidden` field
2628
* Possibly add hooks
2729
* Possibly add TGMPA example
30+
* Test compatibility with WordPress 4.0 and higher
2831

2932
## Change Log
3033

@@ -33,6 +36,7 @@ It may also be used as the means of [separating custom code](http://www.billeric
3336
* Added experimental Cache class
3437
* Removed `./vendor` from repo
3538
* Renamed Helpers Class to Utils
39+
* Tested PHP 5.3 - 7.1 compatibility
3640
* Added minimum PHP version check
3741

3842
#### 0.1.2

0 commit comments

Comments
 (0)