Skip to content

Latest commit

 

History

History
225 lines (204 loc) · 63.5 KB

incompatibilities-3-0.md

File metadata and controls

225 lines (204 loc) · 63.5 KB

AccountBundle

  • The AccountApiType::setDefaultOptions[?] method was removed.
  • The AccountSelectType::setDefaultOptions[?] method was removed.
  • The AccountType::setDefaultOptions[?] method was removed.
  • The AccountHandler::__construct(FormInterface $form, Request $request, ObjectManager $manager)[?] method was changed to AccountHandler::__construct(FormInterface $form, RequestStack $requestStack, ObjectManager $manager)[?]
  • The AccountController::cgetAction()[?] method was changed to AccountController::cgetAction(Request $request)[?]
  • The AccountHandler::$request[?] property was removed.

AnalyticsBundle

  • The RFMCategorySettingsType::setDefaultOptions[?] method was removed.
  • The RFMCategoryType::setDefaultOptions[?] method was removed.
  • The ChannelTypeExtension::setDefaultOptions[?] method was removed.

CaseBundle

  • The CaseCommentApiType::setDefaultOptions[?] method was removed.

  • The CaseCommentType::setDefaultOptions[?] method was removed.

  • The CaseEntityApiType::setDefaultOptions[?] method was removed.

  • The CaseEntityType::setDefaultOptions[?] method was removed.

  • The CaseEntityHandler::__construct(FormInterface $form, Request $request, ObjectManager $manager, EventDispatcherInterface $dispatcher)[?] method was changed to CaseEntityHandler::__construct(FormInterface $form, RequestStack $requestStack, ObjectManager $manager, EventDispatcherInterface $dispatcher)[?]

  • The following methods in class CommentController[?] were changed:

    • commentsListAction(CaseEntity $case)[?]
    • commentsListAction(Request $request, CaseEntity $case)[?]
    • cgetAction(CaseEntity $case)[?]
    • cgetAction(Request $request, CaseEntity $case)[?]
  • The CaseController::cgetAction()[?] method was changed to CaseController::cgetAction(Request $request)[?]

ChannelBundle

  • The RequestChannelProvider::__construct(Request $request, RegistryInterface $registry)[?] method was changed to RequestChannelProvider::__construct(RequestStack $requestStack, RegistryInterface $registry)[?]

  • The following methods in class StateProvider[?] were changed:

    • __construct(SettingsProvider $settingsProvider, Cache $cache, RegistryInterface $registry, TokenAccessorInterface $tokenAccessor, AclHelper $aclHelper)[?]
    • __construct(SettingsProvider $settingsProvider, Cache $cache, RegistryInterface $registry, TokenAccessorInterface $tokenAccessor)[?]
    • persistToCache()[?]
    • persistToCache($enabledEntities)[?]
  • The ChannelHandler::__construct(Request $request, FormInterface $form, RegistryInterface $registry, EventDispatcherInterface $dispatcher)[?] method was changed to ChannelHandler::__construct(RequestStack $requestStack, FormInterface $form, RegistryInterface $registry, EventDispatcherInterface $dispatcher)[?]

  • The ChannelIntegrationHandler::__construct(Request $request, FormFactoryInterface $factory)[?] method was changed to ChannelIntegrationHandler::__construct(RequestStack $requestStack, FormFactoryInterface $factory)[?]

  • The DashboardController::averageLifetimeSalesAction($widget)[?] method was changed to DashboardController::averageLifetimeSalesAction(Request $request, $widget)[?]

  • The ChannelController::cgetAction()[?] method was changed to ChannelController::cgetAction(Request $request)[?]

  • The CustomerSearchController::cgetAction()[?] method was changed to CustomerSearchController::cgetAction(Request $request)[?]

  • The RecalculateLifetimeCommand::startProcess(InputInterface $input, OutputInterface $output, $max)[?] method was changed to RecalculateLifetimeCommand::startProcess(InputInterface $input, $max)[?]

  • The RequestChannelProvider::$request[?] property was removed.

  • The following properties in class StateProvider[?] were removed:

    • $enabledEntities[?]
    • $aclHelper[?]
  • The ChannelHandler::$request[?] property was removed.

  • The ChannelIntegrationHandler::$request[?] property was removed.

  • The EmbeddedFormListener::$request[?] property was removed.

  • The StateProvider::ensureLocalCacheWarmed[?] method was removed.

  • The ChannelDatasourceType::setDefaultOptions[?] method was removed.

  • The ChannelSelectType::setDefaultOptions[?] method was removed.

  • The ChannelType::setDefaultOptions[?] method was removed.

  • The CreateOrSelectInlineChannelAwareType::setDefaultOptions[?] method was removed.

  • The MultipleEntityChannelAwareType::setDefaultOptions[?] method was removed.

  • The IntegrationTypeExtension::setDefaultOptions[?] method was removed.

  • The SingleChannelModeExtension::setDefaultOptions[?] method was removed.

  • The ChannelTypeSubscriber::getFirstChannelType[?] method was removed.

  • The EmbeddedFormListener::setRequest[?] method was removed.

