Warning: You are browsing the documentation from version 4 to 10 of Pimcore.
Please visit https://pimcore.com/docs/platform/ for the latest versions of Pimcore.
Version:
Edit on GitHub
Update Notices
Update to Version 3.4
- The Single Sign On (SSO) functionality is deprecated and will be removed in version 4.
Update to Version 3
- Activate
Generate Type Declarations
for all classes generated/used by the Customer Management Framework:-
Customer
-
CustomerSegment
-
CustomerSegmentGroup
-
SsoIdentity
-
- Migrate all templates to twig.
- Add following line to your firewalls configuration in the
security.yml
of your app after thepimcore_admin
firewall.
security:
firewalls:
pimcore_admin:
# ...
cmf_webservice: '%customer_management_framework.firewall_settings%'
- Webservices URLs changed to
/__customermanagementframework/webservice/*
- Execute all migrations of Customer Management Framework.
Additional code changes (that might affect your application)
- Migrated
SearchQueryParser\QueryBuilder\ZendCompatibility
toDoctrine\DBAL\Query\QueryBuilder
. - Migrated
Zend\Paginator
toKnp\Component\Pager
. -
FilterHandler::addFilter
has no operator as parameter anymore (as this was only considered withSearchQuery
filters). Use newBoolanCombinator
for combining multiple filters with OR operator instead. -
AbstractObjectActivity::toArray
and GDPR exporter results might be different, as it utilizes newnormalize
methods instead of deprecatedgetDataForWebservice
methods.
Removed features in Version 3
- Removed
SegmentTrackedListener
for tracking tracked segments into Piwik/Matomo (as matomo integration is deprecated in Pimcore 6.9 and removed in Pimcore X). - Migrated all templates to php templates and removed templating helpers.
- CSV Importer integration as it is also removed from Pimcore X. Use Pimcore Data Importer instead.
Update to Pimcore X
- Update to Pimcore 6.9.
- Update Customer Management Framework to latest version (compatible to Pimcore 6.9).
- Execute all migrations of Customer Management Framework.
- Update to Pimcore X.