| » Version | » Information |
|---|---|
| 1.31.0 | Download Release date: 2005-05-28 15:44 UTC Release state: stable Changelog: * fixed bug 4079 "lower case of Type-Definition" -- thanks to valeksa at gmail dot com for patch * unescape() now un-escapes colons per the RFC * fixed bug 4445 "vCard Parser fails when N field doesn't contain all fields" * fixed issues similar for bug 4445 in ADR and GEO fields * added eyeball-test files to the package |
| 1.30 | Download Release date: 2004-02-18 22:09 UTC Release state: stable Changelog: * Now deals with Mac OS X Address Book unicode by stripping all \x00 nulls from the source text (suggested simultaneously by Jose Luis Pellicer and Nick Lo) * Updated line-ending conversion method * Updated comments * Added a fileGetContents() method to support users who have PHP earlier than 4.3.0 * Updated fromFile() to use fileGetContents() method |
| 1.21 | Download Release date: 2003-07-03 00:18 UTC Release state: stable Changelog: Added "require_once 'PEAR.php';" just before the class definition. |
| 1.2 | Download Release date: 2003-04-08 20:05 UTC Release state: stable Changelog: Finished removing all text-based keys and replaced with integer keys only (e.g., in N components, the first part is now 0, not 'family'). Converted tabs to spaces to be PEAR compliant. |
| 1.1 | Download Release date: 2003-04-01 22:48 UTC Release state: stable Changelog: All returned values are now at equal "depth" in the returned array to match the upcoming Contact_Vcard_Build class; see new documentation at http://ciaweb.net/free/contact_vcard_parse for outline. Shortened array key names for N and ADR datatypes (e.g., "given_name" is now "given"). Line unfolding now only replaces the first leading whitespace character on folded lines, not all leading whitespace. |
| 1.0 | Download Release date: 2003-03-24 20:17 UTC Release state: stable Changelog: This is the first release. |