Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 2.77 KB

incompatibilities-3-1.md

File metadata and controls

12 lines (10 loc) · 2.77 KB

CalendarBundle

  • The following classes were removed:
    • EmailNotificationAdapter[?]
    • EmailNotification[?]
  • The EmailNotificationSender::createEmailNotification[?] method was removed.
  • The EmailNotificationSender::addEmailNotification(EmailNotification $emailNotification)[?] method was changed to EmailNotificationSender::addEmailNotification(TemplateEmailNotification $emailNotification)[?]
  • The CalendarManager::addProvider($alias, CalendarProviderInterface $provider)[?] method was changed to CalendarManager::addProvider($alias, CalendarProviderInterface $provider)[?]
  • The UserCalendarHandler::__construct(EntityManager $em, AttachmentManager $attachmentManager, $className, AuthorizationCheckerInterface $authorizationChecker, TokenAccessorInterface $tokenAccessor, OwnerTreeProvider $treeProvider, AclHelper $aclHelper, AclVoter $aclVoter = null)[?] method was changed to UserCalendarHandler::__construct(EntityManager $em, AttachmentManager $attachmentManager, $className, AuthorizationCheckerInterface $authorizationChecker, TokenAccessorInterface $tokenAccessor, OwnerTreeProvider $treeProvider, EntityRoutingHelper $entityRoutingHelper, AclHelper $aclHelper, AclVoter $aclVoter = null)[?]