Skip to content

Releases: sprain/php-swiss-qr-bill

v2.17.1

01 Sep 19:34
4f3ad32
Compare
Choose a tag to compare
  • Fixed PSR-4 compatibility by adjusting a wrong namespace (#84)

Kudos!

  • Thanks to @Shkryob for this fix! One-liner contributions are important, too :)

v2.17

16 Aug 15:31
035ffef
Compare
Choose a tag to compare

This is a maintenance release with no changes in the actual behaviour of the library.

  • Updated to use PHPUnit 8 and 9 (#80)

Good to know:

  • Dependency version bump: The minium required version of symfony/validator is now 3.4.31

Kudos!

  • Thanks a lot to @Franco2911 who provided most of the work for this update!

v2.16

03 Aug 17:35
Compare
Choose a tag to compare
  • Added RfCreditorReferenceGenerator to create references for SCOR qr bills right within this library (#71).
    See example_scor.php for how to use it.

Kudos!

  • Thanks a lot to @kohlerdominik who provided the work for this generator and added several small code improvements along the way.

v2.15.1

20 Jul 19:41
bb9bee0
Compare
Choose a tag to compare
  • Removed redundant css styles from HtmlOutput (#75)

v2.15

14 Jul 07:57
147131e
Compare
Choose a tag to compare
  • Country codes for CH and FL are now hidden on payment parts (#69)
  • Fixed translations which are wrong in style guidelines (#70)

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.