Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 3.95 KB

incompatibilities-3-1.md

File metadata and controls

12 lines (10 loc) · 3.95 KB

DotmailerBundle

  • The MappingProvider::__construct(DoctrineHelper $doctrineHelper, CacheProvider $cache, ChainVirtualFieldProvider $virtualFieldsProvider)[?] method was changed to MappingProvider::__construct(DoctrineHelper $doctrineHelper, CacheProvider $cache, VirtualFieldProviderInterface $virtualFieldsProvider)[?]
  • The DotmailerTransport::__construct(DotmailerResourcesFactory $dotmailerResourcesFactory, Mcrypt $encryptor)[?] method was changed to DotmailerTransport::__construct(DotmailerResourcesFactory $dotmailerResourcesFactory, SymmetricCrypterInterface $encryptor)[?]
  • The OAuthManager::__construct(RouterInterface $router, Mcrypt $encryptor, ClientInterface $curlClient)[?] method was changed to OAuthManager::__construct(RouterInterface $router, SymmetricCrypterInterface $encryptor, ClientInterface $curlClient)[?]
  • The IntegrationSettingsSubscriber::__construct(Mcrypt $encoder)[?] method was changed to IntegrationSettingsSubscriber::__construct(SymmetricCrypterInterface $encoder)[?]
  • The ExportContactsStatusUpdateProcessor::__construct(DoctrineHelper $doctrineHelper, ExportManager $exportManager, QueueExportManager $queueExportManager, JobRunner $jobRunner, TokenStorageInterface $tokenStorage, LoggerInterface $logger)[?] method was changed to ExportContactsStatusUpdateProcessor::__construct(DoctrineHelper $doctrineHelper, ExportManager $exportManager, QueueExportManager $queueExportManager, JobRunner $jobRunner, TokenStorageInterface $tokenStorage, LoggerInterface $logger, JobProcessor $jobProcessor)[?]
  • The MarketingListItemsQueryBuilderProvider::getCachedMarketingListEntitiesQB[?] method was removed.
  • The DotmailerResourcesFactory::updateEndpoint[?] method was removed.