ContactBundle

  • The ContactApiType::setDefaultOptions[?] method was removed.

  • The ContactEmailType::setDefaultOptions[?] method was removed.

  • The ContactPhoneType::setDefaultOptions[?] method was removed.

  • The ContactSelectType::setDefaultOptions[?] method was removed.

  • The ContactType::setDefaultOptions[?] method was removed.

  • The GroupApiType::setDefaultOptions[?] method was removed.

  • The GroupType::setDefaultOptions[?] method was removed.

  • The ContactEmailHandler::__construct(FormInterface $form, Request $request, EntityManagerInterface $manager, ContactEmailDeleteValidator $contactEmailDeleteValidator, AuthorizationCheckerInterface $authorizationChecker)[?] method was changed to ContactEmailHandler::__construct(FormInterface $form, RequestStack $requestStack, EntityManagerInterface $manager, ContactEmailDeleteValidator $contactEmailDeleteValidator, AuthorizationCheckerInterface $authorizationChecker)[?]

  • The ContactHandler::__construct(FormInterface $form, Request $request, EntityManagerInterface $manager)[?] method was changed to ContactHandler::__construct(FormInterface $form, RequestStack $requestStack, EntityManagerInterface $manager)[?]

  • The ContactPhoneHandler::__construct(FormInterface $form, Request $request, EntityManagerInterface $manager, ContactPhoneDeleteValidator $contactPhoneDeleteValidator, AuthorizationCheckerInterface $authorizationChecker)[?] method was changed to ContactPhoneHandler::__construct(FormInterface $form, RequestStack $requestStack, EntityManagerInterface $manager, ContactPhoneDeleteValidator $contactPhoneDeleteValidator, AuthorizationCheckerInterface $authorizationChecker)[?]

  • The GroupHandler::__construct(FormInterface $form, Request $request, ObjectManager $manager)[?] method was changed to GroupHandler::__construct(FormInterface $form, RequestStack $requestStack, ObjectManager $manager)[?]

  • The following methods in class ContactAddressController[?] were changed:

    • createAction(Contact $contact)[?]
    • createAction(Request $request, Contact $contact)[?]
    • update(Contact $contact, ContactAddress $address)[?]
    • update(Request $request, Contact $contact, ContactAddress $address)[?]
  • The following methods in class ContactController[?] were changed:

    • infoAction(Contact $contact)[?]
    • infoAction(Request $request, Contact $contact)[?]
    • cgetAction()[?]
    • cgetAction(Request $request)[?]
  • The following methods in class GroupController[?] were changed:

    • createAction()[?]
    • createAction(Request $request)[?]
    • update(Group $entity)[?]
    • update(Request $request, Group $entity)[?]
  • The ContactGroupController::cgetAction()[?] method was changed to ContactGroupController::cgetAction(Request $request)[?]

  • The ContactEmailHandler::$request[?] property was removed.

  • The ContactHandler::$request[?] property was removed.

  • The ContactPhoneHandler::$request[?] property was removed.

  • The GroupHandler::$request[?] property was removed.

ContactUsBundle

  • The ContactRequestType::setDefaultOptions[?] method was removed.
  • The ContactRequestHandler::__construct(FormInterface $form, Request $request, EntityManager $em)[?] method was changed to ContactRequestHandler::__construct(FormInterface $form, RequestStack $requestStack, EntityManager $em)[?]
  • The ContactRequestHandler::$request[?] property was removed.

