Skip to content

Latest commit

 

History

History
50 lines (41 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

50 lines (41 loc) · 1.02 KB

1.1.9 (2015-04-21)

Improvements:

  • getHeaders() is now separate function. So frameworks can use this.
  • Fix for iOS 8 to return vcard without calendar wrapper.

1.1.8 (2015-03-09)

Bugfixes:

  • Fixes $include/$exclude, #27
  • Fixes special characters by using external transliterator class.

1.1.7 (2015-03-05)

Improvements:

  • Images should per default be included in our vcard.

Bugfixes:

  • Fix for the ->get() which didn't return anything.

1.1.6 (2015-02-24)

Improvements:

  • Add line folding, check #16
  • Refactored some functions.
  • PSR-2-code-styling applied.
  • PHPCS applied.

Bugfixes:

  • Fix fetching PHOTO elements.

1.1.5 (2015-01-30)

Bugfixes:

  • Updated the deprecated MIME detection, check #16

1.1.4 (2015-01-22)

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.

1.1.3 (2015-01-22)

Bugfixes:

  • Name: Double space when no "additional" field is given. Fixes #8