Skip to content

Releases: markuspoerschke/iCal

2.13.0

19 Dec 19:24
43fd599
Compare
Choose a tag to compare

Added

  • Support PHP 8.3 #576

Version 0.18.0

19 Dec 19:16
6343bbe
Compare
Choose a tag to compare
Support PHP 8.3 (#579)

2.12.1

26 Jun 08:36
1eca4d5
Compare
Choose a tag to compare

Fixed

  • Add value type DATE to DTSTART and DTEND #519

2.12.0

10 Apr 12:14
2d01cca
Compare
Choose a tag to compare
  • Update .gitattributes file to exclude unnecessary files when fetching package through Composer. #510

2.11.0

17 Jan 14:05
8f32bbb
Compare
Choose a tag to compare

Changed

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

2.10.0

17 Jan 10:30
f9710e1
Compare
Choose a tag to compare

Fixed

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

2.9.0

23 Dec 11:40
229f02a
Compare
Choose a tag to compare

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

22 Dec 12:30
471d9c4
Compare
Choose a tag to compare

Added

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

2.7.0

21 Jun 14:23
a10295c
Compare
Choose a tag to compare

Added

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

Version 0.17.0

18 Jun 16:44
Compare
Choose a tag to compare

Added

  • Support PHP 8.1

Changed

  • Use PHPUnit v9.5

Removed

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