MagentoBundle

  • The following methods in class AccountProvider[?] were removed:
    • setContainer[?]
    • getAutomaticDiscovery[?]
  • The AbstractTransportSettingFormType::setDefaultOptions[?] method was removed.
  • The CartAddressApiType::setDefaultOptions[?] method was removed.
  • The CartApiType::setDefaultOptions[?] method was removed.
  • The CartItemCollectionType::setDefaultOptions[?] method was removed.
  • The CartItemsApiType::setDefaultOptions[?] method was removed.
  • The CartSelectType::setDefaultOptions[?] method was removed.
  • The CustomerAddressApiType::setDefaultOptions[?] method was removed.
  • The CustomerAddressType::setDefaultOptions[?] method was removed.
  • The CustomerApiType::setDefaultOptions[?] method was removed.
  • The CustomerChannelSelectType::setDefaultOptions[?] method was removed.
  • The CustomerGroupSelectType::setDefaultOptions[?] method was removed.
  • The CustomerSelectType::setDefaultOptions[?] method was removed.
  • The CustomerType::setDefaultOptions[?] method was removed.
  • The OrderAddressApiType::setDefaultOptions[?] method was removed.
  • The OrderApiType::setDefaultOptions[?] method was removed.
  • The OrderItemCollectionType::setDefaultOptions[?] method was removed.
  • The OrderItemType::setDefaultOptions[?] method was removed.
  • The OrderItemsApiType::setDefaultOptions[?] method was removed.
  • The OrderSelectType::setDefaultOptions[?] method was removed.
  • The StoreSelectType::setDefaultOptions[?] method was removed.
  • The TransportCheckButtonType::setDefaultOptions[?] method was removed.
  • The WebsiteSelectType::setDefaultOptions[?] method was removed.
  • The AccountProvider::__construct(NewEntitiesHelper $newEntitiesHelper)[?] method was changed to AccountProvider::__construct(NewEntitiesHelper $newEntitiesHelper, AutomaticDiscovery $automaticDiscovery, ManagerRegistry $registry)[?]
  • The TransportHandler::__construct(TypesRegistry $typesRegistry, TransportEntityProvider $transportEntityProvider, WebsiteChoicesProvider $websiteProvider, ConnectorChoicesProvider $choicesProvider, Request $request)[?] method was changed to TransportHandler::__construct(TypesRegistry $typesRegistry, TransportEntityProvider $transportEntityProvider, WebsiteChoicesProvider $websiteProvider, ConnectorChoicesProvider $choicesProvider, RequestStack $requestStack)[?]
  • The CustomerGroupSelectType::isReadOnly($options)[?] method was changed to CustomerGroupSelectType::isReadOnly()[?]
  • The CartAddressHandler::__construct(FormInterface $form, Request $request, RegistryInterface $registry, TokenAccessorInterface $security)[?] method was changed to CartAddressHandler::__construct(FormInterface $form, RequestStack $requestStack, RegistryInterface $registry, TokenAccessorInterface $security)[?]
  • The CartHandler::__construct(FormInterface $form, Request $request, RegistryInterface $registry, TokenAccessorInterface $security)[?] method was changed to CartHandler::__construct(FormInterface $form, RequestStack $requestStack, RegistryInterface $registry, TokenAccessorInterface $security)[?]
  • The CartItemHandler::__construct(FormInterface $form, Request $request, RegistryInterface $registry)[?] method was changed to CartItemHandler::__construct(FormInterface $form, RequestStack $requestStack, RegistryInterface $registry)[?]
  • The CustomerAddressApiHandler::__construct(FormInterface $form, Request $request, RegistryInterface $registry, TokenAccessorInterface $security)[?] method was changed to CustomerAddressApiHandler::__construct(FormInterface $form, RequestStack $requestStack, RegistryInterface $registry, TokenAccessorInterface $security)[?]
  • The CustomerApiHandler::__construct(FormInterface $form, Request $request, RegistryInterface $registry, TokenAccessorInterface $security, AccountCustomerManager $accountCustomerManager)[?] method was changed to CustomerApiHandler::__construct(FormInterface $form, RequestStack $requestStack, RegistryInterface $registry, TokenAccessorInterface $security, AccountCustomerManager $accountCustomerManager)[?]
  • The OrderAddressApiHandler::__construct(FormInterface $form, Request $request, ObjectManager $entityManager, TokenAccessorInterface $security)[?] method was changed to OrderAddressApiHandler::__construct(FormInterface $form, RequestStack $requestStack, ObjectManager $entityManager, TokenAccessorInterface $security)[?]
  • The OrderHandler::__construct(FormInterface $form, Request $request, RegistryInterface $registry, TokenAccessorInterface $security)[?] method was changed to OrderHandler::__construct(FormInterface $form, RequestStack $requestStack, RegistryInterface $registry, TokenAccessorInterface $security)[?]
  • The OrderItemHandler::__construct(FormInterface $form, Request $request, Registry $registry)[?] method was changed to OrderItemHandler::__construct(FormInterface $form, RequestStack $requestStack, Registry $registry)[?]
  • The EmailListToStringTransformer::__construct($availableDelimiters = [ ... ], $defaultDelimiter, $filterUniqueValues = true)[?] method was changed to EmailListToStringTransformer::__construct($availableDelimiters = [ ... ], $defaultDelimiter, $filterUniqueValues = true)[?]
  • The NewsletterSubscriberController::infoAction(NewsletterSubscriber $newsletterSubscriber)[?] method was changed to NewsletterSubscriberController::infoAction(Request $request, NewsletterSubscriber $newsletterSubscriber)[?]
  • The CartController::cgetAction()[?] method was changed to CartController::cgetAction(Request $request)[?]
  • The CustomerController::cgetAction()[?] method was changed to CustomerController::cgetAction(Request $request)[?]
  • The MagentoCustomerController::cgetAction()[?] method was changed to MagentoCustomerController::cgetAction(Request $request)[?]
  • The OrderController::cgetAction()[?] method was changed to OrderController::cgetAction(Request $request)[?]
  • The AccountProvider::$container[?] property was removed.
  • The TransportHandler::$request[?] property was removed.
  • The CartAddressHandler::$request[?] property was removed.
  • The CartHandler::$request[?] property was removed.
  • The CartItemHandler::$request[?] property was removed.
  • The CustomerAddressApiHandler::$request[?] property was removed.
  • The CustomerApiHandler::$request[?] property was removed.
  • The OrderHandler::$request[?] property was removed.
  • The OrderItemHandler::$request[?] property was removed.

