Skip to content

Bugfix for booking date and making Monolog optional

Compare
Choose a tag to compare
@mschindler83 mschindler83 released this 01 Sep 09:07
· 147 commits to master since this release

Booking date fix in MT940 parsing

This release includes a fix for the MT940 booking date parsing.
:61:1608010802C[...]

The booking date (bold) is optional. So we have to handle this.

Monolog now optional

I don't want to force anyone to use Monolog for logging. So the monolog package is now optional.
fints-hbci-php just needs a PSR conform logger interface to work.