- The following classes were removed:
- The
EmailNotificationSender::createEmailNotification
[?] method was removed. - The
EmailNotificationSender::addEmailNotification(EmailNotification $emailNotification)
[?] method was changed toEmailNotificationSender::addEmailNotification(TemplateEmailNotification $emailNotification)
[?] - The
CalendarManager::addProvider($alias, CalendarProviderInterface $provider)
[?] method was changed toCalendarManager::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 toUserCalendarHandler::__construct(EntityManager $em, AttachmentManager $attachmentManager, $className, AuthorizationCheckerInterface $authorizationChecker, TokenAccessorInterface $tokenAccessor, OwnerTreeProvider $treeProvider, EntityRoutingHelper $entityRoutingHelper, AclHelper $aclHelper, AclVoter $aclVoter = null)
[?]