Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 8.21 KB

incompatibilities-5-0-rc.md

File metadata and controls

40 lines (33 loc) · 8.21 KB

AnalyticsBundle

  • The OroAnalyticsBundle::build[?] method was removed.

CRMBundle

  • The ExtendEntityCacheWarmer::__construct(ManagerRegistry $managerRegistry, LoggerInterface $logger, $applicationInstalled)[?] method was changed to ExtendEntityCacheWarmer::__construct(ManagerRegistry $managerRegistry, LoggerInterface $logger, ApplicationState $applicationState)[?]

CaseBundle

  • The ViewFactory::$imageCacheManager[?] property was removed.

ChannelBundle

  • The ProcessChannelStateProcessor[?] class was removed.
  • The OroChannelBundle::build[?] method was removed.
  • The ChangeIntegrationStatusProcessor::__construct(ManagerRegistry $registry, LoggerInterface $logger)[?] method was changed to ChangeIntegrationStatusProcessor::__construct(ManagerRegistry $registry, StateProvider $stateProvider)[?]

ContactBundle

  • The ContactEmailApiHandler::__construct(EntityManager $entityManager, AuthorizationCheckerInterface $authorizationChecker)[?] method was changed to ContactEmailApiHandler::__construct(EntityManager $entityManager, AuthorizationCheckerInterface $authorizationChecker, PropertyAccessorInterface $propertyAccessor)[?]
  • The ContactPhoneApiHandler::__construct(EntityManager $entityManager, AuthorizationCheckerInterface $authorizationChecker)[?] method was changed to ContactPhoneApiHandler::__construct(EntityManager $entityManager, AuthorizationCheckerInterface $authorizationChecker, PropertyAccessorInterface $propertyAccessor)[?]
  • The ImportEventListener::__construct(OptionalListenerManager $listenerManager)[?] method was changed to ImportEventListener::__construct(OptionalListenerManager $optionalListenerManager, ImportExportConfigurationProviderInterface $contactImportExportConfigurationProvider, MessageProducerInterface $messageProducer)[?]
  • The ContactApiEntityManager::__construct($class, ObjectManager $om, AttachmentManager $attachmentManager)[?] method was changed to ContactApiEntityManager::__construct($class, ObjectManager $om, FileApiEntityManager $fileApiEntityManager)[?]
  • The ContactPostImportProcessor::__construct(ContactEmailAddressHandler $contactEmailAddressHandler, DoctrineHelper $doctrineHelper, LoggerInterface $logger)[?] method was changed to ContactPostImportProcessor::__construct(ContactEmailAddressHandler $contactEmailAddressHandler)[?]
  • The ContactApiEntityManager::$attachmentManager[?] property was removed.

SalesBundle

  • The B2bCustomerEmailApiHandler::__construct(EntityManager $entityManager, AuthorizationCheckerInterface $authorizationChecker)[?] method was changed to B2bCustomerEmailApiHandler::__construct(EntityManager $entityManager, AuthorizationCheckerInterface $authorizationChecker, PropertyAccessorInterface $propertyAccessor)[?]
  • The B2bCustomerPhoneApiHandler::__construct(EntityManager $entityManager, AuthorizationCheckerInterface $authorizationChecker)[?] method was changed to B2bCustomerPhoneApiHandler::__construct(EntityManager $entityManager, AuthorizationCheckerInterface $authorizationChecker, PropertyAccessorInterface $propertyAccessor)[?]
  • The LeadPhoneApiHandler::__construct(ManagerRegistry $doctrine, AuthorizationCheckerInterface $authorizationChecker)[?] method was changed to LeadPhoneApiHandler::__construct(ManagerRegistry $doctrine, AuthorizationCheckerInterface $authorizationChecker, PropertyAccessorInterface $propertyAccessor)[?]