SalesBundle

  • The B2bCustomerApiType::setDefaultOptions[?] method was removed.

  • The B2bCustomerEmailType::setDefaultOptions[?] method was removed.

  • The B2bCustomerPhoneType::setDefaultOptions[?] method was removed.

  • The B2bCustomerSelectType::setDefaultOptions[?] method was removed.

  • The LeadApiType::setDefaultOptions[?] method was removed.

  • The LeadEmailType::setDefaultOptions[?] method was removed.

  • The LeadPhoneType::setDefaultOptions[?] method was removed.

  • The LeadSelectType::setDefaultOptions[?] method was removed.

  • The LeadStatusSelectType::setDefaultOptions[?] method was removed.

  • The LeadType::setDefaultOptions[?] method was removed.

  • The OpportunityApiType::setDefaultOptions[?] method was removed.

  • The OpportunitySelectType::setDefaultOptions[?] method was removed.

  • The OpportunityType::setDefaultOptions[?] method was removed.

  • The SalesFunnelApiType::setDefaultOptions[?] method was removed.

  • The SalesFunnelType::setDefaultOptions[?] method was removed.

  • The LeadController::leadWithDataChannelGridAction[?] method was removed.

  • The OpportunityController::opportunityWithDataChannelGridAction[?] method was removed.

  • The CustomerAssociationListener::addFieldModificationDeniedFormError[?] method was removed.

  • The B2bCustomerEmailHandler::__construct(FormInterface $form, Request $request, EntityManagerInterface $manager, B2bCustomerEmailDeleteValidator $b2bCustomerEmailDeleteValidator, AuthorizationCheckerInterface $authorizationChecker)[?] method was changed to B2bCustomerEmailHandler::__construct(FormInterface $form, RequestStack $requestStack, EntityManagerInterface $manager, B2bCustomerEmailDeleteValidator $b2bCustomerEmailDeleteValidator, AuthorizationCheckerInterface $authorizationChecker)[?]

  • The B2bCustomerHandler::__construct(FormInterface $form, Request $request, ObjectManager $manager, RequestChannelProvider $requestChannelProvider)[?] method was changed to B2bCustomerHandler::__construct(FormInterface $form, RequestStack $requestStack, ObjectManager $manager, RequestChannelProvider $requestChannelProvider)[?]

  • The B2bCustomerPhoneHandler::__construct(FormInterface $form, Request $request, EntityManagerInterface $manager, B2bCustomerPhoneDeleteValidator $b2bCustomerPhoneDeleteValidator, AuthorizationCheckerInterface $authorizationChecker)[?] method was changed to B2bCustomerPhoneHandler::__construct(FormInterface $form, RequestStack $requestStack, EntityManagerInterface $manager, B2bCustomerPhoneDeleteValidator $b2bCustomerPhoneDeleteValidator, AuthorizationCheckerInterface $authorizationChecker)[?]

  • The LeadEmailHandler::__construct(FormFactory $form, Request $request, EntityManagerInterface $manager, AuthorizationCheckerInterface $authorizationChecker)[?] method was changed to LeadEmailHandler::__construct(FormFactory $form, RequestStack $requestStack, EntityManagerInterface $manager, AuthorizationCheckerInterface $authorizationChecker)[?]

  • The LeadHandler::__construct(FormInterface $form, Request $request, ObjectManager $manager, RequestChannelProvider $requestChannelProvider)[?] method was changed to LeadHandler::__construct(FormInterface $form, RequestStack $requestStack, ObjectManager $manager, RequestChannelProvider $requestChannelProvider)[?]

  • The LeadPhoneHandler::__construct(FormFactory $form, Request $request, EntityManagerInterface $manager, AuthorizationCheckerInterface $authorizationChecker)[?] method was changed to LeadPhoneHandler::__construct(FormFactory $form, RequestStack $requestStack, EntityManagerInterface $manager, AuthorizationCheckerInterface $authorizationChecker)[?]

  • The LeadToOpportunityHandler::__construct(FormInterface $form, Request $request, ObjectManager $manager, RequestChannelProvider $requestChannelProvider, LeadToOpportunityProviderInterface $leadToOpportunityProvider, LoggerInterface $logger)[?] method was changed to LeadToOpportunityHandler::__construct(FormInterface $form, RequestStack $requestStack, ObjectManager $manager, RequestChannelProvider $requestChannelProvider, LeadToOpportunityProviderInterface $leadToOpportunityProvider, LoggerInterface $logger)[?]

  • The OpportunityHandler::__construct(FormInterface $form, Request $request, ObjectManager $manager, RequestChannelProvider $requestChannelProvider, LoggerInterface $logger)[?] method was changed to OpportunityHandler::__construct(FormInterface $form, RequestStack $requestStack, ObjectManager $manager, RequestChannelProvider $requestChannelProvider, LoggerInterface $logger)[?]

  • The SalesFunnelHandler::__construct(FormInterface $form, Request $request, ObjectManager $manager)[?] method was changed to SalesFunnelHandler::__construct(FormInterface $form, RequestStack $requestStack, ObjectManager $manager)[?]

  • The OpportunityRepository::getForecastQB(CurrencyQueryBuilderTransformerInterface $qbTransformer, $alias, $excludedStatuses = [ ... ])[?] method was changed to OpportunityRepository::getForecastQB(CurrencyQueryBuilderTransformerInterface $qbTransformer, $alias, $excludedStatuses = [ ... ])[?]

  • The following methods in class LeadAddressController[?] were changed:

    • createAction(Lead $lead)[?]
    • createAction(Request $request, Lead $lead)[?]
    • update(Lead $lead, LeadAddress $address)[?]
    • update(Request $request, Lead $lead, LeadAddress $address)[?]
  • The DashboardController::opportunitiesByLeadSourceAction($widget)[?] method was changed to DashboardController::opportunitiesByLeadSourceAction(Request $request, $widget)[?]

  • The B2bCustomerController::cgetAction()[?] method was changed to B2bCustomerController::cgetAction(Request $request)[?]

  • The LeadController::cgetAction()[?] method was changed to LeadController::cgetAction(Request $request)[?]

  • The OpportunityController::cgetAction()[?] method was changed to OpportunityController::cgetAction(Request $request)[?]

  • The SalesFunnelController::cgetAction()[?] method was changed to SalesFunnelController::cgetAction(Request $request)[?]

  • The B2bCustomerEmailHandler::$request[?] property was removed.

  • The B2bCustomerHandler::$request[?] property was removed.

  • The B2bCustomerPhoneHandler::$request[?] property was removed.

  • The LeadEmailHandler::$request[?] property was removed.

  • The LeadHandler::$request[?] property was removed.

  • The LeadPhoneHandler::$request[?] property was removed.

  • The OpportunityHandler::$request[?] property was removed.

  • The SalesFunnelHandler::$request[?] property was removed.