Skip to content

Latest commit

 

History

History
64 lines (55 loc) · 16 KB

incompatibilities-4-1-rc.md

File metadata and controls

64 lines (55 loc) · 16 KB

AccountBundle

  • The AccountController::getAction($id)[?] method was changed to AccountController::getAction(int $id)[?]

CaseBundle

  • The CaseController::getAction($id)[?] method was changed to CaseController::getAction(int $id)[?]
  • The CommentController::getAction($id)[?] method was changed to CommentController::getAction(int $id)[?]

ChannelBundle

  • The ChannelController::deleteAction($id)[?] method was changed to ChannelController::deleteAction(int $id)[?]

ContactBundle

  • The ContactAddressController::getAction($contactId, $addressId)[?] method was changed to ContactAddressController::getAction(int $contactId, int $addressId)[?]
  • The ContactController::getAction($id)[?] method was changed to ContactController::getAction(int $id)[?]
  • The ContactEmailController::deleteAction($id)[?] method was changed to ContactEmailController::deleteAction(int $id)[?]
  • The ContactGroupController::getAction($id)[?] method was changed to ContactGroupController::getAction(int $id)[?]
  • The ContactPhoneController::getPrimaryAction($contactId)[?] method was changed to ContactPhoneController::getPrimaryAction(int $contactId)[?]

ContactUsBundle

  • The ContactRequestController::getAction($id)[?] method was changed to ContactRequestController::getAction(int $id)[?]

MagentoBundle

  • The MagentoCustomerController[?] class was removed.
  • The CartAddressController::postShippingAction($cartId)[?] method was changed to CartAddressController::postShippingAction(int $cartId)[?]
  • The CartController::getAction($id)[?] method was changed to CartController::getAction(int $id)[?]
  • The CartItemController::postAction($cartId)[?] method was changed to CartItemController::postAction(int $cartId)[?]
  • The CustomerAddressController::cgetAction($customerId)[?] method was changed to CustomerAddressController::cgetAction(int $customerId)[?]
  • The CustomerController::getAction($id)[?] method was changed to CustomerController::getAction(int $id)[?]
  • The OrderAddressController::cgetAction($orderId)[?] method was changed to OrderAddressController::cgetAction(int $orderId)[?]
  • The OrderController::getAction($id)[?] method was changed to OrderController::getAction(int $id)[?]
  • The OrderItemController::postAction($orderId)[?] method was changed to OrderItemController::postAction(int $orderId)[?]

MarketingCRM

  • The TrackingCustomerIdentification::__construct(Registry $doctrine, ConfigProvider $extendConfigProvider, SettingsProvider $settingsProvider)[?] method was changed to TrackingCustomerIdentification::__construct(ManagerRegistry $registry, ConfigProvider $extendConfigProvider, SettingsProvider $settingsProvider)[?]
  • The TrackingCustomerIdentification::$em[?] property was removed.

SalesBundle

  • The B2bCustomerController::getAction($id)[?] method was changed to B2bCustomerController::getAction(int $id)[?]
  • The B2bCustomerEmailController::deleteAction($id)[?] method was changed to B2bCustomerEmailController::deleteAction(int $id)[?]
  • The B2bCustomerPhoneController::cgetAction($customerId)[?] method was changed to B2bCustomerPhoneController::cgetAction(int $customerId)[?]
  • The LeadAddressController::cgetAction($leadId)[?] method was changed to LeadAddressController::cgetAction(int $leadId)[?]
  • The LeadController::getAction($id)[?] method was changed to LeadController::getAction(int $id)[?]
  • The LeadEmailController::deleteAction($id)[?] method was changed to LeadEmailController::deleteAction(int $id)[?]
  • The LeadPhoneController::deleteAction($id)[?] method was changed to LeadPhoneController::deleteAction(int $id)[?]
  • The OpportunityController::getAction($id)[?] method was changed to OpportunityController::getAction(int $id)[?]
  • The SalesFunnelController::getAction($id)[?] method was changed to SalesFunnelController::getAction(int $id)[?]
  • The LeadController::getAddressAction[?] method was removed.