Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.33 KB

CHANGELOG.md

File metadata and controls

44 lines (35 loc) · 1.33 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

0.1.6 - 2017-08-14

Fixed

  • Attach process submission to WordPress' init hook.

0.1.5 - 2017-03-31

Fixed

  • Add missing method in NullForm.
  • Fix is_submission() check.

Removed

  • Remove empty FormBuilder.php file.

0.1.4 - 2017-03-27

Fixed

  • Only process form submissions when not doing AJAX.

0.1.3 - 2017-03-27

Changed

  • Don't include composer.lock file.

0.1.2 - 2017-03-27

Added

  • Add basic form handling.

0.1.1 - 2017-02-11

Fixed

  • 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

Added

  • Initial release to GitHub.