Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Releases: mollie/reseller-api

Release 1.11.0

06 Feb 09:39
Compare
Choose a tag to compare
  • 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 onext-simplexml instead of ext-xml.

Release 1.10.4

01 Nov 08:33
7390eb7
Compare
Choose a tag to compare

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

24 Oct 09:14
14c5e31
Compare
Choose a tag to compare
  • 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

04 Sep 10:48
4caab76
Compare
Choose a tag to compare
Merge pull request #21 from mollie/UpdatingCert

Updating certfile

Release 1.10.1

01 Jun 09:53
Compare
Choose a tag to compare

Updated the cacert.pem

Release 1.10.0

30 Apr 09:22
8725af3
Compare
Choose a tag to compare
  • Added method for disconnecting accounts: disconnectAccount

Release 1.9.0

09 Feb 13:41
9fc949a
Compare
Choose a tag to compare
  • 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

02 Feb 14:19
Compare
Choose a tag to compare

Changes:

  • Added the following missing methods:
    • bankAccountsByPartnerId()
    • profilesByPartnerId()
    • accountEditByPartnerId()
    • profileCreateByPartnerId()

Fixes #3.

Release 1.7.1

09 Dec 09:02
Compare
Choose a tag to compare

Changes:

  • Updated the bundled CA file.

Release 1.7.0

04 Oct 10:10
Compare
Choose a tag to compare

Changes:

  • Update the module to adhere to latests Composer standards and best practices
  • Fix the build on travis, now works correctly again