Releases: php-twinfield/twinfield
Releases · php-twinfield/twinfield
Release 3.1.0
What's Changed
- TransactionTypeApiConnector by @tychokamphuis-accommodatiehuur in #218
- Added psr/log version 2.0 || 3.0 to the composer.json by @barra85 in #219
New Contributors
- @tychokamphuis-accommodatiehuur made their first contribution in #218
- @barra85 made their first contribution in #219
Full Changelog: v3.0.3...v3.1.0
Release 3.0.3
Release 3.0.2
Release 3.0.1
Release 3.0.0
- Transactions will now return money objects in currency of the transaction instead of always using EUR.
- Support for PHP 7.1 and PHP 7.2 is dropped.
- Support for PHP 8 is made explicit and tested for.
Release 2.10.0
Various minor fixes and field additions:
- Default address was converted to the wrong type in
SuppliersDocument
- Support transaction line match date.
- Add RaiseWarning field to InvoiceDocument
- Support cases where DueDate is not provided by Twinfield.
Thanks all contributors @axlon @petervdbroek @rojtjo
Release 2.9.0
Release 2.8.3
Release 2.8.2
- Transaction period can now be empty (#160) thanks @niektenhoopen.
Release 2.8.1
- Optional date / time fields can now be parsed (will result in
null
instead ofDateTimeImmutable
) - Add the ability to set a different office for the BrowseData Endpoint (thanks @lenvanessen)
- Test against PHP 7.4