Releases: mollie/oauth2-mollie-php
Releases · mollie/oauth2-mollie-php
v2.8.3
Hotfix: further scoped down the League OAuth2 package dependency constraint
Full Changelog: v2.8.2...v2.8.3
v2.8.2
What's Changed
The latest League OAuth2 package version 2.8.0
release caused an unexpected breaking change. This release provides a temporary fix until the issue is resolved in the League OAuth2 package.
- Temporarily fixate League package version by @sandervanhooft in #35
Full Changelog: v2.8.1...v2.8.2
v2.8.1
What's Changed
- Adopted the new my.mollie.com authentication url by @sandervanhooft in #34
Full Changelog: v2.8.0...v2.8.1
Release v2.8.0
What's Changed
- Upgraded underlying dependencies by @Naoray
- removed
mollie/mollie-api-php
dependency - some internal refactoring
s. #32 for further details.
Full Changelog: v2.7.0...v2.8.0
Release v2.7.0
Release v2.6.0
What's Changed
- Added payment link scopes #28 by @erikkraijenoord in #29
New Contributors
- @erikkraijenoord made their first contribution in #29
Full Changelog: v2.5.0...v2.6.0
Release v2.5.0
What's Changed
- Bump php versions, upgrade test suite, add user agent strings by @sandervanhooft in #25
- Switch to GitHub Actions by @sandervanhooft in #26
Full Changelog: v2.4.0...v2.5.0
Release v2.4.0
Added additional getters to MollieResourceOwner
:
getEmail()
getRegistrationNumber()
getVatNumber()
Thanks @holtkamp !
Release v2.3.0
Added support for revoking access and refresh tokens. Co-authored by @ciungulete - thanks!
Mollie endpoints setters
Merge pull request #19 from mollie/feature/set-endpoints Endpoints setters