Releases: hostnet/form-handler-component
Releases · hostnet/form-handler-component
Upgrade deprecated actions/cache in workflow to v4
Upgraded actions/cache to v4 in accordance with notice of v1/v2 package closing down.
1.7.4 Support Symfony 7
Add support for Symfony 6
Merge pull request #37 from hostnet/fix-tests Fix failing unit tests
Update phpcs-tool to 9.1.0 with Hostnet-Level-1
- Updates phpcs-tool to 9.1.0 with Hostnet-Level-1
php 8 support
1.7.1 added php 8 support
Symfony 5 support
End of EOL php and symfony versions
- Remove eol support, and upgrade most packages #30
Prevent leaking sensitive request data from array callables
Don't expose request stacktrace in call_user_func When call_user_func runs a callable that throws an exception, the exception stacktrace will contain the request object. When a logger parses the array of functions, it might cause this processor/formatter to call the `__toString()` function on the Request object, which will then contain all request information, which includes passwords when sent as post body. See: Seldaek/monolog#1138
Support for sf4
This patch as supports for Symfony 4.0.
Fixes a BC break regarding 2.x form types
After #19 it was no longer possible to use form types that were not a FQCN, this broke support for Symfony 2.x. This release fixes this particular bug.