Releases: sulu/SuluFormBundle
Releases · sulu/SuluFormBundle
Release 2.5.4 (2024-07-24)
- Fix that invalid form returns http 422 status code (#388) (@Jupi007)
- Upgrade PHPUnit and add PHP 8.4 to CI (#391) (@alexander-schranz)
- Add Symfony 7 support (#390) (@TheCadien)
- Add missing no update to ci install script (#387) (@alexander-schranz)
Release 2.5.3 (2024-06-06)
- Merge pull request from GHSA-rrvc-c7xg-7cf3 (@martinlagler)
⚠️ Security Fix. Thx @rogamoore and @picturestone for report - Fix some code style issues (#386) (@alexander-schranz)
- Fix disable required constraint for hidden and spacer field (#385) (@alexander-schranz)
- Fix disable required constraint for freetext and headline field (#380) (@oprichnik)
- Fix copy block and duplicate of form fields (#377) (@alexander-schranz)
- Fix phpstan and php-cs issues (#382) (@alexander-schranz)
- Fix migrations of radio buttons (#341) (@alexander-schranz)
- Fix file type max attr (#328) (@RealAestan)
- Fix DynamicController dynamicListFactory build args order (#360) (@dev-newvisibility)
- Fix search in Dynamics list (#375) (@thomasduenser)
- Add stronger type checks on user input (#378) (@FlorianKoerner)
- Add dynamic field type Hidden (#362) (@martinlagler)
- Add support for doctrine/persistence ^3 (#376) (@StephenBeirlaen)
- Load fallback translation after form copy (#368) (@Quehnie)
- Fix workflow badge (#366) (@mamazu)
- Fix list heading does not fallback to default locale (#359) (@dev-newvisibility)
- Add configurable redirect link to sendinblue (#357) (@martinlagler)
Release 2.5.2 (2023-03-23)
- Add security checks to FormAdmin (#356) (@datenwerk-at)
- Update SendingBlueEventListener to correctly send DoubleOpt-In emails (#351) (@Prokyonn)
- Fix update existing contact via sending blue (#348) (@alexander-schranz)
- Fix compatibility issue with sulu/sulu@2.5.5 (#347) (@opctim)
Release 2.5.1 (2022-12-21)
- Make salutation gender neutral (#342) (@luca-rath)
Release 2.5.0 (2022-08-16)
Release Blog | Breaking Changes | Full Changelog
- Merge pull request #329 from alexander-schranz/feature/upgrade-symfony-6 (@luca-rath)
- Mark disabledcsrftokenmanager as final (@alexander-schranz)
- Remove not required kernel.root_dir (@alexander-schranz)
- Fix code (@alexander-schranz)
- Upgrade baseline (@alexander-schranz)
- Add deprecation bridge (@alexander-schranz)
- Move deprecation of service to php (@alexander-schranz)
- Set requirement for symfony-dependency-injeciton package (@alexander-schranz)
- Fix lowest tests (@alexander-schranz)
- Fix code style (@alexander-schranz)
- Upgrade baseline (@alexander-schranz)
- Fix compatibility (@alexander-schranz)
- Fix lowest dependency configuraiton (@alexander-schranz)
- Require latest version of dantleech/phpcr-migrations-bundle to fix lowest tests (@alexander-schranz)
- Check if has swiftmailer (@alexander-schranz)
- Fix composer json duplicated entry (@alexander-schranz)
- Skip Swiftmailer test when not installed (@alexander-schranz)
- Fix compatibility of DisabledCsrfTokenManager (@alexander-schranz)
- Check for getMasterRequest (@alexander-schranz)
- Check for isMasterRequest (@alexander-schranz)
- Use password hasher for checksum (@alexander-schranz)
- Fix compatibility (@alexander-schranz)
- Update service deprecation (@alexander-schranz)
- Update configuration deprecation (@alexander-schranz)
- Move lint to an own task (@alexander-schranz)
- Missing void return type (@alexander-schranz)
- Update symfony translation package (@alexander-schranz)
- Check for swiftmailer to disable swiftmailer emails for tests (@alexander-schranz)
- Add compatibility for Symfony 6 (@alexander-schranz)
- Add trash functionality for forms (#326) (@niklasnatter)
Release 2.4.0 (2022-04-05
Breaking Changes !important | Full Changelog
- Add option to disable csrf protection (#324) (@alexander-schranz)
- Add example and default value to radio buttons (#303) (@Quehnie)
- Implement domain events and integrate activity bundle (#318) (@niklasnatter)
- Update code style (#323) (@alexander-schranz)
- Add toolbar action for creating copy of current form to edit view (#316) (@niklasnatter)
- Implement pagination handling for Sendinblue requests (#317) (@luca-rath)
- Allow multiple form data tabs on parent view (#315) (@luca-rath)
Release 2.3.0 (2022-01-24)
- Add sendinblue integration (#310) (@luca-rath)
- Fix phpstan baseline (#311) (@alexander-schranz)
- Update phpstan (#308) (@alexander-schranz)
Release 2.2.1 (2021-11-30)
Release 2.2.0 (2021-09-13)
- Use MediaManagerInterface in DynamicController (#300) (@plozmun)
- Add a confirmation message for generate-form command (#298) (@henri9813)
- Improve documentation about TestFrom creation (#297) (@henri9813)
- Add helper support sf mailer and configuration mechanism to switch (#274) (@bramtervoort)
- Fix csrf token symfony 4 php 7.2 compatibility (#292) (@alexander-schranz)
- EventListener only for download routes (#291) (@Quehnie)
- Add protected form collection setting (#289) (@alexander-schranz)
- Use branch-independent links in README.md (#290) (@nnatter)
Release 2.1.3 (2021-04-21)
Merged pull requests:
- Fix resubmit for cached csrf token by using esi for cacheable requests only #286 (@alexander-schranz)