Releases: sprain/php-swiss-qr-bill
Releases · sprain/php-swiss-qr-bill
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)
v2.6
- Added support for Symfony 5.0 dependencies (#35)
v2.5
- Added support for PHP 7.4 (#33)
v2.3
- Added support for outputting full payment parts (see #3)
v2.2
- Set error correction level
medium
as default, as defined in specs.
- Deprecated
QrBill::setErrorCorrectionLevel()
(see #21)
v2.1
- Added validation to enforce only valid combinations between
CreditorInformation
and PaymentReference
(see #15)