Releases: jeroendesloovere/vcard
Releases · jeroendesloovere/vcard
addRole() and addLogo() added
Merge pull request #58 from educach/master Support for adding logos
Iterator added to Parser
Changes:
- Add a unit test for non-existent files when using VCardParser::parseFromFile() (throws an exception)
- Add a new method getCards(), which gets all cards. This is to complement the getCardAtIndex() method (which is great, but not sufficient).
- Implement the Iterator interface to loop over parsed data. Let me detail this last one.
PR #67, thanks to @wadmiraal
Parser added
Merge pull request #65 from jeroendesloovere/pr/63 Pr/63
No need to do utf8_decode again
PR #62 from @sajjadrad : Remove decoding utf8 for outlook
Probably a fix for UTF-8 in outlook 2010
setCharset() and getCharset() added
1.2.1 setCharset / getCharset() added
You can now add some properties multiple times: email, address, phone number and url
Improvements:
- You can now add some properties multiple times: email, address, phone number and url
addMedia updated to check if correct file type
1.1.11 (2015-05-21)
Improvements:
- addMedia updated to check if correct file type.
Chaining + multiple mail addresses added
Improvements:
- Chaining integrated. PR #36 by @claudusd
- Multiple mail addresses integrated. PR #35 by @mgrundkoetter
iOS8 now supports the .vcf format
Improvements:
- getHeaders() is now separate function. So frameworks can use this. Thanks to @Lidbetter
- Fix for iOS 8 to return vcard without calendar wrapper. Thanks to @Lidbetter