wimverstuyf / php-coda-parser

PHP parser for Belgian CODA banking files
GNU Lesser General Public License v3.0
42 stars 25 forks source link

Read sequence numbers #17

Closed astalpaert closed 4 years ago

astalpaert commented 4 years ago

To be able to detect duplicate database entries, I need to check if a coda/transaction was already inserted (based on its sequence number). Since the sequence numbers were read/parsed, but not exposed to the transaction, I added these.

https://github.com/wimverstuyf/php-coda-parser/pull/16

astalpaert commented 4 years ago

Is it possible to update the package version (also on Packagist)? it's still on v2.1.1 without the latest changes from last week. Thanks a lot!

wimverstuyf commented 4 years ago

A new release v2.2 has just been created.