Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 7.41 KB

incompatibilities-3-1.md

File metadata and controls

35 lines (31 loc) · 7.41 KB

CustomerBundle

  • The following classes were removed:
    • AbstractCustomerUserPasswordHandler[?]
    • CustomerUserRoleDatagridListener[?]
  • The AnonymousCustomerUserAuthenticationListener::__construct(TokenStorageInterface $tokenStorage, AuthenticationManagerInterface $authenticationManager, LoggerInterface $logger, ConfigManager $configManager, WebsiteManager $websiteManager)[?] method was changed to AnonymousCustomerUserAuthenticationListener::__construct(TokenStorageInterface $tokenStorage, AuthenticationManagerInterface $authenticationManager, LoggerInterface $logger, ConfigManager $configManager, WebsiteManager $websiteManager, CacheProvider $cacheProvider)[?]
  • The FrontendAddressProvider::__construct(ManagerRegistry $registry, AclHelper $aclHelper, $customerAddressClass, $customerUserAddressClass)[?] method was changed to FrontendAddressProvider::__construct(ManagerRegistry $registry, AclHelper $aclHelper, string $customerAddressClass, string $customerUserAddressClass)[?]
  • The following methods in class FrontendAddressProvider[?] were removed:
    • isCurrentCustomerAddressesContain[?]
    • isCurrentCustomerUserAddressesContain[?]
  • The CustomerUserPasswordRequestHandler::validateUser[?] method was removed.

FrontendBundle

  • The following classes were removed:
    • DemoThemeExtension[?]
    • FrontendAsseticTokenParser[?]
  • The following methods in class LocaleSettings[?] were removed:
    • addCurrencyData[?]
    • getCurrencyData[?]
  • The FrontendExposedRoutesExtractor::getExposedRoutes[?] method was removed.
  • The FrontendController::exceptionAction[?] method was removed.
  • The FrontendJsRoutingDumpCommand::getExposedRoutesExtractor[?] method was removed.
  • The LocaleSettings::getCurrencySymbolByCurrency($currencyCode = null)[?] method was changed to LocaleSettings::getCurrencySymbolByCurrency(string $currencyCode = null, string $locale = null)[?]
  • The FrontendJsRoutingDumpCommand::$routesExtractor[?] property was removed.

WebsiteBundle

  • The WebsiteUrlResolver::preparePath[?] method was removed.
  • The WebsitePathExtension::getWebsitePath($route, array $routeParams, Website $website = null)[?] method was changed to WebsitePathExtension::getWebsitePath($route, array $routeParams = [], Website $website = null)[?]