ICal Versions Save

iCal-creator for PHP

2.13.0

4 months ago

Added

  • Support PHP 8.3 #576

0.18.0

4 months ago

2.12.1

10 months ago

Fixed

  • Add value type DATE to DTSTART and DTEND #519

2.12.0

1 year ago
  • Update .gitattributes file to exclude unnecessary files when fetching package through Composer. #510

2.11.0

1 year ago

Changed

  • Declare CalendarFactory::getProperties protected i/o private to open it for extension #386

2.10.0

1 year ago

Fixed

  • Fix formatting date time property with UTC time zone #482

2.9.0

1 year ago

Changed

  • Add missing return types and missing template annotations #472
  • Added @implements IteratorAggregate<Event> to \Eluceo\iCal\Domain\Collection\Events
  • Added @implements IteratorAggregate<ContentLine> to \Eluceo\iCal\Presentation\Component
  • Added @return Traversable<ContentLine> to \Eluceo\iCal\Presentation\Component::getIterator
  • Fix EmailAddress value object: do not url encode email addresses #479

2.8.0

1 year ago

Added

  • Support chaining of Calendar.setPublishedTTL() #452
  • Support PHP 8.2 #470

2.7.0

1 year ago

Added

  • Support X-PUBLISHED-TTL property on calendars #413

0.17.0

1 year ago

Added

  • Support PHP 8.1

Changed

  • Use PHPUnit v9.5

Removed

  • Support for EOL PHP versions (7.1, 7.2, 7.3)