Please checkout https://github.com/dachcom-digital/pimcore-formbuilder/blob/master/UPGRADE.md
- [SECURITY FEATURE] Double-Opt-In Feature, read more about it here
- [SECURITY FEATURE] Email Checker Validator #471, read more about it here
- If you're using a custom form theme, please include the
instructions
type ({% use '@FormBuilder/form/theme/type/instructions.html.twig' %}
)
- If you're using a custom form theme, please include the
- [SECURITY FEATURE] Add friendly captcha field
- [SECURITY FEATURE] Add cloudflare turnstile
- [BUGFIX] Use Pimcore AdminUserTranslator for Editable Dialog Box #450
- [BUGFIX] CSV Export: Ignore mail params with empty data #461
- [IMPROVEMENT] Improve response message context #416
- [IMPROVEMENT] Improve API OC Field Mapping #462
- [IMPROVEMENT] Improve json response success message behaviour #416
- [IMPROVEMENT] Allow custom message in
DynamicMultiFileNotBlankValidator
constraint #438 - [IMPROVEMENT] #458
- Allow to modify FormType options via
FORM_TYPE_OPTIONS
event - Do not render
formRuntimeDataToken
if csrf has been disabled in form options - Allow form assembling without request and view resolver
- Add FormDialogBuilder
- Allow to modify FormType options via
Don't forget to execute bin/console doctrine:migrations:migrate --prefix 'FormBuilderBundle\Migrations'