Skip to content

Releases: picqer/exact-php-client

v2.5.0

18 Jan 14:09
Compare
Choose a tag to compare
Merge pull request #37 from marcelfw/master

Adds Symfony/Silex support and add Subscriptions

v2.4.0

31 Dec 12:29
Compare
Choose a tag to compare
Merge pull request #36 from blyleven/master

Add findWithSelect function

v2.3.0

25 Dec 11:54
Compare
Choose a tag to compare
Merge pull request #32 from robinvalk/patch-1

Added support for PrintedSalesInvoice

v2.2.0

14 Dec 12:03
Compare
Choose a tag to compare

Changeable base URL to support non-NL Exact Online endpoints

v2.1.3

09 Nov 09:42
Compare
Choose a tag to compare
Bugfix for 204 responses

v2.1.2

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

v1.0.9

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

v2.1.1

03 Nov 10:27
Compare
Choose a tag to compare
  • Updated example.php to include local expires_in saving
  • Bugfix for single collection returned from Exact, not being able to parse

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