Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 4.74 KB

incompatibilities-3-0-rc.md

File metadata and controls

29 lines (25 loc) · 4.74 KB

CustomerBundle

  • The FrontendCustomerUserHandler::__construct(FormInterface $form, Request $request, CustomerUserManager $userManager)[?] method was changed to FrontendCustomerUserHandler::__construct(EventDispatcherInterface $eventDispatcher, DoctrineHelper $doctrineHelper, RequestStack $requestStack, CustomerUserManager $userManager)[?]
  • The CustomerVisitor::setCustomerUser(CustomerUser $customerUser)[?] method was changed to CustomerVisitor::setCustomerUser(CustomerUser $customerUser = null)[?]
  • The following properties in class FrontendCustomerUserHandler[?] were removed:
  • The CustomerGroup::$customers[?] property was removed.
  • The following methods in class CustomerGroup[?] were removed:
    • addCustomer[?]
    • removeCustomer[?]
    • getCustomers[?]

FrontendBundle

  • The following classes were removed:
    • WebType[?]
    • ConfigurationTypeExtension[?]
  • The RuleEditorTextTypeTest::testGetName[?] method was removed.
  • The RuleEditorTextareaTypeTest::testGetName[?] method was removed.

WebsiteBundle

  • The WebsiteProviderInterface::getWebsiteChoices[?] interface method was added.