Releases: picqer/bol-retailer-php-client
Releases · picqer/bol-retailer-php-client
v1.3.3
21 Aug 07:59
Compare
Sorry, something went wrong.
No results found
Fixed AuthenticationException on invalid credentials #13
We now use the main branch naming instead of master
v1.3.2
07 Aug 07:10
Compare
Sorry, something went wrong.
No results found
This release implements __isset in the AbstractModel class, which allows you to use the isset and empty functions on properties of models.
v1.3.1
24 Jul 10:03
Compare
Sorry, something went wrong.
No results found
Changelog
Throw a better exception when getting 404/429 on retrieving order
v1.3.0
29 Jun 15:00
Compare
Sorry, something went wrong.
No results found
Changelog
Throw a better exception when an authentication error occurs (#9 ).
v1.2.0
17 Jun 09:14
Compare
Sorry, something went wrong.
No results found
Changelog
Add support for exporting offers (#3 )
Add support for cancelling order items and improve returns (#8 )
v1.1.0
22 Apr 09:08
Compare
Sorry, something went wrong.
No results found
Changelog
Add support for handling rate limit response from the Bol.com Retailer API (#7 )
Add support for handling returns (#5 )
v1.0.3
20 Apr 09:39
Compare
Sorry, something went wrong.
No results found
New: Add support for configuring a user agent when making API calls:
<?php
Picqer \BolRetailer \Client::setUserAgent ('some-user-agent-string ' );
Remove a specific version requirement for the JSON extension
15 Jan 12:27
Compare
Sorry, something went wrong.
No results found
The Composer configuration used to require ext-json version ^1.5. This is not necessary, so the requirement has been changed to *.
v1.0.1
20 Sep 12:05
Compare
Sorry, something went wrong.
No results found
Fix a bug that occurred when shipments for a specific order were requested:
$ shipments = Shipment::all (1 , 'some-order-id ' );
This now works as expected.
v1.0.0
12 Aug 11:35
Compare
Sorry, something went wrong.
No results found