This release fixes a bug in the webform form_state. The Submission and FormState objects were unable to extract values under certain circumstances. The fix made a few changes in the interface necessary
API-changes
- Webform\Submission::fromFormState() and Webform\FormState::__construct()
now have an additional parameter $form (needed by
webform_client_form_pages()).
- Webform\FormState is deprecated as is now nearly equivalent to using
Webform\Submission::fromFormState().