All notable changes to vCardIO
will be documented in this file.
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
- Add vCard methods to get relevant data
- Create project first release