Skip to content

Latest commit

 

History

History
58 lines (53 loc) · 26.7 KB

incompatibilities-4-2.md

File metadata and controls

58 lines (53 loc) · 26.7 KB

CRMCustomerPortal

  • The LoadAccountAndContactToAccountManagerRole::load(ObjectManager $manager)[?] method was changed to LoadAccountAndContactToAccountManagerRole::load(ObjectManager $manager)[?]

CustomerBundle

  • The EmailCaseInsensitiveOptionValidator::__construct(ManagerRegistry $doctrine, TranslatorInterface $translator, DatagridRouteHelper $datagridRouteHelper)[?] method was changed to EmailCaseInsensitiveOptionValidator::__construct(ManagerRegistry $doctrine, TranslatorInterface $translator, DatagridRouteHelper $datagridRouteHelper)[?]
  • The CustomerUserLoader::__construct(ManagerRegistry $doctrine, ConfigManager $configManager, TokenAccessor $tokenAccessor)[?] method was changed to CustomerUserLoader::__construct(ManagerRegistry $doctrine, ConfigManager $configManager, TokenAccessor $tokenAccessor, WebsiteManager $websiteManager)[?]
  • The AnonymousCustomerUserAuthenticationListener::__construct(TokenStorageInterface $tokenStorage, AuthenticationManagerInterface $authenticationManager, LoggerInterface $logger, ConfigManager $configManager, WebsiteManager $websiteManager, CacheProvider $cacheProvider, CsrfRequestManager $csrfRequestManager, $apiPattern)[?] method was changed to AnonymousCustomerUserAuthenticationListener::__construct(TokenStorageInterface $tokenStorage, AuthenticationManagerInterface $authenticationManager, LoggerInterface $logger, WebsiteManager $websiteManager, CacheProvider $cacheProvider, CsrfRequestManager $csrfRequestManager, $apiPattern, CustomerVisitorCookieFactory $cookieFactory)[?]
  • The CustomerUserPreferredLocalizationProvider::__construct($userLocalizationManager)[?] method was changed to CustomerUserPreferredLocalizationProvider::__construct($userLocalizationManager)[?]
  • The CustomerUserRelationsProvider::getCustomer(CustomerUser $customerUser = null)[?] method was changed to CustomerUserRelationsProvider::getCustomer(CustomerUserInterface $customerUser = null)[?]
  • The FrontendAddressProvider::__construct(ManagerRegistry $registry, AclHelper $aclHelper, $customerAddressClass, $customerUserAddressClass)[?] method was changed to FrontendAddressProvider::__construct(ManagerRegistry $registry, AclHelper $aclHelper, $customerAddressClass, $customerUserAddressClass)[?]
  • The EntityOwnershipDecisionMaker::__construct(OwnerTreeProviderInterface $treeProvider, ObjectIdAccessor $objectIdAccessor, EntityOwnerAccessor $entityOwnerAccessor, OwnershipMetadataProviderInterface $ownershipMetadataProvider, TokenAccessorInterface $tokenAccessor, ManagerRegistry $doctrine, PropertyAccessor $propertyAccessor)[?] method was changed to EntityOwnershipDecisionMaker::__construct(OwnerTreeProviderInterface $treeProvider, ObjectIdAccessor $objectIdAccessor, EntityOwnerAccessor $entityOwnerAccessor, OwnershipMetadataProviderInterface $ownershipMetadataProvider, TokenAccessorInterface $tokenAccessor, ManagerRegistry $doctrine, PropertyAccessor $propertyAccessor)[?]
  • The FrontendOwnerTreeProvider::__construct(ManagerRegistry $doctrine, DatabaseChecker $databaseChecker, CacheProvider $cache, OwnershipMetadataProviderInterface $ownershipMetadataProvider, TokenStorageInterface $tokenStorage, MessageProducerInterface $messageProducer, OwnerTreeMessageFactory $ownerTreeMessageFactory)[?] method was changed to FrontendOwnerTreeProvider::__construct(ManagerRegistry $doctrine, DatabaseChecker $databaseChecker, CacheProvider $cache, OwnershipMetadataProviderInterface $ownershipMetadataProvider, TokenStorageInterface $tokenStorage, MessageProducerInterface $messageProducer, OwnerTreeMessageFactory $ownerTreeMessageFactory)[?]
  • The FrontendCustomerUserRegistrationFormProvider::__construct(FormFactoryInterface $formFactory, ConfigManager $configManager, WebsiteManager $websiteManager, ManagerRegistry $doctrine, UrlGeneratorInterface $router)[?] method was changed to FrontendCustomerUserRegistrationFormProvider::__construct(FormFactoryInterface $formFactory, ConfigManager $configManager, WebsiteManager $websiteManager, ManagerRegistry $doctrine, UrlGeneratorInterface $router)[?]
  • The ImportCustomerUserListener::__construct(ManagerRegistry $registry, CustomerUserManager $customerUserManager, TranslatorInterface $translator, ImportStrategyHelper $strategyHelper)[?] method was changed to ImportCustomerUserListener::__construct(ManagerRegistry $registry, CustomerUserManager $customerUserManager, TranslatorInterface $translator, ImportStrategyHelper $strategyHelper)[?]
  • The CustomerAssignHelper::__construct(ManagerRegistry $registry)[?] method was changed to CustomerAssignHelper::__construct(DoctrineHelper $doctrineHelper)[?]
  • The CustomerUserReassignEntityUpdater::__construct(ManagerRegistry $registry, EntityToEntityChangeArrayConverter $entityToArrayConverter, AuditMessageBodyProvider $auditMessageBodyProvider, MessageProducerInterface $messageProducer, TokenStorageInterface $tokenStorage)[?] method was changed to CustomerUserReassignEntityUpdater::__construct(ManagerRegistry $registry, EntityToEntityChangeArrayConverter $entityToArrayConverter, AuditMessageBodyProvider $auditMessageBodyProvider, MessageProducerInterface $messageProducer, TokenStorageInterface $tokenStorage)[?]
  • The CustomerTypedAddressWithDefaultType::setRegistry(ManagerRegistry $registry)[?] method was changed to CustomerTypedAddressWithDefaultType::setRegistry(ManagerRegistry $registry)[?]
  • The FrontendCustomerUserRegistrationType::__construct(ConfigManager $configManager, ManagerRegistry $doctrine)[?] method was changed to FrontendCustomerUserRegistrationType::__construct(ConfigManager $configManager, ManagerRegistry $doctrine)[?]
  • The FrontendCustomerUserRoleSelectType::__construct(TokenAccessorInterface $tokenAccessor, ManagerRegistry $registry)[?] method was changed to FrontendCustomerUserRoleSelectType::__construct(TokenAccessorInterface $tokenAccessor, ManagerRegistry $registry)[?]
  • The FrontendOwnerSelectType::__construct(ManagerRegistry $registry, ConfigProvider $configProvider)[?] method was changed to FrontendOwnerSelectType::__construct(ManagerRegistry $registry, ConfigProvider $configProvider)[?]
  • The CustomerGroupHandler::__construct(FormInterface $form, Request $request, ObjectManager $manager, EventDispatcherInterface $dispatcher)[?] method was changed to CustomerGroupHandler::__construct(FormInterface $form, Request $request, ObjectManager $manager, EventDispatcherInterface $dispatcher)[?]
  • The PreferredLocalizationCustomerUserSubscriber::__construct(WebsiteManager $websiteManager, ConfigManager $configManager, ManagerRegistry $registry)[?] method was changed to PreferredLocalizationCustomerUserSubscriber::__construct(WebsiteManager $websiteManager, ConfigManager $configManager, ManagerRegistry $registry)[?]
  • The AddressTypeDefaultTransformer::__construct(ObjectManager $om)[?] method was changed to AddressTypeDefaultTransformer::__construct(ObjectManager $om)[?]
  • The SystemConfigListener::__construct(ManagerRegistry $registry, $userClass)[?] method was changed to SystemConfigListener::__construct(ManagerRegistry $registry, $userClass)[?]
  • The CustomerUserManager::__construct(UserLoaderInterface $userLoader, ManagerRegistry $doctrine, EncoderFactoryInterface $encoderFactory, ConfigManager $configManager, ServiceLink $emailProcessor, FrontendHelper $frontendHelper, LocalizationHelper $localizationHelper, WebsiteManager $websiteManager, LoggerInterface $logger)[?] method was changed to CustomerUserManager::__construct(UserLoaderInterface $userLoader, ManagerRegistry $doctrine, EncoderFactoryInterface $encoderFactory, ConfigManager $configManager, ServiceLink $emailProcessor, FrontendHelper $frontendHelper, LocalizationHelper $localizationHelper, WebsiteManager $websiteManager, LoggerInterface $logger)[?]
  • The CustomerVisitorManager::__construct(ManagerRegistry $doctrine)[?] method was changed to CustomerVisitorManager::__construct(ManagerRegistry $doctrine)[?]
  • The DoctrineFiltersListener::__construct(ManagerRegistry $registry, FrontendHelper $frontendHelper)[?] method was changed to DoctrineFiltersListener::__construct(ManagerRegistry $registry, FrontendHelper $frontendHelper)[?]
  • The AclPermissionController::aclAccessLevelsAction($oid, $permission = null)[?] method was changed to AclPermissionController::aclAccessLevelsAction($oid, $permission = null)[?]
  • The OwnerTreeCacheJobProcessor::__construct(JobRunner $jobRunner, MessageProducerInterface $producer, ManagerRegistry $doctrine, OwnershipMetadataProviderInterface $ownershipMetadataProvider, BusinessUnitMessageFactory $businessUnitMessageFactory, OwnerTreeMessageFactory $ownerTreeMessageFactory, LoggerInterface $logger)[?] method was changed to OwnerTreeCacheJobProcessor::__construct(JobRunner $jobRunner, MessageProducerInterface $producer, ManagerRegistry $doctrine, OwnershipMetadataProviderInterface $ownershipMetadataProvider, BusinessUnitMessageFactory $businessUnitMessageFactory, OwnerTreeMessageFactory $ownerTreeMessageFactory, LoggerInterface $logger)[?]
  • The CustomerAssignHelper::$registry[?] property was removed.
  • The CustomerUserRoleController::getTabListOptions[?] method was removed.

