Skip to content

Releases: picqer/exact-php-client

v2.1.0

02 Nov 11:16
Compare
Choose a tag to compare

Better Exception handling and display of error messages

Added API Exceptions to all calls (previously only GET calls) and if we receive a BadResponseException (4xx 5xx errors) we now correctly add the error from Exact to the message in the ApiException, so ApiException->getMessage() call will correctly display the error.

Ability to insert middlewares to the Guzzle Client

Allow insertion of middlewares for the Guzzle Client.
After creating the Connection object, use the insertMiddleWare method to add a middleware to the stack.

v2.0.0

27 Oct 14:49
Compare
Choose a tag to compare

Guzzle 6 release

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