Releases: php-twinfield/twinfield
Releases · php-twinfield/twinfield
Release 2.0.0
A major milestone. Many new changes and improvements.
- PHP >= 7.1 compatibility only.
- Authentication via username/password and OpenId fully supported (via league/oauth2-client).
- Connection handling has been reworked to support all various Twinfield endpoints.
- New mappers and ApiConnectors for Bank Transfers, Electronic Bank Statements, Matching API, and Journal, Purchase and Sales Transactions
- Automatic batching, chunking, retrying and mapping of objects sent to Twinfield.
- All handling of monetary amounts uses moneyphp/money.
- Many improvements in testing and continuous integration.
- Various bugfixes and improvements.
Release 1.1.0
- Added support for customers
CollectMandate
(PR #10).
Release 1.0.0
This release is marking all the current code as stable. All users of this library are encouraged to update to this version.
Note that it is fully backwards compatible with how this library has been for the past year, except that support for PHP 5.4 and 5.6 is dropped.
From now on we will start working towards version 2.0. For more info, please check issue #2.