Skip to content

Releases: mollie/oauth2-mollie-php

Release 2.2.0

25 Oct 14:20
0aff391
Compare
Choose a tag to compare
  • Added an assertion on tokens without an app_ prefix to prevent server errors.
  • Added a setter for the endpoint

Release v2.1.0

25 Apr 12:20
0aff391
Compare
Choose a tag to compare

Added permissions for Orders, Shipments and Onboarding.

Thanks @ChristianVermeulen and @SanderVanLeeuwen !

v2.0.0

25 Jun 08:45
80c64ae
Compare
Choose a tag to compare
  • 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

20 Jun 07:25
656e098
Compare
Choose a tag to compare

Add constants for missing OAuth scopes. Thanks @robinbohnen and @holtkamp.

v1.0.4

15 Jun 12:17
Compare
Choose a tag to compare
  • 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

15 Jun 12:15
Compare
Choose a tag to compare

Added quick access constants for all available OAuth scopes.

v1.0.2

29 Mar 12:29
Compare
Choose a tag to compare

Small fix for errors without type or message.