Releases: sprain/php-swiss-qr-bill
Releases · sprain/php-swiss-qr-bill
v2.14
v2.13
- Added
FpdfOutput
, so you can now use the popular Fpdf library to create qr bills (#59, #63) - Some minor refactorings and test improvements
Good to know:
- Bugfix/minor change of behaviour: The separator lines from
TcPdfOutput
are now solid and no longer dashed. This is to be consistent with the examples provided in the official style guide. (#64)
Kudos!
- Thanks a lot to @Franco2911 who initiated the idea and provided a lot of work for
FpdfOutput
!
v2.12.1
v2.12
v2.11
v2.10
- Fixed an issue with the swiss cross not appearing when the qr code was placed in a pdf (#52)
- Replaced the swiss cross icon with an optimized png with much smaller file size (c001b34)
Good to know:
- Minor BC break: The constant
QrBill::SWISS_CROSS_LOGO_FILE
is no longer publicly accessible. It was never supposed to be. - PHP version bump: PHP 7.2 is now required.
Kudos!
- Many thanks to @sdespont who provided much help for this release!