Skip to content

v1.0.2

Compare
Choose a tag to compare
@zepich zepich released this 04 Feb 13:24
· 3 commits to master since this release

Client

  • Renamed the method validateSubmission() to verifySubmission() because the validation happens before the form is submitted. Because of that, the name validateSubmission is not correctly describing what happens.
  • Added an alias method validateSubmission() which calls verifySubmission() to keep the backward compatibility.

RequestHelper

  • Fixed two issues where NULL values will create error messages.