Skip to content

Commit 5e6f27d

Browse files
committed
docs
1 parent 4949554 commit 5e6f27d

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

doc/02_Installation/01_Update.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,7 @@
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
1811
security:
@@ -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

Comments
 (0)