Releases: fruitl00p/php-mt940
Various updates
After merging some pull requests* i've now officially dropped the PHP5 support from composer and Travis. This allows for upgrading the code itself to use the modern standard!
Various updates
I've merged a few PRs and added the experimental SNS engine. This also is a prework for the Transaction\Type but that isn't fleshed out yet...
Pricing fix
A minor update to prevent the transaction price
incorrectly being parsed from the field
ABN fix
It's been another while
I've merged serveral KNAB related changes into this release. Feel free to try it out!
its been a while
A rather large update with various fixes:
- PSR-2 (sort of)
- added Triodos stuff
- updates to the Rabo parsing of structured Mt940
- deprecated the Statement::setTimestamp in favor of
setStartTimestamp
andsetEndTimestamp
respectively. It still works, but gives deprecation notices.
Feel free to fork and PR away :)
Making a statement
This new release includes various bugfixes and updates the statemtent to include new methods for fetchting the start / end timestamps for the statement. This might differ from the actual transactions inside the statement... (the latter covering a longer period)
Thanks for the contributors!
1.0.1
This is a minor bugfix release:
- SPK now works with some other german banks that differ in their implementation of ISO country codes (#17, thanks to @sven-codeculture )
- fixed a bug in the negative starting balance... This is now supported! (#18, thanks to @tswestendorp )
Guess thats it. Happy parsing...
(and yes, there will be a csv in the future... sometime ;)
First stable
Lets keep it like this for the time being.
Dropped php versions 5.3 and 5.4. These are unsupported and you should really consider upgrading. (not only for security, but also for speed!!)
Sparring with Triodos
Thus so it became to be that a new version is released :) Sparkasse and Triodos both have fixes. All seem well and thanks to the contributor, @sven-codeculture , in this release for participating in this project!