Skip to content

Releases: picqer/bol-retailer-php-client

v1.1.0

22 Apr 09:08
22efffa
Compare
Choose a tag to compare

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
dd76df2
Compare
Choose a tag to compare

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
34566db
Compare
Choose a tag to compare

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
5935aed
Compare
Choose a tag to compare

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
Choose a tag to compare
Initial commit