Skip to content

Releases: dachcom-digital/pimcore-toolbox

v5.0.0

28 Sep 12:04
Compare
Choose a tag to compare

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)
  • dynamiclink feature 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.ckeditor changed to toolbox.wysiwyg_editor
    • Config node global_style_sets has been removed (will be set via wysiwyg_editor.config)
    • Twig Helper toolbox_get_wysiwyg_config_path() has been removed (will be added globally via edit mode js file injection)

Areas Restriction Changes

  • areas_appearance has been renamed to areablock_restriction, snippet_areas_appearance has been renamed to snippet_areablock_restriction.

Editable Changes

  • custom_areas has been removed. Please add your custom areas to the default areas node.

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
        - video

You need to change the global state via configuration now:

toolbox:
    areas:
        accordion:
            enabled: false

If 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: false

Theme

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

06 Sep 13:43
62ac811
Compare
Choose a tag to compare

[TASK] Pimcore 10.6 compatibility
[BUGFIX] Fix human-readable file size

v4.1.0

24 May 11:59
a2f392f
Compare
Choose a tag to compare

Version 4.1.0

  • [FEATURE] PIMCORE 10.5 support only
  • [IMPROVEMENT] Compatibility with Members 4.1 added
  • [IMPROVEMENT] Remove unused js classes
  • [BUGFIX] [VHS Element] Use right element context in video type selector

v4.0.0

01 Oct 12:26
90553ee
Compare
Choose a tag to compare

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

04 Jun 13:52
53219e1
Compare
Choose a tag to compare

This will be the last minor release for pimcore 6.

https://github.com/dachcom-digital/pimcore-toolbox/milestone/20?closed=1

v3.2.0

v3.1.0

18 Nov 18:18
Compare
Choose a tag to compare

Ready for Pimcore 6.3. 🎉

v3.0.0

16 Jul 09:02
Compare
Choose a tag to compare

Ready for Pimcore 6. 🎉

v2.8.0

30 Jun 09:24
39c985d
Compare
Choose a tag to compare

This release will be the last minor release which supports Pimcore 5!

Patch-Level for security & hotfixes is still supported


v2.7.0

20 Feb 10:03
504df1c
Compare
Choose a tag to compare

Attention! Toolbox is using the MigrationBundle now! After you've updated to this release, you need to re-enable this bundle again (In Extension-Manager or via CLI)!

Important! Read the upgrade guide before updating: https://github.com/dachcom-digital/pimcore-toolbox/blob/master/UPGRADE.md#update-from-version-26x-to-version-270