Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 5.73 KB

incompatibilities-3-1-2.md

File metadata and controls

39 lines (31 loc) · 5.73 KB

EmailBundle

  • The EmailConfigurationConfigurator::__construct(SymmetricCrypterInterface $encryptor)[?] method was changed to EmailConfigurationConfigurator::__construct(SymmetricCrypterInterface $encryptor, ValidatorInterface $validator)[?]

IntegrationBundle

  • The ChannelHandler::__construct(RequestStack $requestStack, FormInterface $form, EntityManager $em, EventDispatcherInterface $eventDispatcher)[?] method was changed to ChannelHandler::__construct(RequestStack $requestStack, FormInterface $form, EntityManager $em, EventDispatcherInterface $eventDispatcher, FormFactoryInterface $formFactory)[?]
  • The IntegrationController::getForm[?] method was removed.

ReportBundle

  • The OroReportExtension::getAlias[?] method was removed.

RequireJSBundle

  • The OroBuildCommand::__construct(NodeProcessFactory $nodeProcessFactory, ConfigProviderManager $configProviderManager, Filesystem $filesystem, string $webRoot, $timeout)[?] method was changed to OroBuildCommand::__construct(NodeProcessFactory $nodeProcessFactory, ConfigProviderManager $configProviderManager, Filesystem $filesystem, string $webRoot, $timeout, CacheProvider $cache)[?]

SecurityBundle

  • The ChainEntityOwnershipDecisionMaker::$ownershipDecisionMaker[?] property was removed.
  • The ChainAclGroupProvider::$supportedProvider[?] property was removed.
  • The EntitySecurityMetadataProvider::__construct(ConfigProvider $securityConfigProvider, ConfigProvider $entityConfigProvider, ConfigProvider $extendConfigProvider, ManagerRegistry $doctrine, TranslatorInterface $translator, CacheProvider $cache = null, EventDispatcherInterface $eventDispatcher)[?] method was changed to EntitySecurityMetadataProvider::__construct(ConfigProvider $securityConfigProvider, ConfigProvider $entityConfigProvider, ConfigProvider $extendConfigProvider, ManagerRegistry $doctrine, TranslatorInterface $translator, CacheProvider $cache = null, EventDispatcherInterface $eventDispatcher, AclGroupProviderInterface $aclGroupProvider)[?]

UserBundle

  • The UserImapConfigSubscriber::postSubmit[?] method was removed.

WorkflowBundle

  • The IsGrantedWorkflowTransition::__construct(AuthorizationCheckerInterface $authorizationChecker, TokenAccessorInterface $tokenAccessor)[?] method was changed to IsGrantedWorkflowTransition::__construct(AuthorizationCheckerInterface $authorizationChecker, TokenAccessorInterface $tokenAccessor, WorkflowManager $workflowManager)[?]