- [BUGFIX] Fix wrong query identifier for MembersBundle connector @scrummer
- [BUGFIX] prevent type error in
DownloadExtension:getOptimizedFileSize
- [BUGFIX] fix id for Accordion and Gallery: save class names
- [BUGFIX] fix type error in
Vhs:setDataFromResource
- [BUGFIX] fix file size calculation
- [BUGFIX] add label for column adjuster @blankse
- [BUGFIX] fix image thumbnail class @NaincyKumariKnoldus
- [BUGFIX] return correct default value if editable is null
- [FEATURE] PIMCORE 10.2 Support
- [BUGFIX] Fetching edit mode state from editable instead of checking area param
2.x
, you need to install 3.x
first, then migrate to 3.3
. After that, you're able to update to ^4.0
.
- All deprecations have been removed:
- Legacy Service Alias
toolbox.area.brick.base_brick
has been removed - Config Node
toolbar.x
,toolbar.y
,toolbar.xAlign
,toolbar.yAlign
,toolbar.title
has been removed - Config Node
area_block_configuration.controlsAlign
,area_block_configuration.controlsTrigger
has added - Config Node
disallowed_subareas
:areas_appearance
- Config Node
disallowed_content_snippet_areas
:snippet_areas_appearance
- Config Node
ToolboxBundle\Calculator\*
:column_calculator|slide_calculator
⚠️ Elementpimcore_dynamiclink
has been removed: If you're still using this element in your project, you need to migrate to pimcore_link first (via TB 3.x)!
- Legacy Service Alias
- All Folders in
views
are lowercase/dashed now (areas/google-map
,areas/iframe
,areas/link-list
,areas/paralax-container
,areas/slide-columns
,toolbox/bootstrap4
, ...)
- Instead of
pimcore.area.brick
you need to use thetoolbox.area.brick
tag to register your brick. Also removesetAreaBrickType
call from your service definition - Always use
$info->setParam(key, value)
instead of$info->setParams()
, otherwise you'll overwrite given parameters from the toolbox abstract brick - Remove
{{ elementConfigBar|raw }}
in your templates - Conditional Logic feature for editable has been removed
- Reload property in node
config.reload
has been removed. Useconfig_parameter.reload_on_close: true
instead - Custom view has been removed, TB is now using the pimcore defaults dialog box configuration
- Config Node
col_class
(In[BRICKNAME].config_elements.[ELEMENT]
has been removed
- Config Node
StoreProviderInterface::getValues():array
needs to return an array (return type declaration added)ContextResolverInterface::getCurrentContextIdentifier():?string
needs to return null|string (return type declaration added)
⚠️ Editable Permissions have been added. Non-Admin Users will NOT be able to add editables until you enabled specific permissions for them!- Google Maps Improved:
- Only call API if address has changed
- Better Error Reporting: Display some notes (only in editmode), if something went wrong during API call
- Simple Area Brick: Create a simple editable without creating any php classes. Read more about it here)
Toolbox 3.x Upgrade Notes: https://github.com/dachcom-digital/pimcore-toolbox/blob/3.x/UPGRADE.md