Skip to content

Releases: jeroendesloovere/vcard

Fix phpunit tests

07 Sep 19:50
Compare
Choose a tag to compare
v1.7.4

Remove phpunit backup

v1.7.3

24 Nov 21:00
Compare
Choose a tag to compare
  • Add charset to addLabel()

Fix content-length

02 Mar 13:21
21a7341
Compare
Choose a tag to compare
Merge pull request #142 from nettum/contentlength-fix

Fix content-length header for vcards with multibyte encodings

Fix folding

04 Jul 09:45
6f4627d
Compare
Choose a tag to compare

Fixes:

  • Fix folding mentioned in #95

Add support for "allow_url_fopen" === false

03 Jul 12:16
89f203e
Compare
Choose a tag to compare

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: Merge pull request #122 from jeroendesloovere/Jean-Beru-feature/label…

12 Mar 15:15
2ff9bf7
Compare
Choose a tag to compare

Trying to fix packagist

16 Jan 14:48
Compare
Choose a tag to compare
  [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

27 Jun 12:24
Compare
Choose a tag to compare
1.5.1

VCard return message fixes #97

Fix for images

27 Jun 11:54
Compare
Choose a tag to compare

Changes

  • Fixes images
  • One VCardException instead of Exception and VCardMediaException

Merged improvements

14 Feb 09:38
Compare
Choose a tag to compare

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