Releases: sprain/php-swiss-qr-bill
Releases · sprain/php-swiss-qr-bill
v2.12
- Changed linebreak to use LF only instead of CR+LF, resulting in smaller file sizes (#56)
v2.11
- Added
TcPdfOutput
, so now you can create pdfs directly from this library (#53)
- Improved examples
Kudos!
- Thanks a lot to @sdespont who wrote the initial version of
TcPdfOutput
and agreed to have it merged into this library.
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!
v.2.9.1
- Added padding on the right side of payment part in
HtmlOutput
(b0a04c0)
v2.9
- Handle
0.00
as valid amount (#48)
- Added translation key
doNotUseForPayment
(#48)
v2.8.1
- Minor improvements for missing type hints and code styling (#43)
v2.8
- Added
$paymentPart->setQrCodeImageFormat()
functionality (#40)
v2.7.2
- Added some CSS improvements in
HtmlOutput
(#41)
v2.7.1
- Handle all validation of SCOR reference numbers in the corresponding 3rd-party library (#39)
v2.7
- Added support for a wider range of customer identification numbers in
QrPaymentReferenceGenerator
(#37)
- Fixed invalid characters in translations (#38)