Skip to content

Releases: neos/form

5.1.1

17 Jun 07:34
Compare
Choose a tag to compare
  • BUGFIX: Make return type of getUploadedImage() nullable (#111)
  • BUGFIX: Don't choke on empty form element labels (neos/form-builder#70)

5.1.0...5.1.1

5.0.6

17 Jun 07:28
Compare
Choose a tag to compare
  • BUGFIX: Make return type of getUploadedImage() nullable (#111)
  • BUGFIX: Don't choke on empty form element labels (neos/form-builder#70)

Revert some features that were accidentally merged into 5.0.5

5.0.5...5.0.6

4.3.1

17 Jun 07:20
Compare
Choose a tag to compare

4.3.0...4.3.1

4.2.3

17 Jun 07:16
f72ff61
Compare
Choose a tag to compare
  • TASK: Update translations from translation tool
  • BUGFIX: Don't choke on empty form element labels (neos/form-builder#70)

4.2.2...4.2.3

5.1.0 - FileUpload and EmailFinisher improvements

16 Jun 11:58
Compare
Choose a tag to compare

This release provides a 5.0 backwards compatible version of the Form Framework incorporating following features:

  • FEATURE: send multipart mail with EmailFinisher (#91) - Thanks to @ger4003 for your contribution!
  • FEATURE: Support SwiftMailer 6.x (#113)
  • FEATURE: Configurable Resource Collection for file uploads (#115) - Thanks to internezzo ag for sponsoring!

4.3.0 – FileUpload and EmailFinisher improvements

16 Jun 11:51
65d6bf3
Compare
Choose a tag to compare

This release provides a 4.2 backwards compatible version of the Form Framework incorporating following features:

  • FEATURE: send multipart mail with EmailFinisher (#91) - Thanks to @ger4003 for your contribution!
  • FEATURE: Support SwiftMailer 6.x (#113)
  • FEATURE: Configurable Resource Collection for file uploads (#115) - Thanks to internezzo ag for sponsoring!

Hotfix

17 Mar 15:28
b299641
Compare
Choose a tag to compare

Fix syntax error introduced in 5.0.3

5.0.3

17 Mar 14:02
Compare
Choose a tag to compare

Fixed #89 and #94

Thanks @hlubek, @ger4003 and @simstern

Bugfix release for content merge compatibility

06 Jan 14:34
2c9e0ae
Compare
Choose a tag to compare
Merge pull request #109 from kitsunet/bugfix/parent-response-merging

BUGFIX: Make sure not to overwrite parent response content

4.2.2

17 Mar 13:58
Compare
Choose a tag to compare

Fixed #89

Thanks @ger4003 and @simstern