Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 7.59 KB

incompatibilities-4-1.md

File metadata and controls

26 lines (22 loc) · 7.59 KB

CampaignBundle

  • The TrackingVisitEventIdentification::__construct(Registry $doctrine)[?] method was changed to TrackingVisitEventIdentification::__construct(ManagerRegistry $registry)[?]
  • The TransportSettingsEmailTemplateListener::__construct(RegistryInterface $registry, TokenAccessorInterface $tokenAccessor)[?] method was changed to TransportSettingsEmailTemplateListener::__construct(ManagerRegistry $registry, TokenAccessorInterface $tokenAccessor)[?]
  • The CampaignDataProvider::__construct(RegistryInterface $doctrine, AclHelper $aclHelper, DateFilterProcessor $processor, CurrencyQueryBuilderTransformerInterface $qbTransformer)[?] method was changed to CampaignDataProvider::__construct(ManagerRegistry $doctrine, AclHelper $aclHelper, DateFilterProcessor $processor, CurrencyQueryBuilderTransformerInterface $qbTransformer)[?]
  • The EmailTemplateController::cgetAction($id = null)[?] method was changed to EmailTemplateController::cgetAction($id = null)[?]
  • The TrackingVisitEventIdentification::$em[?] property was removed.
  • The EmailCampaignStatisticConnectorCacheClearListener::getSubscribedEvents[?] method was removed.

MarketingListBundle

  • The MarketingListProvider::getMarketingListEntitiesIterator[?] method was removed.
  • The GridMarketingListTypeProvider::__construct(RegistryInterface $registry)[?] method was changed to GridMarketingListTypeProvider::__construct(ManagerRegistry $registry)[?]
  • The MarketingListController::deleteAction($id)[?] method was changed to MarketingListController::deleteAction($id)[?]
  • The MarketingListRemovedItemController::deleteAction($id)[?] method was changed to MarketingListRemovedItemController::deleteAction($id)[?]
  • The MarketingListUnsubscribedItemController::deleteAction($id)[?] method was changed to MarketingListUnsubscribedItemController::deleteAction($id)[?]
  • The SegmentController::postRunAction($id)[?] method was changed to SegmentController::postRunAction($id)[?]

TrackingBundle

  • The TrackingWebsiteController::deleteAction($id)[?] method was changed to TrackingWebsiteController::deleteAction($id)[?]