Releases: sprain/php-swiss-qr-bill
Releases · sprain/php-swiss-qr-bill
v2.19
- Adjusted translations in French and Italian according to specifications (#105)
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 slip output.
Kudos!
- Thanks to @markcameron for this fix!
v2.18
- Positioning offsets of
TcPdfOutput
andFpdfOutput
now accept floats, for when you need to be very precise (#99) - Fixed a bug with duplicated positioning offsets of lines in
TcPdfOutput
(#99) - Internal improvements: Strict typing is now used in all files (#97)
- Removed external documentation platforms, it's all available from README now.
v2.17.4
v2.17.3
v2.17.2
v2.17.1
v2.17
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 now3.4.31
Kudos!
- Thanks a lot to @Franco2911 who provided most of the work for this update!
v2.16
- 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.