Improvements:
- Probably a fix for UTF-8 in outlook 2010
Improvements:
- You can now set the charset by using $vcard->setCharset('ISO-8859-1');
Improvements:
- You can now add some properties multiple times: email, address, phone number and url
Improvements:
- addMedia updated to check if correct file type.
Improvements:
- Multiple mailaddresses allowed.
- Chaining integrated to add functions.
Improvements:
- getHeaders() is now separate function. So frameworks can use this.
- Fix for iOS 8 to return vcard without calendar wrapper.
Bugfixes:
- Fixes $include/$exclude, #27
- Fixes special characters by using external transliterator class.
Improvements:
- Images should per default be included in our vcard.
Bugfixes:
- Fix for the ->get() which didn't return anything.
Improvements:
- Add line folding, check #16
- Refactored some functions.
- PSR-2-code-styling applied.
- PHPCS applied.
Bugfixes:
- Fix fetching PHOTO elements.
Bugfixes:
- Updated the deprecated MIME detection, check #16
Improvements:
- PHPUnit Tests added
- Exception is now a separate class.
- Renamed the variables $firstName and $lastName
Bugfixes:
- Filename: Fixed double underscores when no "additional" field was given.
Bugfixes:
- Name: Double space when no "additional" field is given. Fixes #8