55 - ` Customer `
66 - ` CustomerSegment `
77 - ` SsoIdentity `
8- - Migrated ` SearchQueryParser\QueryBuilder\ZendCompatibility ` to ` Doctrine\DBAL\Query\QueryBuilder ` .
9- - Migrated ` Zend\Paginator ` to ` Knp\Component\Pager ` .
10- - ` FilterHandler::addFilter ` has no operator as parameter anymore (as this was only considered with ` SearchQuery ` filters).
11- Use new ` BoolanCombinator ` for combining multiple filters with OR operator instead.
128- Migrate all templates to twig.
13- - ` AbstractObjectActivity::toArray ` and GDPR exporter results might be different, as it utilizes new ` normalize ` methods
14- instead of deprecated ` getDataForWebservice ` methods.
15- - Webservices URLs changed to ` /__customermanagementframework/webservice/* `
169- Add following line to your firewalls configuration in the ` security.yml ` of your app after the ` pimcore_admin ` firewall.
1710``` yml
1811security :
@@ -21,6 +14,16 @@ security:
2114 # ...
2215 cmf_webservice : ' %customer_management_framework.firewall_settings%'
2316` ` `
17+ - Webservices URLs changed to ` /__customermanagementframework/webservice/*`
18+ - Execute all migrations of Customer Management Framework.
19+
20+ # ## Additional code changes (that might affect your application)
21+ - Migrated `SearchQueryParser\QueryBuilder\ZendCompatibility` to `Doctrine\DBAL\Query\QueryBuilder`.
22+ - Migrated `Zend\Paginator` to `Knp\Component\Pager`.
23+ - ` FilterHandler::addFilter` has no operator as parameter anymore (as this was only considered with `SearchQuery` filters).
24+ Use new `BoolanCombinator` for combining multiple filters with OR operator instead.
25+ - ` AbstractObjectActivity::toArray` and GDPR exporter results might be different, as it utilizes new `normalize` methods
26+ instead of deprecated `getDataForWebservice` methods.
2427
2528# ## Removed features in Version 3
2629- Removed `SegmentTrackedListener` for tracking tracked segments into Piwik/Matomo
0 commit comments