Added
- Add
CSRF_TOKENto unload exception for front-end forms. - Add
data-form-handleto<form>tag. - Add
beforeInitfor Phone field’sintl-tel-inputJS library.
Changed
- Bump
verbb/auth. - Remove
voku/anti-xssdependancy, and switch to HTMLPurifier. - Change user-related variables to always use the Submission’s “collected user” rather than the currently logged-in user.
Fixed
- Fix session-based page management for the front-end not respecting the
sessionKeyrender option. - Fix Phone field front-end not respecting countries set via
Countries::EVENT_MODIFY_PHONE_COUNTRIES. - Fix Table field not acting correctly when set to “required”.
- Fix Web Request integrations not setting the correct URL when migrated from previous Formie Webhook integration.
- Fix session storage checks for web-driven Queue jobs.