Releases: mollie/oauth2-mollie-php
Releases · mollie/oauth2-mollie-php
Release 2.2.0
- Added an assertion on tokens without an
app_
prefix to prevent server errors. - Added a setter for the endpoint
Release v2.1.0
Added permissions for Orders, Shipments and Onboarding.
Thanks @ChristianVermeulen and @SanderVanLeeuwen !
v2.0.0
- Use the
v2
API for OAuth API calls. - Mollie PHP API client is now required, you can use v2 or v1 depending on your preference.
- Various testing improvements. PHP 5.6 is now the minimum supported PHP version.
v1.0.5
Add constants for missing OAuth scopes. Thanks @robinbohnen and @holtkamp.
v1.0.4
- Updated dependencies, supports now both versions 1.0 and 2.0 of
league/oauth-client
. - Improved documentation.
- This version adds CI via Travis.
v1.0.3
Added quick access constants for all available OAuth scopes.