Releases: sabre-io/vobject
Releases · sabre-io/vobject
Release 4.3.1 (#511)
4.3.1 (2020-07-13)
- #510: Fix an incomplete phpdoc type annotation (@mstilkerich)
- #505: Refactor unit test code for phpunit9 (@phil-davis)
- #500: Standardize CI (@phil-davis)
- #496: CI tooling changes (@JeroenVanOort)
Release 4.3.0 (#497)
4.3.0 (2020-01-31)
- Added support for PHP 7.4, dropped support for PHP 7.0 (@phil-davis)
- #487: Added phpstan coverage, updated testsuite for phpunit8 (@phil-davis, @JeroenVanOort)
- #495: refactored maps to use ::class notation (@JeroenVanOort)
4.2.2
4.2.1
4.2.1 (2019-12-18)
- #469, #451: fix compat with php 7.4
- #443: prevent running in indefinte loop
- #449: Preventing creating a component for a root document
- #450: Fix parse with option Forgiving with trailing equal
- #459: fixed typo in VCalendar which resulting in usage of the wrong TimeZone
- #462: Broker::parseEventForOrganizer copies DTSTAMP from $eventInfo that causes broken scheduling
4.2.0
4.2.0-alpha1
4.1.6
4.1.5
4.1.4
- #383: Fix possible infinite loop in RRuleIterator, when the RRule FREQ is YEARLY and it uses BYYEARDAY only (@mvdnes).
- #392: Improved significant change detection. This should reduce the number
of unneeded update emails in scheduling systems. (@alecpl). - #395: Removed
Canada/East-Saskatchewantimezone, as it got removed from
PHP as well. (@remicollet).