Skip to content

Releases: php-twinfield/twinfield

Release 3.1.0

01 Feb 09:12
bc5382e
Compare
Choose a tag to compare

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

26 Aug 11:04
v3.0.3
601657b
Compare
Choose a tag to compare

Transactions currency date #127
We need to use Due Date for our SalesTransaction #183
Allow meansofpayment to be set on suppliers #210
Allow meansofpayment to be set customers #212

Release 3.0.2

26 Apr 13:53
c6fc4dc
Compare
Choose a tag to compare

Release 3.0.1

25 Aug 06:55
99a9a8c
Compare
Choose a tag to compare
  • Adding ability to fetch VAT code details #198 (thanks @rojtjo)

Release 3.0.0

07 Jun 13:19
Compare
Choose a tag to compare
  • 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

07 Apr 09:03
41004ea
Compare
Choose a tag to compare

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

06 Mar 15:14
e2aca79
Compare
Choose a tag to compare
  • Fixes Article lines overwrite each other during mapping #165 (Thanks @willemo)

This release contains a bc breaking change:

  • The return value of Article::getLines() is no longer indexed by line ID.

Release 2.8.3

04 Mar 12:51
4b4b6da
Compare
Choose a tag to compare
  • Added LIKE browse column operator #171 (Thanks @axlon)
  • Allow dates from browse data to be null #173 (Thanks @axlon)

Release 2.8.2

14 Feb 08:55
9605ed8
Compare
Choose a tag to compare

Release 2.8.1

09 Feb 20:50
eb0cb0f
Compare
Choose a tag to compare
  • Optional date / time fields can now be parsed (will result in null instead of DateTimeImmutable)
  • Add the ability to set a different office for the BrowseData Endpoint (thanks @lenvanessen)
  • Test against PHP 7.4