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