FrontendBundle

  • The following classes were removed:
    • RuleEditorTextTypeTest[?]
    • RuleEditorTextareaTypeTest[?]
  • The DefaultFrontendPreferredLocalizationProvider::__construct($userLocalizationManager, $frontendHelper)[?] method was changed to DefaultFrontendPreferredLocalizationProvider::__construct($userLocalizationManager, $frontendHelper)[?]
  • The LocaleSettings::__construct(LocaleSettings $inner, FrontendHelper $frontendHelper, UserLocalizationManager $localizationManager)[?] method was changed to LocaleSettings::__construct(LocaleSettings $inner, FrontendHelper $frontendHelper, UserLocalizationManagerInterface $localizationManager)[?]
  • The FrontendJsRoutingDumpCommand::__construct(ExposedRoutesExtractorInterface $extractor, SerializerInterface $serializer, $projectDir, $requestContextBaseUrl = null, $backendFilenamePrefix)[?] method was changed to FrontendJsRoutingDumpCommand::__construct(ExposedRoutesExtractorInterface $extractor, SerializerInterface $serializer, $projectDir, $requestContextBaseUrl = null, $backendFilenamePrefix)[?]
  • The ClassMigration::__construct(ManagerRegistry $managerRegistry, ConfigManager $configManager, $applicationInstalled)[?] method was changed to ClassMigration::__construct(ManagerRegistry $managerRegistry, ConfigManager $configManager, $applicationInstalled)[?]

WebsiteBundle

  • The DefaultWebsiteSubscriber[?] class was removed.
  • The WebsiteProvider::__construct(ManagerRegistry $registry)[?] method was changed to WebsiteProvider::__construct(ManagerRegistry $registry)[?]
  • The WebsiteManager::__construct(ManagerRegistry $managerRegistry, FrontendHelper $frontendHelper)[?] method was changed to WebsiteManager::__construct(ManagerRegistry $managerRegistry, FrontendHelper $frontendHelper, Mode $maintenance)[?]
  • The WebsiteScopedDataType::__construct(ManagerRegistry $registry, AclHelper $aclHelper)[?] method was changed to WebsiteScopedDataType::__construct(ManagerRegistry $registry, AclHelper $aclHelper)[?]
  • The RedirectListener::onRequest(GetResponseEvent $event)[?] method was changed to RedirectListener::onRequest(RequestEvent $event)[?]
  • The AssetsContext::__construct[?] method was removed.