Skip to content

Latest commit

 

History

History
28 lines (26 loc) · 7.58 KB

incompatibilities-5-1.md

File metadata and controls

28 lines (26 loc) · 7.58 KB

CalendarBundle

  • The following classes were removed:
    • CalendarEventEntityNameProvider[?]
    • ExtendAttendee[?]
    • ExtendCalendar[?]
    • ExtendCalendarEvent[?]
    • ExtendCalendarProperty[?]
    • ExtendSystemCalendar[?]
  • The CreateCalendarEventAction::getDescription[?] method was removed.
  • The following methods in class UserCalendarHandler[?] were removed:
  • The CreateCalendarEventAction::__construct(ContextAccessor $contextAccessor, Registry $registry)[?] method was changed to CreateCalendarEventAction::__construct(ContextAccessor $contextAccessor, ManagerRegistry $doctrine)[?]
  • The EventAttendeesValidator::__construct(ManagerRegistry $managerRegistry)[?] method was changed to EventAttendeesValidator::__construct(ManagerRegistry $doctrine)[?]
  • The UniqueUidValidator::__construct(ManagerRegistry $managerRegistry)[?] method was changed to UniqueUidValidator::__construct(ManagerRegistry $doctrine)[?]
  • The UpdateAttendeeData::updateStatus(EntityManager $em)[?] method was changed to UpdateAttendeeData::updateStatus(EntityManagerInterface $em)[?]
  • The CalendarEventEntityListener::prePersist(CalendarEvent $calendarEvent, LifecycleEventArgs $event)[?] method was changed to CalendarEventEntityListener::prePersist(CalendarEvent $calendarEvent, LifecycleEventArgs $event)[?]
  • The EntityListener::prePersist(LifecycleEventArgs $args)[?] method was changed to EntityListener::prePersist(LifecycleEventArgs $args)[?]
  • The UserCalendarHandler::__construct(EntityManager $em, PictureSourcesProviderInterface $pictureSourcesProvider, $className, AuthorizationCheckerInterface $authorizationChecker, TokenAccessorInterface $tokenAccessor, OwnerTreeProvider $treeProvider, EntityRoutingHelper $entityRoutingHelper, AclHelper $aclHelper, AclVoterInterface $aclVoter = null)[?] method was changed to UserCalendarHandler::__construct(ManagerRegistry $doctrine, PictureSourcesProviderInterface $pictureSourcesProvider, AuthorizationCheckerInterface $authorizationChecker, TokenAccessorInterface $tokenAccessor, EntityRoutingHelper $entityRoutingHelper, EntityNameResolver $entityNameResolver, AclHelper $aclHelper)[?]
  • The following properties in class CreateCalendarEventAction[?] were removed:
    • $calendarRepository[?]
    • $manager[?]
    • $requiredFields[?]
  • The AttendeeEmailRecipientsProvider::$registry[?] property was removed.