Skip to content

Latest commit

 

History

History
44 lines (40 loc) · 9.71 KB

incompatibilities-4-1-beta.md

File metadata and controls

44 lines (40 loc) · 9.71 KB

ChannelBundle

  • The JobExecutionSubscriber::getIntegration[?] method was removed.

ContactBundle

  • The following classes were removed:
    • ContactEmailDeleteValidator[?]
    • ContactPhoneDeleteValidator[?]
  • The ContactEmailHandler::handleDelete[?] method was removed.
  • The ContactPhoneHandler::handleDelete[?] method was removed.
  • The ContactEmailController::getDeleteHandler[?] method was removed.
  • The ContactPhoneController::getDeleteHandler[?] method was removed.
  • The ContactEmailHandler::__construct(FormInterface $form, RequestStack $requestStack, EntityManagerInterface $manager, ContactEmailDeleteValidator $contactEmailDeleteValidator, AuthorizationCheckerInterface $authorizationChecker)[?] method was changed to ContactEmailHandler::__construct(FormInterface $form, RequestStack $requestStack, EntityManagerInterface $manager, AuthorizationCheckerInterface $authorizationChecker)[?]
  • The ContactPhoneHandler::__construct(FormInterface $form, RequestStack $requestStack, EntityManagerInterface $manager, ContactPhoneDeleteValidator $contactPhoneDeleteValidator, AuthorizationCheckerInterface $authorizationChecker)[?] method was changed to ContactPhoneHandler::__construct(FormInterface $form, RequestStack $requestStack, EntityManagerInterface $manager, AuthorizationCheckerInterface $authorizationChecker)[?]
  • The ContactEmailHandler::$contactEmailDeleteValidator[?] property was removed.
  • The ContactPhoneHandler::$contactPhoneDeleteValidator[?] property was removed.

MagentoBundle

  • The MagentoSyncProcessor::getIncrementalSyncedTo($syncedTo, $interval)[?] method was changed to MagentoSyncProcessor::getIncrementalSyncedTo(DateTime $syncedTo, DateInterval $interval)[?]

SalesBundle

  • The following classes were removed:
    • B2bCustomerEmailDeleteValidator[?]
    • B2bCustomerPhoneDeleteValidator[?]
  • The B2bCustomerEmailHandler::handleDelete[?] method was removed.
  • The B2bCustomerPhoneHandler::handleDelete[?] method was removed.
  • The LeadEmailHandler::handleDelete[?] method was removed.
  • The LeadPhoneHandler::handleDelete[?] method was removed.
  • The B2bCustomerEmailController::getDeleteHandler[?] method was removed.
  • The B2bCustomerPhoneController::getDeleteHandler[?] method was removed.
  • The LeadEmailController::getDeleteHandler[?] method was removed.
  • The LeadPhoneController::getDeleteHandler[?] method was removed.
  • The B2bCustomerEmailHandler::__construct(FormInterface $form, RequestStack $requestStack, EntityManagerInterface $manager, B2bCustomerEmailDeleteValidator $b2bCustomerEmailDeleteValidator, AuthorizationCheckerInterface $authorizationChecker)[?] method was changed to B2bCustomerEmailHandler::__construct(FormInterface $form, RequestStack $requestStack, EntityManagerInterface $manager, AuthorizationCheckerInterface $authorizationChecker)[?]
  • The B2bCustomerPhoneHandler::__construct(FormInterface $form, RequestStack $requestStack, EntityManagerInterface $manager, B2bCustomerPhoneDeleteValidator $b2bCustomerPhoneDeleteValidator, AuthorizationCheckerInterface $authorizationChecker)[?] method was changed to B2bCustomerPhoneHandler::__construct(FormInterface $form, RequestStack $requestStack, EntityManagerInterface $manager, AuthorizationCheckerInterface $authorizationChecker)[?]
  • The B2bCustomerEmailHandler::$b2bCustomerEmailDeleteValidator[?] property was removed.
  • The B2bCustomerPhoneHandler::$b2bCustomerPhoneDeleteValidator[?] property was removed.