sabre/vobject 3.3.4 release
We just released sabre/vobject 3.3.4.
This release adds:
- Converting
ANNIVERSARY
toX-ABDATE
andX-ANNIVERSARY
when converting between vCard 3.0 and 4.0. - Reference-timezone support to the recurrence iterator, free-busy generator,
and
DATE-TIME
andDATE
properties for dealing with all-day events and floating times.
Upgrade sabre/vobject by running:
composer update sabre/vobject
If this didn't upgrade you to 3.3.4, make sure that your composer.json file has a line that looks like this:
"sabre/vobject" : "~3.3.4"
Full changelog can be found on Github.