github markuspoerschke/iCal 0.12.0
Version 0.12.0

latest releases: 2.13.0, 0.18.0, 2.12.1...
6 years ago

IMPORTANT: Please note that this release contains breaking changes.

Fixed

  • Do not escape value of the GEO property #79

Added

  • Add support for \DateTimerInterface. This allows to use \DateTimeImmutable. #86
  • Add support for arbitrary time zone strings. #87,#89
  • Add new Geo property class #79

Changed

  • Drop support for old PHP versions: 5.3, 5.4, 5.6
  • Remove default value for X-PUBLISHED-TTL. This value controls the update interval if the ics file is synced.
    The former default value was set to one week. If you want the behavior from version < 0.12 you have to set the value:
    $vCalendar->setPublishedTTL('P1W'). #81

Removed

  • Remove class \Eluceo\iCal\Property\Event\Description #61
  • Remove class \Eluceo\iCal\Util\PropertyValueUtil #61

Don't miss a new iCal release

NewReleases is sending notifications on new releases.