Lines Matching refs:vCard

65 * #288: Only decode `CHARSET` if we're reading vCard 2.1. If it appears
79 * #274: When creating new vCards, the default vCard version is now 4.0.
108 * #41: Support the `ENCODING` parameter from vCard 2.1.
245 * #217: Initializing vCard `DATE` objects with a PHP DateTime object will now
276 * #204: Dealing a bit better with vCard date-time values that contained
290 * #173: vCard converter failed for `X-ABDATE` properties that had no
294 * #176: A missing `UID` is no longer an error, but a warning for the vCard
302 vice-versa when converting to/from vCard 4.
303 * #154: It's now possible to easily select all vCard properties belonging to
328 * #154: Correctly work around vCard parameters that have a value but no name.
393 consideration when converting between vCard 3 and 4.
429 iCalendar and vCard were added.
468 * Added: VCardConverter removed properties that are no longer supported in vCard
472 * Added: The vCard validator now also checks for a minimum number of components,
474 * Added: Some support for vCard 2.1 in the VCard converter, to upgrade to vCard
480 * Fixed: Compound properties such as ADR were not correctly split up in vCard
505 PHOTO and others. BINARY no longer exists in vCard 4.
519 * Fixed: Issue #52. vCard 2.1 parameters with no name may lose values if there's
551 * Fixed: vCard date-time parser supported extended-format dates as well.
553 * Fixed: Couldn't parse vCard 3 extended format dates and times.
562 * Added: helper method to parse vCard dates and times.
569 * Fixed: Support for vCard 2.1 nameless parameters.
595 * Fixed: Parser assumes vCard 2.1, if no version was supplied.
601 * Fixed: vCard URL properties were referencing a non-existant class.