- The following classes were removed:
- The
AnonymousCustomerUserAuthenticationListener::__construct(TokenStorageInterface $tokenStorage, AuthenticationManagerInterface $authenticationManager, LoggerInterface $logger, ConfigManager $configManager, WebsiteManager $websiteManager)
[?] method was changed toAnonymousCustomerUserAuthenticationListener::__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 toFrontendAddressProvider::__construct(ManagerRegistry $registry, AclHelper $aclHelper, string $customerAddressClass, string $customerUserAddressClass)
[?] - The following methods in class
FrontendAddressProvider
[?] were removed: - The
CustomerUserPasswordRequestHandler::validateUser
[?] method was removed.
- The following classes were removed:
- The following methods in class
LocaleSettings
[?] were removed: - 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 toLocaleSettings::getCurrencySymbolByCurrency(string $currencyCode = null, string $locale = null)
[?] - The
FrontendJsRoutingDumpCommand::$routesExtractor
[?] property was removed.