The upgrade instructions are available at Oro documentation website.
The current file describes significant changes in the code that may affect the upgrade of your customizations.
- STATUS_SYNC_FAILED status was added to
Oro\Bundle\MailChimpBundle\Entity\StaticSegment
which indicates that static segment sync was finished with errors.
- In
Oro\Bundle\MailChimpBundle\Controller\MailChimpController::toggleUpdateStateAction
(oro_mailchimp_email_campaign_activity_update_toggle
route) action the request method was changed to POST.
- Class
StaticSegmentRepository
[?]- changed the return type of
getStaticSegments
method fromBufferedQueryResultIterator
toBufferedQueryResultIteratorInterface
- changed the return type of
- Class
AbstractExtendedMergeVarExportReader
[?]- changed the return type of
getSegmentsIterator
method fromBufferedQueryResultIterator
toBufferedQueryResultIteratorInterface
- changed the return type of
- Class
MemberExportReader
[?]- changed the return type of
getSubscribersListIterator
method fromBufferedQueryResultIterator
to\Iterator
- changed the return type of
- Class
StaticSegmentReader
[?]- changed the return type of
getStaticSegmentIterator
method fromBufferedQueryResultIterator
to\Iterator
- changed the return type of
- Class
StaticSegmentExportWriter
[?]- changed the return type of
getSegmentMembersEmailsIterator
method fromBufferedQueryResultIterator
toBufferedQueryResultIteratorInterface
- changed the return type of
- Class
AbstractMarketingListEntitiesAction
[?]- changed the return type of
getMarketingListEntitiesByEmail
method fromBufferedQueryResultIterator
to\Iterator
- changed the return type of
- Class
MarketingListStateItemAction
[?]- changed the return type of
getMarketingListIterator
method fromBufferedQueryResultIterator
to\Iterator
- changed the return type of