All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
0.1.6 - 2017-08-14
- Attach process submission to WordPress'
init
hook.
0.1.5 - 2017-03-31
- Add missing method in
NullForm
. - Fix
is_submission()
check.
- Remove empty
FormBuilder.php
file.
0.1.4 - 2017-03-27
- Only process form submissions when not doing AJAX.
0.1.3 - 2017-03-27
- Don't include
composer.lock
file.
0.1.2 - 2017-03-27
- Add basic form handling.
0.1.1 - 2017-02-11
- Avoid PHP notice when walking array.
- Don't type-hint against void forward to keep PHP minimum at 7.0.
0.1.0 - 2017-02-10
- Initial release to GitHub.