Skip to content

Releases: sprain/php-swiss-qr-bill

v2.10

19 Jun 14:33
418dbd6
Compare
Choose a tag to compare
  • 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

18 Jun 12:07
Compare
Choose a tag to compare
  • Added padding on the right side of payment part in HtmlOutput (b0a04c0)

v2.9

14 Jun 16:23
21c3eda
Compare
Choose a tag to compare
  • Handle 0.00 as valid amount (#48)
  • Added translation key doNotUseForPayment (#48)

v2.8.1

10 Jun 07:27
Compare
Choose a tag to compare
  • Minor improvements for missing type hints and code styling (#43)

v2.8

28 Apr 13:35
bc93e74
Compare
Choose a tag to compare
  • Added $paymentPart->setQrCodeImageFormat() functionality (#40)

v2.7.2

25 Apr 14:07
54a1b9f
Compare
Choose a tag to compare
  • Added some CSS improvements in HtmlOutput (#41)

v2.7.1

21 Apr 13:15
302af43
Compare
Choose a tag to compare
  • Handle all validation of SCOR reference numbers in the corresponding 3rd-party library (#39)

v2.7

21 Apr 07:32
40640b8
Compare
Choose a tag to compare
  • Added support for a wider range of customer identification numbers in QrPaymentReferenceGenerator (#37)
  • Fixed invalid characters in translations (#38)

v2.6

20 Apr 13:18
aedbe70
Compare
Choose a tag to compare
  • Added support for Symfony 5.0 dependencies (#35)

v2.5

20 Apr 09:11
Compare
Choose a tag to compare
  • Added support for PHP 7.4 (#33)