Skip to content

Releases: terminal42/contao-mp_forms

4.3.8

13 Jul 05:35
9baf774
Compare
Choose a tag to compare
  • Fix PHP 8 compatibility

Full Changelog: 4.3.7...4.3.8

4.3.7

13 Jul 05:35
5913984
Compare
Choose a tag to compare
  • Fix PHP 8 compatibility

Full Changelog: 4.3.6...4.3.7

4.3.6

04 May 15:10
Compare
Choose a tag to compare
  • Fixed validation of previous steps

Full Changelog: 4.3.5...4.3.6

4.3.3

22 Mar 20:18
75fd2ae
Compare
Choose a tag to compare

What's Changed

  • Fix default value of sessionRefParam by @MarkejN in #59

New Contributors

Full Changelog: 4.3.2...4.3.3

4.3.1

08 Feb 12:07
5d0c21b
Compare
Choose a tag to compare

What's Changed

  • Fix summary with uploads
  • Fix session access

Full Changelog: 4.3.0...4.3.1

4.3.0

07 Jan 10:58
14485fa
Compare
Choose a tag to compare

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

17 Nov 14:18
0aefc53
Compare
Choose a tag to compare
Add the form field name as a data attribute to the summary markup. (#53)

4.2.2: Merge pull request #49 from taca/fix-readme

09 Aug 07:11
9b3c3aa
Compare
Choose a tag to compare

4.2.0

27 Apr 11:16
Compare
Choose a tag to compare
  • 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.

4.1.0

06 Jul 11:52
Compare
Choose a tag to compare
  • Added support for configurable URL fragments