Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 5.19 KB

incompatibilities-3-1-beta.md

File metadata and controls

20 lines (17 loc) · 5.19 KB

CustomerBundle

  • The DeprecatedRestApiRouteOptionsResolver[?] class was removed.
  • The UniqueCustomerUserNameAndEmailValidator::__construct(EntityRepository $customerUserRepository)[?] method was changed to UniqueCustomerUserNameAndEmailValidator::__construct(CustomerUserManager $customerUserManager)[?]
  • The Processor::sendWelcomeNotification(CustomerUser $customerUser, $password)[?] method was changed to Processor::sendWelcomeNotification(CustomerUser $customerUser)[?]
  • The FrontendCustomerUserRoleSelectType::__construct(TokenAccessorInterface $tokenAccessor, ManagerRegistry $registry, AclHelper $aclHelper)[?] method was changed to FrontendCustomerUserRoleSelectType::__construct(TokenAccessorInterface $tokenAccessor, ManagerRegistry $registry)[?]
  • The FrontendOwnerSelectType::__construct(AclHelper $aclHelper, ManagerRegistry $registry, ConfigProvider $configProvider)[?] method was changed to FrontendOwnerSelectType::__construct(ManagerRegistry $registry, ConfigProvider $configProvider)[?]
  • The FrontendCustomerUserRoleSelectType::$aclHelper[?] property was removed.
  • The FrontendOwnerSelectType::$aclHelper[?] property was removed.
  • The CustomerUserRoleDatagridListener::onBuildAfter[?] method was removed.
  • The CustomerUserManager::isSendPasswordInWelcomeEmail[?] method was removed.

FrontendBundle

  • The RestDocUrlGeneratorCompilerPass[?] class was removed.
  • The ValidateApiDocViewListener::__construct(array $views, array $frontendViews)[?] method was changed to ValidateApiDocViewListener::__construct(string $basePath, array $views, $defaultView, array $frontendViews, $frontendDefaultView)[?]