Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 3.44 KB

incompatibilities-5-1.md

File metadata and controls

18 lines (15 loc) · 3.44 KB

ContactUs

  • The SystemConfigListener[?] class was removed.
  • The ContactRequestHelper::__construct(DoctrineHelper $doctrineHelper, ConfigManager $configManager, LocalizationHelper $localizationHelper, TranslatorInterface $translator)[?] method was changed to ContactRequestHelper::__construct(DoctrineHelper $doctrineHelper, ConfigManager $configManager, LocalizationHelper $localizationHelper, TranslatorInterface $translator, PropertyAccessorInterface $propertyAccessor)[?]
  • The ContactRequestType::__construct(TokenAccessorInterface $tokenAccessor, LocalizationHelper $localizationHelper)[?] method was changed to ContactRequestType::__construct(ManagerRegistry $doctrine, TokenAccessorInterface $tokenAccessor, LocalizationHelper $localizationHelper)[?]
  • The OroContactUsBridgeExtension::getAlias[?] method was removed.

CustomerAccount

  • The following classes were removed:
    • ReassingCustomerProcessor[?]
    • Topics[?]
  • The CustomerCreateListener::postPersist(Customer $customer, LifecycleEventArgs $args)[?] method was changed to CustomerCreateListener::postPersist(Customer $customer, LifecycleEventArgs $args)[?]
  • The OroCustomerAccountBridgeExtension::getAlias[?] method was removed.