Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 3.32 KB

incompatibilities-2-4.md

File metadata and controls

12 lines (10 loc) · 3.32 KB

CommerceMenuBundle

  • The MenuConditionBuilder[?] class was removed.

CustomerBundle

  • The AnonymousCustomerUserAuthenticationProvider::__construct(CustomerVisitorManager $visitorManager, $updateLatency)[?] method was changed to AnonymousCustomerUserAuthenticationProvider::__construct(CustomerVisitorManager $visitorManager, WebsiteManager $websiteManager, $updateLatency)[?]
  • The AnonymousCustomerUserAuthenticationListener::__construct(TokenStorageInterface $tokenStorage, AuthenticationManagerInterface $authenticationManager, LoggerInterface $logger, $cookieLifetime)[?] method was changed to AnonymousCustomerUserAuthenticationListener::__construct(TokenStorageInterface $tokenStorage, AuthenticationManagerInterface $authenticationManager, LoggerInterface $logger, ConfigManager $configManager)[?]
  • The AddressProvider::__construct(UrlGeneratorInterface $router, FragmentHandler $fragmentHandler)[?] method was changed to AddressProvider::__construct(UrlGeneratorInterface $router, FragmentHandler $fragmentHandler, ConfigManager $configManager)[?]
  • The CustomerDataConverter::getEntityRulesAndBackendHeaders[?] method was removed.
  • The CustomerUserDataConverter::getEntityRulesAndBackendHeaders[?] method was removed.