Releases: jeroendesloovere/vcard
Releases · jeroendesloovere/vcard
Fix phpunit tests
v1.7.4 Remove phpunit backup
v1.7.3
- Add charset to addLabel()
Fix content-length
Merge pull request #142 from nettum/contentlength-fix Fix content-length header for vcards with multibyte encodings
Fix folding
Fixes:
- Fix folding mentioned in #95
Add support for "allow_url_fopen" === false
Add support for "allow_url_fopen" === false
If a hosting has an "allow_url_fopen" ini setting set to false
.
The image will now be downloaded using CURL instead of file_get_contents(xxx)
1.6
- Label field added
Trying to fix packagist
[Composer\Repository\RepositorySecurityException]
The contents of https://packagist.org/p/provider-latest%240cbfb40ab72a881d21b70f78286d39cd72e3b0eb8704
c13e79dc49624e549973.json do not match its signature. This should indicate a man-in-the-middle attack.
Try running composer again and report this if you think it is a mistake.
I'm releasing this new version in the hope that everything works again
Small PHPDoc update
1.5.1 VCard return message fixes #97
Fix for images
Changes
- Fixes images
- One
VCardException
instead ofException
andVCardMediaException
Merged improvements
Improvements:
- #85: fix for getting the correct content-length
- Implemented Category parsing [RFC6350], Section 6.7.1
- [ADD] Department to ORG property in company method
- Save Path for saving vcards on disk