Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 4.16 KB

incompatibilities-2-3.md

File metadata and controls

18 lines (15 loc) · 4.16 KB

CampaignBundle

  • The TransportSettingsEmailTemplateListener::__construct(RegistryInterface $registry, SecurityContextInterface $securityContext)[?] method was changed to TransportSettingsEmailTemplateListener::__construct(RegistryInterface $registry, TokenAccessorInterface $tokenAccessor)[?]
  • The TransportSettingsEmailTemplateListener::$securityContext[?] property was removed.

MarketingListBundle

  • The ContactInformationExclusionProvider::__construct(ConfigProvider $entityConfigProvider, ManagerRegistry $managerRegistry)[?] method was changed to ContactInformationExclusionProvider::__construct(VirtualFieldProviderInterface $virtualFieldProvider)[?]
  • The MarketingList::setSegment($segment)[?] method was changed to MarketingList::setSegment(Segment $segment = null)[?]
  • The MarketingListItem::setCreatedAt(Datetime $createdAt)[?] method was changed to MarketingListItem::setCreatedAt(DateTime $createdAt)[?]
  • The following properties in class ContactInformationExclusionProvider[?] were removed:
    • $entityConfigProvider::$entityConfigProvider[?]
    • $managerRegistry::$managerRegistry[?]

TrackingBundle

  • The TrackingScriptInstaller[?] class was removed.