Skip to content

Releases: sprain/php-swiss-qr-bill

v4.8

08 Dec 08:26
19362fb
Compare
Choose a tag to compare
  • Added support for PHP 8.2 (#202)

v4.7

20 Nov 11:09
Compare
Choose a tag to compare
  • Added support to use FpdfOutput in environments with allow_url_fopen = 0 (#194)

Kudos!

  • Once again, big thanks to @kohlerdominik for taking the lead in this improvement!

v4.6

06 Oct 13:51
Compare
Choose a tag to compare

Kudos!

  • Thanks to @Sandritsch91 for providing the idea and implementation of this feature.

v4.5

06 Oct 13:20
95fb47d
Compare
Choose a tag to compare
  • Added stricter css rules to HtmlOutput to make sure qr bill designs are not overwritten by other styles within the document (#201)

Good to know

  • While this could be considered to be just a bugfix, a new minor version is released based on library policy because it is a visible change of the payment part for some invoice setups.

v4.4

03 Oct 20:10
a1a4910
Compare
Choose a tag to compare
  • Re-introduced output of country code for Liechtenstein on payment parts, as expected by the specifications (see #199)

Good to know

  • While this could be considered to be just a bugfix, a new minor version is released based on library policy because it is a visible change of the payment part for some invoice setups.

Kudos!

  • Thanks to @markus-ksg for noticing this issue and describing the needed fix.

v4.3

05 Sep 08:32
d12c885
Compare
Choose a tag to compare
  • Added functionality to handle long addresses on the receipt of the payment part by omitting some address lines when needed (#190)

Kudos!

v4.2

03 Sep 14:29
Compare
Choose a tag to compare

Good to know

  • While this could be considered to be just a bugfix, a new minor version is released based on library policy because it is a visible change of the payment part for some invoice setups.

Kudos!

  • Thanks to @auerswald for noticing this bug and providing the fix for it!

v4.1.1

16 Aug 15:10
Compare
Choose a tag to compare
  • Added fix to retain page break setting in TcPdfOutput (#179)
  • Fixed test setup (ecb81eb)

Kudos!

  • Thanks a lot to @groupnet for providing the TcPdf improvement!

v4.1

10 Jul 07:24
2004e31
Compare
Choose a tag to compare
  • Added QrCode::getAsString() (#176)
  • Added QrCode::getDataUri() (#176)
  • Deprecated QrCode::writeDataUri() in favor of new QrCode::getDataUri() (#176)

Kudos!

  • Thanks to @iquito for providing the idea and initial implementation of those improvements.

v4.0

15 Dec 12:32
3f19154
Compare
Choose a tag to compare

While there are BC breaks, no changes are required if the library was used as intended.

  • Added support for endroid/qr-code v4 (#151)
  • Dropped support for endroid/qr-code v3 (#151)
  • Sprain\SwissQrBill\QrCode\QrCode no longer extends Endroid\QrCode\QrCode (#151)

Kudos!

  • Thanks a lot to @dominikschnieper for your help in fixing a blocking issue for this release, and to @endroid for always being very flexible and quick when it comes to merging pull requests for bugfixes.