Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 4.94 KB

incompatibilities-2-5.md

File metadata and controls

21 lines (19 loc) · 4.94 KB

DotmailerBundle

  • The AbstractMarketingListItemIterator::$addressBook[?] property was removed.
  • The ScheduledForExportContactIterator::$addressBook[?] property was removed.
  • The following properties in class ExportManager[?] were removed:
    • $dotmailerTransport[?]
    • $executor[?]
    • $addressBookContactClassName[?]
  • The following methods in class ExportManager[?] were removed:
    • updateExportResults[?]
    • processExportFaults[?]
    • updateAddressBooksSyncStatus[?]
  • The following methods in class ExportManager[?] were removed:
    • updateAddressBookSyncStatus[?]
    • startUpdateSkippedContactsStatusJob[?]
  • The ExportManager::__construct(ManagerRegistry $managerRegistry, DotmailerTransport $dotmailerTransport, Executor $executor, $addressBookContactClassName)[?] method was changed to ExportManager::__construct(ManagerRegistry $managerRegistry)[?]
  • The ContactExportListener::__construct(ManagerRegistry $registry, ExportManager $exportManager)[?] method was changed to ContactExportListener::__construct(ManagerRegistry $registry, QueueExportManager $exportManager)[?]
  • The ExportContactsStatusUpdateProcessor::__construct(DoctrineHelper $doctrineHelper, ExportManager $exportManager, JobRunner $jobRunner, TokenStorageInterface $tokenStorage, LoggerInterface $logger)[?] method was changed to ExportContactsStatusUpdateProcessor::__construct(DoctrineHelper $doctrineHelper, ExportManager $exportManager, QueueExportManager $queueExportManager, JobRunner $jobRunner, TokenStorageInterface $tokenStorage, LoggerInterface $logger)[?]