Releases: dachcom-digital/pimcore-toolbox
v5.3.0
What's Changed
- [LICENSE] Dual-License with GPL and Dachcom Commercial License (DCL) added
- [ENHANCEMENT] Quill Editor Bundle Support added. See Editor Configuration Section
New Contributors
- @aarongerig made their first contribution in #237
Full Changelog: v5.2.2...v5.3.0
v5.2.0
v5.1.0
v5.0.0
Pimcore 11 Support
see https://github.com/dachcom-digital/pimcore-toolbox/blob/master/UPGRADE.md
New Features
Global Changes
- Recommended folder structure by symfony adopted
- All folders and sub-folders in views are lowercase/underscore now (areas/accordion/accordion_tab, areas/google_map, areas/iframe, areas/link_list, areas/parallax_container, areas/parallax_container_section, areas/parallax_container_section, areas/slide_columns)
- All snippet views are underscore now (snippet_layout.html.twig, snippet/teaser_default, snippet/layout/teaser_layout) - check your views for includes!
- All views are lowercase/underscore now (areas/video/type_, areas/google_map/info_window, parallax_container/partial/, parallax_container/wrapper/container_wrapper)
dynamiclinkfeature has finally been removed! If you're still using it, stay on v4 and migrate first
WYSIWYG Config Changes
- CK Editor support has been removed from PIMCORE. Toolbox currently only supports the new TinyMCE Editor. Read more about it here
- Config node
toolbox.ckeditorchanged totoolbox.wysiwyg_editor - Config node
global_style_setshas been removed (will be set viawysiwyg_editor.config) - Twig Helper
toolbox_get_wysiwyg_config_path()has been removed (will be added globally via edit mode js file injection)
- Config node
Areas Restriction Changes
areas_appearancehas been renamed toareablock_restriction,snippet_areas_appearancehas been renamed tosnippet_areablock_restriction.
Editable Changes
custom_areashas been removed. Please add your custom areas to the defaultareasnode.
Editables States
Pimcore removed the extension manager, so it is not possible to enabled/disable them via pimcore anymore.
Therefor we removed all toolbox core editables by default, you need to enable every single one of them:
toolbox:
enabled_core_areas:
- accordion
- anchor
- columns
- container
- content
- download
- gallery
- googleMap
- headline
- iFrame
- image
- linkList
- parallaxContainer
- parallaxContainerSection
- separator
- slideColumns
- snippet
- spacer
- teaser
- videoYou need to change the global state via configuration now:
toolbox:
areas:
accordion:
enabled: falseIf you want to disable any area from third party bundles (for example the members brick) just use their brick id to disable them:
areas:
members_login:
enabled: falseTheme
The default theme section will be loaded, only if no toolbox.theme.layout has been defined.
If you're using the Bootstrap4 layout, and it's explicitly configured in your project, you need to adopt the config from toolbox core config/theme/bootstrap4_theme.yaml
You also must configure toolbox.calculators.* explicitly, if you're using custom layout frameworks.
v4.1.1
v4.1.0
v4.0.0
Toolbox 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!
https://github.com/dachcom-digital/pimcore-toolbox/blob/master/UPGRADE.md
v3.3.0
This will be the last minor release for pimcore 6.
https://github.com/dachcom-digital/pimcore-toolbox/milestone/20?closed=1