Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 3.84 KB

incompatibilities-4-0.md

File metadata and controls

12 lines (10 loc) · 3.84 KB

CalendarBundle

  • The DateFormatExtension::__construct(ContainerInterface $container)[?] method was changed to DateFormatExtension::__construct(ContainerInterface $container)[?]
  • The RecurrenceExtension::__construct(ContainerInterface $container)[?] method was changed to RecurrenceExtension::__construct(ContainerInterface $container)[?]
  • The AbstractCalendarEventNormalizer::__construct(CalendarEventManager $calendarEventManager, AttendeeManager $attendeeManager, ReminderManager $reminderManager, AuthorizationCheckerInterface $authorizationChecker)[?] method was changed to AbstractCalendarEventNormalizer::__construct(CalendarEventManager $calendarEventManager, AttendeeManager $attendeeManager, ReminderManager $reminderManager, AuthorizationCheckerInterface $authorizationChecker, HtmlTagHelper $htmlTagHelper)[?]
  • The CalendarEntityNameProvider::__construct(TranslatorInterface $translator)[?] method was changed to CalendarEntityNameProvider::__construct(TranslatorInterface $translator)[?]
  • The AbstractStrategy::__construct(TranslatorInterface $translator, DateTimeFormatter $formatter, LocaleSettings $localeSettings)[?] method was changed to AbstractStrategy::__construct(TranslatorInterface $translator, DateTimeFormatterInterface $formatter, LocaleSettings $localeSettings)[?]
  • The CalendarChoiceType::__construct(CalendarEventManager $calendarEventManager, TranslatorInterface $translator)[?] method was changed to CalendarChoiceType::__construct(CalendarEventManager $calendarEventManager, TranslatorInterface $translator)[?]
  • The AjaxCalendarEventController::getAttendeeManager[?] method was removed.