This repository has been archived by the owner on Jul 9, 2024. It is now read-only.
Releases: mollie/reseller-api
Releases · mollie/reseller-api
Release 1.11.0
- The
Mollie_Reseller::accountClaim()
method has been removed. Mollie will no longer be offering this functionality. You should use the OAuth flow. - Package is now tested with PHP 7.3 too.
- Package now correctly depends on
ext-simplexml
instead ofext-xml
.
Release 1.10.4
Fixes a bug that causes a not working Redirect URL in the Get Login Link method. Thanks to @thafreeman for fixing.
Release 1.10.3
- Support environments with
open_basedir
enabled. Thanks @firstred for reporting and contributing. - Add
getLoginLink
method. Note that this is not enabled by default. Thanks @thafreeman for reporting.
Release 1.10.2
Merge pull request #21 from mollie/UpdatingCert Updating certfile
Release 1.10.1
Updated the cacert.pem
Release 1.10.0
- Added method for disconnecting accounts:
disconnectAccount
Release 1.9.0
- Support for PHP 7.2 has been added, support for PHP < 5.6 has been dropped.
- The use of
create_function
, which is deprecated since PHP 7.2, has been replaced by a closure. - Due to the changes made, the
Mollie_API
class can no longer be serialized. - Code cleanup to make the codebase more in line with PSR-2 and PHP >= 5.6.
Release 1.8.0
Changes:
- Added the following missing methods:
bankAccountsByPartnerId()
profilesByPartnerId()
accountEditByPartnerId()
profileCreateByPartnerId()
Fixes #3.
Release 1.7.1
Changes:
- Updated the bundled CA file.
Release 1.7.0
Changes:
- Update the module to adhere to latests Composer standards and best practices
- Fix the build on travis, now works correctly again