Releases: dachcom-digital/pimcore-dynamic-search
Releases · dachcom-digital/pimcore-dynamic-search
v4.0.0
Symfony Messenger based Queue
see https://github.com/dachcom-digital/pimcore-dynamic-search/blob/master/UPGRADE.md
Breaking Changes
- The queue is now based on symfony messenger. (#83).
Executebin/console messenger:setup-transports
after upgrade and read how to setup the queue worker
v3.0.0
Pimcore 11 Support
see https://github.com/dachcom-digital/pimcore-dynamic-search/blob/3.x/UPGRADE.md
Breaking Changes
- filters will be passed to the view as associative array, having the filter names as keys (#59)
filter names must match the pattern/^[a-z0-9_\-\.]+$/i
Global Changes
- Recommended folder structure by symfony adopted
- [ROUTE] Route include changed from
DynamicSearchBundle/Resources/config/pimcore/routing/frontend_routing.yml
toDynamicSearchBundle/config/pimcore/routing/frontend_routing.yaml
v2.1.0
v2.0.0
Version 2.0 only supports Pimcore 10.x and PHP8.0.
Read the upgrade notes: There are some things to consider before migrating from 1.x to 2.0.0!