Lines Matching refs:vCard

8 * #486: Add PHONE-NUMBER value type (used for TEL in vCard 3.0)
25 * #441: Repairing BASE64 encoded vCard version 3
126 * #288: Only decode `CHARSET` if we're reading vCard 2.1. If it appears
140 * #274: When creating new vCards, the default vCard version is now 4.0.
169 * #41: Support the `ENCODING` parameter from vCard 2.1.
306 * #217: Initializing vCard `DATE` objects with a PHP DateTime object will now
337 * #204: Dealing a bit better with vCard date-time values that contained
351 * #173: vCard converter failed for `X-ABDATE` properties that had no
355 * #176: A missing `UID` is no longer an error, but a warning for the vCard
363 vice-versa when converting to/from vCard 4.
364 * #154: It's now possible to easily select all vCard properties belonging to
389 * #154: Correctly work around vCard parameters that have a value but no name.
454 consideration when converting between vCard 3 and 4.
490 iCalendar and vCard were added.
529 * Added: VCardConverter removed properties that are no longer supported in vCard
533 * Added: The vCard validator now also checks for a minimum number of components,
535 * Added: Some support for vCard 2.1 in the VCard converter, to upgrade to vCard
541 * Fixed: Compound properties such as ADR were not correctly split up in vCard
566 PHOTO and others. BINARY no longer exists in vCard 4.
580 * Fixed: Issue #52. vCard 2.1 parameters with no name may lose values if there's
612 * Fixed: vCard date-time parser supported extended-format dates as well.
614 * Fixed: Couldn't parse vCard 3 extended format dates and times.
623 * Added: helper method to parse vCard dates and times.
630 * Fixed: Support for vCard 2.1 nameless parameters.
656 * Fixed: Parser assumes vCard 2.1, if no version was supplied.
662 * Fixed: vCard URL properties were referencing a non-existant class.