Releases: picqer/exact-php-client
v2.1.0
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
Guzzle 6 release
v1.0.8
Merge pull request #17 from creacoon/master Added BankAccount endpoint & updated readme versioning example.
v1.0.7
v1.0.6
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
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
Added journals endpoint
v1.0.3
PSR-4 update
v1.0.2
Open sourced.
v1.0.1
Update composer.json