Releases: terminal42/contao-mp_forms
Releases · terminal42/contao-mp_forms
4.3.8
- Fix PHP 8 compatibility
Full Changelog: 4.3.7...4.3.8
4.3.7
- Fix PHP 8 compatibility
Full Changelog: 4.3.6...4.3.7
4.3.6
- Fixed validation of previous steps
Full Changelog: 4.3.5...4.3.6
4.3.3
4.3.1
4.3.0
What's Changed
- Uses a
ref
parameter now to allow simultaneous editing in multiple tabs! - Fixed a few bugs and improved compatibility with the notification center
Full Changelog: 4.2.3...4.3.0
4.2.3
4.2.2: Merge pull request #49 from taca/fix-readme
- Japanese translation
4.2.0
- Improved validation support (= supporting the password form field now too)
- Supports custom form field templates now
!!! IMPORTANT !!!
Because of Contao's naming convention, the template names had to be adjusted. So be sure that when you update to this version, you rename your custom templates like so:
form_mp_forms_placeholder
->form_mp_form_placeholder
form_mp_forms_page_switch
->form_mp_form_page_switch
mod_mp_forms_steps
->mod_mp_form_steps
No major version was released for this as template changes are not part of Contao's BC promise either.