Skip to content

Releases: picqer/bol-retailer-php-client

v4.0.1

26 Jan 14:00
a658696
Compare
Choose a tag to compare
  • Fix: Client does not accept lowercased scopes or token types during authentication

v5.0.0

05 Nov 09:23
2774a9b
Compare
Choose a tag to compare

Initial release for Bol Retailer API v5

v4.0.0

22 Jul 14:18
95e2273
Compare
Choose a tag to compare

Initial release:

  • Bol Retailer API v4
  • Total rewrite
  • Client and Models generators based on the OpenAPI specs

v1.3.5

31 Aug 06:58
77a8843
Compare
Choose a tag to compare
  • Correct the use of jsonSerialize in models

v1.3.4

31 Aug 06:25
baec977
Compare
Choose a tag to compare

This release implements JsonSerializable in the AbstractModel class, which allows you to json_encode models.

v1.3.3

21 Aug 07:59
675f28c
Compare
Choose a tag to compare
  • Fixed AuthenticationException on invalid credentials #13
  • We now use the main branch naming instead of master

v1.3.2

07 Aug 07:10
c9e2b16
Compare
Choose a tag to compare

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

Changelog

  • Throw a better exception when getting 404/429 on retrieving order

v1.3.0

29 Jun 15:00
357c480
Compare
Choose a tag to compare

Changelog

  • Throw a better exception when an authentication error occurs (#9).

v1.2.0

17 Jun 09:14
ffed73e
Compare
Choose a tag to compare

Changelog

  • Add support for exporting offers (#3)
  • Add support for cancelling order items and improve returns (#8)