Releases: dachcom-digital/pimcore-formbuilder
Releases · dachcom-digital/pimcore-formbuilder
v5.1.0
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'
v5.0.0
Pimcore 11 Support
Please checkout https://github.com/dachcom-digital/pimcore-formbuilder/blob/master/UPGRADE.md
Global Changes
- [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/*
)
New Features
v4.5.0
Version 4.5.0
- [BUGFIX]: allow
GET
operation on/form-control/get-url-structure
route #383 - [BUGFIX]: suppress php warning of undefined array key @jheimbach
- [ENHANCEMENT]: Adds sort buttons for choices in ChoiceType @jheimbach
- [ENHANCEMENT]: Allow Relation(s) in Object Channel #390
- [NEW FEATURE]: Data Injectors #395
Don't forget to execute bin/console doctrine:migrations:migrate --prefix 'FormBuilderBundle\Migrations'
v4.4.0
v4.3.0
v4.2.0
FormBuilder 4.2.0 only supports Pimcore 10.5 and above.
Upgrade Notes: https://github.com/dachcom-digital/pimcore-formbuilder/blob/master/UPGRADE.md#version-420
v4.1.2
v4.1.0
v4.0.0
FormBuilder 4.0 only supports Pimcore 10.1 and PHP8.0.
Read the upgrade notes: There are some things to consider before migrating from 3.x to 4.0.0!