Skip to content

Releases: picqer/bol-retailer-php-client

V10.0.0

01 Jun 13:38
32ce665
Compare
Choose a tag to compare

Initial release for Bol Retailer API v10

What's Changed

New Contributors

Full Changelog: v8.1.0...v10.0.0

v8.1.0

07 Apr 12:34
37305ab
Compare
Choose a tag to compare

What's Changed

#30

  • Access tokens can be reused
  • authenticate() is deprecated and replaced by authenticateByClientCredentials()
  • Support for code flow authentication

Full Changelog: v8.0.0...v8.1.0

v8.0.0

12 Oct 11:04
312de1e
Compare
Choose a tag to compare

Initial release for Bol Retailer API v8

  • The RateLimitException now holds the value of the Retry-After header
  • Support again for PHP 7.1+

v6.0.0

09 Sep 14:54
dbe6e63
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.1...v6.0.0

v5.0.1

09 Feb 13:55
308fb9e
Compare
Choose a tag to compare
  • Fix: Client does not accept lowercased scopes or token types during authentication

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.