Releases: picqer/bol-retailer-php-client
Releases · picqer/bol-retailer-php-client
V10.0.0
Initial release for Bol Retailer API v10
- Pushing invoices to the Bol.com API
What's Changed
- DRAFT: Support v10 API by @WoutervanderLoopNL in #31
- V10 by @robvanaarle in #32
New Contributors
- @WoutervanderLoopNL made their first contribution in #31
Full Changelog: v8.1.0...v10.0.0
v8.1.0
What's Changed
- Access tokens can be reused
authenticate()
is deprecated and replaced byauthenticateByClientCredentials()
- Support for code flow authentication
Full Changelog: v8.0.0...v8.1.0
v8.0.0
Initial release for Bol Retailer API v8
- The
RateLimitException
now holds the value of theRetry-After
header - Support again for PHP 7.1+
v6.0.0
v5.0.1
- Fix: Client does not accept lowercased scopes or token types during authentication
v4.0.1
v5.0.0
Initial release for Bol Retailer API v5
v4.0.0
Initial release:
- Bol Retailer API v4
- Total rewrite
- Client and Models generators based on the OpenAPI specs
v1.3.5
- Correct the use of jsonSerialize in models
v1.3.4
This release implements JsonSerializable
in the AbstractModel class, which allows you to json_encode
models.