Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 7.25 KB

incompatibilities-5-0.md

File metadata and controls

23 lines (21 loc) · 7.25 KB

CalendarBundle

  • The following classes were removed:
    • RecurrenceValidator[?]
    • RecurringCalendarEventExceptionValidator[?]
    • RecurringCalendarEventExceptionConstraint[?]
  • The Recurrence::validatedBy[?] method was removed.
  • The DateFormatExtension::getName[?] method was removed.
  • The RecurrenceExtension::getName[?] method was removed.
  • The CalendarEventAttendeesListener::setEnabled[?] method was removed.
  • The TwigSandboxConfigurationPass::process[?] method was removed.
  • The AbstractStrategy::getFullRecurrencePattern(Recurrence $recurrence, $translationId, $translationParameters)[?] method was changed to AbstractStrategy::getFullRecurrencePattern(Recurrence $recurrence, $translationId, $translationParameters)[?]
  • The UpdateManager::__construct(UpdateAttendeeManager $updateAttendeeManager, UpdateChildManager $updateChildManager, UpdateExceptionManager $updateExceptionManager, MatchingEventsManager $matchingEventsManager)[?] method was changed to UpdateManager::__construct(UpdateAttendeeManager $updateAttendeeManager, UpdateChildManager $updateChildManager, UpdateExceptionManager $updateExceptionManager, MatchingEventsManager $matchingEventsManager, FeatureChecker $featureChecker)[?]
  • The AbstractCalendarEventHandler::__construct(RequestStack $requestStack, ManagerRegistry $doctrine, TokenAccessorInterface $tokenAccessor, ActivityManager $activityManager, CalendarEventManager $calendarEventManager, NotificationManager $notificationManager)[?] method was changed to AbstractCalendarEventHandler::__construct(RequestStack $requestStack, ManagerRegistry $doctrine, TokenAccessorInterface $tokenAccessor, ActivityManager $activityManager, CalendarEventManager $calendarEventManager, NotificationManager $notificationManager, FeatureChecker $featureChecker)[?]
  • The CalendarEvent::setStart($start)[?] method was changed to CalendarEvent::setStart(DateTime $start = null)[?]
  • The Recurrence::setStartTime($startTime)[?] method was changed to Recurrence::setStartTime(DateTime $startTime = null)[?]
  • The CalendarEventGridHelper::__construct(Router $router)[?] method was changed to CalendarEventGridHelper::__construct(UrlGeneratorInterface $urlGenerator)[?]
  • The UserCalendarHandler::__construct(EntityManager $em, AttachmentManager $attachmentManager, $className, AuthorizationCheckerInterface $authorizationChecker, TokenAccessorInterface $tokenAccessor, OwnerTreeProvider $treeProvider, EntityRoutingHelper $entityRoutingHelper, AclHelper $aclHelper, AclVoterInterface $aclVoter = null)[?] method was changed to UserCalendarHandler::__construct(EntityManager $em, PictureSourcesProviderInterface $pictureSourcesProvider, $className, AuthorizationCheckerInterface $authorizationChecker, TokenAccessorInterface $tokenAccessor, OwnerTreeProvider $treeProvider, EntityRoutingHelper $entityRoutingHelper, AclHelper $aclHelper, AclVoterInterface $aclVoter = null)[?]
  • The CalendarEventAttendeesListener::$enabled[?] property was removed.
  • The CalendarEventGridHelper::$router[?] property was removed.