Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 515 Bytes

CHANGELOG.md

File metadata and controls

33 lines (19 loc) · 515 Bytes

Changelog

All notable changes to vCardIO will be documented in this file.

1.1.1 - 2024-11-03

Export methods

On vCard object:

$vCard->export('./file/path.vcf');

On vCards collection:

$vCardCollection->export('./file/path.vcf', append:false);

Full Changelog: https://github.com/PierreLebedel/vCardIO/compare/1.1.0...1.1.1

[1.1.0] - 2024-10-30

Changed

  • Add vCard methods to get relevant data

[1.0.0] - 2024-10-29

Changed

  • Create project first release