- The
MappingProvider::__construct(DoctrineHelper $doctrineHelper, CacheProvider $cache, ChainVirtualFieldProvider $virtualFieldsProvider)
[?] method was changed toMappingProvider::__construct(DoctrineHelper $doctrineHelper, CacheProvider $cache, VirtualFieldProviderInterface $virtualFieldsProvider)
[?] - The
DotmailerTransport::__construct(DotmailerResourcesFactory $dotmailerResourcesFactory, Mcrypt $encryptor)
[?] method was changed toDotmailerTransport::__construct(DotmailerResourcesFactory $dotmailerResourcesFactory, SymmetricCrypterInterface $encryptor)
[?] - The
OAuthManager::__construct(RouterInterface $router, Mcrypt $encryptor, ClientInterface $curlClient)
[?] method was changed toOAuthManager::__construct(RouterInterface $router, SymmetricCrypterInterface $encryptor, ClientInterface $curlClient)
[?] - The
IntegrationSettingsSubscriber::__construct(Mcrypt $encoder)
[?] method was changed toIntegrationSettingsSubscriber::__construct(SymmetricCrypterInterface $encoder)
[?] - The
ExportContactsStatusUpdateProcessor::__construct(DoctrineHelper $doctrineHelper, ExportManager $exportManager, QueueExportManager $queueExportManager, JobRunner $jobRunner, TokenStorageInterface $tokenStorage, LoggerInterface $logger)
[?] method was changed toExportContactsStatusUpdateProcessor::__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.