Skip to content

Releases: markuspoerschke/iCal

2.15.0

15 Aug 18:19
1324190

Choose a tag to compare

Added

  • Support PHP 8.4

Removed

  • Support for PHP 7.4, 8.0, 8.1, 8.2

0.19.0

24 Nov 21:34
3419ace

Choose a tag to compare

Added

  • Support PHP 8.4

2.14.0

11 Jul 22:33
3123533

Choose a tag to compare

Fixed

  • Fix \n being escaped to \n, leading to no newlines in actual text #617

2.13.0

19 Dec 19:24
43fd599

Choose a tag to compare

Added

  • Support PHP 8.3 #576

Version 0.18.0

19 Dec 19:16
6343bbe

Choose a tag to compare

Support PHP 8.3 (#579)

2.12.1

26 Jun 08:36
1eca4d5

Choose a tag to compare

Fixed

  • Add value type DATE to DTSTART and DTEND #519

2.12.0

10 Apr 12:14
2d01cca

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

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

Choose a tag to compare

Fixed

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

2.9.0

23 Dec 11:40
229f02a

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