Releases: picqer/exact-php-client
Releases · picqer/exact-php-client
v3.42.0
What's Changed
- Updating the API based on the latest online docs by @DannyvdSluijs in #580
- Update README.md to include examples for attributes() and download() by @PunchcardCoder in #578
- Catch resets in seconds being less than 0 to prevent exception by @Eligioo in #576
New Contributors
- @PunchcardCoder made their first contribution in #578
Full Changelog: 3.41.0...v3.42.0
v3.41.0
What's Changed
- Updating the API based on the latest online docs by @DannyvdSluijs in #568
- Provide return type attribute to handle php-8.1 exception by @pazion in #565
New Contributors
Full Changelog: v3.40.0...3.41.0
v3.40.0
What's Changed
- Updating the API based on the latest online docs by @DannyvdSluijs in #555
Full Changelog: v3.39.0...v3.40.0
v3.39.0
What's Changed
- Fixed parsing of messages after XML upload by @JeroenVanOort in #551
- Update: document generators by @jordyvanderhaegen in #545
- Update to the documentation d.d. 2022-03-09 by @DannyvdSluijs in #548
Full Changelog: v3.38.0...v3.39.0
v3.38.0
What's Changed
- Add support for generators by @jordyvanderhaegen in #539
New Contributors
- @jordyvanderhaegen made their first contribution in #539
Full Changelog: v3.37.0...v3.38.0
v3.37.0
What's Changed
- Fix division-parameter in upload-request by @lammensj in #542
- Correct system users division from url by @DannyvdSluijs in #540
- Update to the documentation d.d. 2022-02-03 by @DannyvdSluijs in #537
- Update SalesInvoiceLine.php by @PHP-GLOBE in #531
New Contributors
- @lammensj made their first contribution in #542
- @PHP-GLOBE made their first contribution in #531
Full Changelog: v3.36.0...v3.37.0
v3.36.0
Breaking changes
Some changes by PR #478 are reverted. This PR didn't account for endpoints that require > 1 query param in the URL when calling the Exact Online API.
If you use an endpoint that requires one query param of the {Edm.Guid}
this change will affect you. Please see #529 for details. The fix is to use the get()
function instead of the find()
or findWithSelect()
functions.
What's Changed
- Update-2022-01-27 by @DannyvdSluijs in #533
- Fix query string by @DannyvdSluijs in #529
Full Changelog: v3.35.0...v3.36.0
v3.35.0
What's Changed
- An update of the api models based on todays api documentation. by @DannyvdSluijs in #526
Full Changelog: v3.34.0...v3.35.0
v3.34.0
- More information in acquireAccessToken Exception #516 by @rklomp
- Applying psalm and phpstan suggestions #514 by @DannyvdSluijs
- removed redundant checkOrAcquireAccessToken() #524 by @MaartenWaegeman
- Feature/state parameter support #525 by @lexdewilligen
- 2021 11 25 Update from online docs #519 by @DannyvdSluijs
- Update SyncAccount.php #518 by @abrampl
v3.33.0
- Update sources base on online docs #511 by @DannyvdSluijs
- Add PlannedSalesReturn #513 by @joephoffland