v1.0.2
Client
- Renamed the method
validateSubmission()
toverifySubmission()
because the validation happens before the form is submitted. Because of that, the namevalidateSubmission
is not correctly describing what happens. - Added an alias method
validateSubmission()
which callsverifySubmission()
to keep the backward compatibility.
RequestHelper
- Fixed two issues where
NULL
values will create error messages.