Skip to content

Releases: picqer/exact-php-client

v1.0.9

09 Nov 07:27
Compare
Choose a tag to compare
Correct URL for SalesEntryLines fixes #20

v1.0.8

27 Oct 14:27
Compare
Choose a tag to compare
Merge pull request #17 from creacoon/master

Added BankAccount endpoint & updated readme versioning example.

v1.0.7

03 Oct 13:28
Compare
Choose a tag to compare
  • Added PurchaseEntries and PurchaseEntryLines
  • Fixed trailing slash
  • Fixed double division numbers in URL
  • Fixed bug with primary key

Thank you @it-can

v1.0.6

12 Aug 14:01
Compare
Choose a tag to compare

New entities, more properties and a bugfix for filters.

Note: Using $entity->filter() was bugged when returning multiple results. This call now always returns a collection of items, which may have 0, 1 or multiple items. This way you can be sure of a consistent result (array).

v1.0.5

22 Jul 07:55
Compare
Choose a tag to compare

Added support for more Account fields.
Added support for Contacts.
Added support for GLAccounts.
Added support for PaymentConditions.
Added support for SalesEntry's (sales bookings in the old system)
Thanks @sebastianberm

Added example code and updated readme

v1.0.4

16 Jun 09:56
Compare
Choose a tag to compare

Added journals endpoint

v1.0.3

24 Apr 08:45
Compare
Choose a tag to compare

PSR-4 update

v1.0.2

24 Apr 08:39
Compare
Choose a tag to compare

Open sourced.

v1.0.1

04 Mar 13:58
Compare
Choose a tag to compare
Update composer.json