- [BUGFIX] Allow using double-opt-in variables in placeholder processor
- [BUGFIX] Fix DoubleOptInType Service Definition @dpfaffenbauer
- [IMPROVEMENT] [File Upload] Add Deeplink Option to file upload field #475
- [BUGFIX] [Double-Opt-In] Remove unique index, allow admin to define unique data behavior #477
- [IMPROVEMENT] [Double-Opt-In] Allow to list and manage active sessions #478
- [IMPROVEMENT] [Double-Opt-In] Pass data to email channel and store double-opt-in main data in mail params #479
- [BUGFIX] Fix Migration and Installer
- [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
- Remove
editable_root
restriction from mail editor - Skip widget field rendering, if no label and no value is available
- Use TranslatorInterface instead of Pimcore Translator @dpfaffenbauer
- fix type error in finishWithSuccess @jheimbach
- Fix magic property access #442
- Sort chunked uploaded files before merging
- Add Additional HrefTransformer validation for
$type
and$id
@patkul0 - Fix chunked upload merge @life-style-de
- Fix element type check in api channel #423
- Fix Mail Layout Editor base path #426
- Fix Mail Layout Editor Availability State #420
- Execute:
bin/console doctrine:migrations:migrate --prefix 'FormBuilderBundle\Migrations'
- [DEPRECATION REMOVED] removed
FormDefinition::setMailLayout
. Please migrate to output workflows before updating - [IMPROVEMENT] Recommended folder structure by symfony adopted
- [IMPROVEMENT] Make success flash message optional #403
- [IMPROVEMENT] Use name instead of ID in output workflow actions #408
- [FUNNEL] Route include changed from
@FormBuilderBundle/Resources/config/pimcore/routing_funnels.yml
to@FormBuilderBundle/config/pimcore/routing_funnels.yaml
- [BC BREAK] Mail Layout Editor: While there is a migration, we're not able to migrate container (fieldset, repeater) fields. Please adjust your output workflow channels manually.
- [BC BREAK] All views are lowercase/underscore now (
email/form_data.html.twig
,form/elements/dynamic_multi_file/*
)
- Mail Layout Editor, see #390
- If Emailizr is installed, formbuilder will use it automatically to transform html tables
FormBuilder 4.x Upgrade Notes: https://github.com/dachcom-digital/pimcore-formbuilder/blob/4.x/UPGRADE.md