Skip to content

Releases: sprain/php-swiss-qr-bill

v2.14

13 Jul 20:56
04f5edb
Compare
Choose a tag to compare
  • Drastically reduced file size of qr codes in png format (#67)

Good to know:

  • Minor change of behaviour: The actual image size in pixel is no longer fixed in png qr codes. Their size can result to be a bit larger than the default size of 543 px. See #67 for more details.

v2.13

08 Jul 21:54
Compare
Choose a tag to compare
  • 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

01 Jul 11:03
69f9324
Compare
Choose a tag to compare
  • TcPdfOutput: Fixed behaviour to make sure the cell height ratio of the original document is retained (#58)

v2.12

28 Jun 14:57
d0286d8
Compare
Choose a tag to compare
  • Changed linebreak to use LF only instead of CR+LF, resulting in smaller file sizes (#56)

v2.11

26 Jun 09:17
Compare
Choose a tag to compare
  • 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

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)