Releases: neos/form
Bugfix Release
- BUGFIX: Remove void return type to stay compabible with PHP 7.0 (#124)
- BUGFIX: mapValueToOption should always return string (#141)
- BUGFIX: Don't skip validators for GET requests (GHSA-m5vx-8chx-qvmm)
Thanks to @DrillSergeant and @Nikdro for your contributions!
5.1.3 - Security bugfix
5.0.9 - Security bugfix
4.3.3 - Security bugfix
5.2.1
BUGFIX: Allow DateTime for unserialization of form state - thx @dlubitz
TASK: Replace preg_replace with PSR-7 UriInterface method for uri fragment - thx @sorenmalling
TASK: Run tests with Github actions - thx @sorenmalling
5.1.2
BUGFIX: Allow ImageInterface to be returned in UploadedImageViewHelper - thx @kdambekalns
BUGFIX: Allow DateTime for unserialization of multi page forms - thx @dlubitz
5.0.8
4.3.2
5.2.0
FEATURE: Make FormValues directly available in EmailFinisher template
BUGFIX: Make return type of getUploadedImage() nullable
BUGFIX: Don't choke on empty form element labels
BUGFIX: Allow ImageInterface to be returned in UploadedImageViewHelper
5.0.7
BUGFIX: Allow ImageInterface to be returned in UploadedImageViewHelper