Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 8.58 KB

File metadata and controls

25 lines (22 loc) · 8.58 KB

CalendarBundle

  • The DateFormatExtension::formatCalendarDateRangeOrganization(DateTime $startDate = null, DateTime $endDate = null, $skipTime = false, $dateType = null, $timeType = null, $locale = null, $timeZone = null, OrganizationInterface $organization = null)[?] method was changed to DateFormatExtension::formatCalendarDateRangeOrganization($startDate = null, $endDate = null, $skipTime = false, $dateType = null, $timeType = null, $locale = null, $timeZone = null, $organization = null)[?]

  • The RecurrenceExtension::getRecurrenceTextValue(Recurrence $recurrence = null)[?] method was changed to RecurrenceExtension::getRecurrenceTextValue($recurrence = null)[?]

  • The CalendarDateTimeConfigProvider::getDateRange(DateTime $date = null)[?] method was changed to CalendarDateTimeConfigProvider::getDateRange($date = null)[?]

  • The CalendarPropertyProvider::getEnumDefaultValue($fieldName)[?] method was changed to CalendarPropertyProvider::getEnumDefaultValue($fieldName)[?]

  • The LoadAttendeeData::loadData(ObjectManager $manager, $enumCode, $data)[?] method was changed to LoadAttendeeData::loadData(ObjectManager $manager, $enumCode, $data)[?]

  • The AttendeeRelationManager::bindAttendees($attendees, Organization $organization = null)[?] method was changed to AttendeeRelationManager::bindAttendees($attendees, $organization = null)[?]

  • The UpdateAttendeeManager::getAttendeeType($id)[?] method was changed to UpdateAttendeeManager::getAttendeeType($internalId)[?]

  • The UpdateExceptionManager::isDateTimeValueEqual(DateTime $source = null, DateTime $target = null)[?] method was changed to UpdateExceptionManager::isDateTimeValueEqual($source = null, $target = null)[?]

  • The AttendeesToViewTransformer::__construct(EntityManager $entityManager, AttendeeManager $attendeeManager)[?] method was changed to AttendeesToViewTransformer::__construct(ManagerRegistry $doctrine, AttendeeManager $attendeeManager)[?]

  • The Attendee::setUser(User $user = null)[?] method was changed to Attendee::setUser($user = null)[?]

  • The Calendar::setOrganization(Organization $organization = null)[?] method was changed to Calendar::setOrganization($organization = null)[?]

  • The CalendarEvent::setCalendar(Calendar $calendar = null)[?] method was changed to CalendarEvent::setCalendar($calendar = null)[?]

  • The following methods in class Recurrence[?] were changed:

    • setDayOfWeek($dayOfWeek = null)[?]
    • setDayOfWeek($dayOfWeek = null)[?]
    • isDateTimeValueEqual(DateTime $source = null, DateTime $target = null)[?]
    • isDateTimeValueEqual($source = null, $target = null)[?]
  • The SystemCalendar::setOrganization(Organization $organization = null)[?] method was changed to SystemCalendar::setOrganization($organization = null)[?]

  • The AttendeeRepository::getEmailRecipients(Organization $organization = null, $query = null, $limit = null)[?] method was changed to AttendeeRepository::getEmailRecipients($organization = null, $query = null, $limit = null)[?]

  • The AttendeesToViewTransformer::$attendeeManager[?] property was removed.