Skip to content

Releases: bunq/sdk_php

1.10.1

15 May 09:40
Compare
Choose a tag to compare
Release 1.10.1

1.10.0

25 Mar 11:51
Compare
Choose a tag to compare
Release 1.10.0

1.2.2

21 Nov 19:03
Compare
Choose a tag to compare
Release 1.2.2

1.2.1

21 Nov 15:39
Compare
Choose a tag to compare
Release 1.2.1

1.1.0

05 Oct 13:54
Compare
Choose a tag to compare
Release 1.1.0

1.0.0

24 Jul 18:41
Compare
Choose a tag to compare

Change Log

Unreleased

Full Changelog

Fixed bugs:

  • Fix the CustomerStatementExport Listing #146

Closed issues:

  • add Oauth support #156
  • BunqContext class file duplicated #155
  • Update Sandbox API key procedure #153
  • Unexpected API rate limit error #152

Merged pull requests:

0.13.2 (2018-05-30)

Full Changelog

Implemented enhancements:

  • [php] Update examples in readme #140
  • Separation of concerns: InstallationUtil class is displaying error messages #133
  • It is not possible to refresh userContext data #122
  • Fix/Optimise test framework for CI. #120
  • Add more example scripts #98
  • PHP unit needs to be updated to version 6 #96
  • Auto save the session after automatic session reset has been executed  #94
  • Monetary account joint cannot be retrieved. #76
  • [DX] User::listing requires ugly logic to make it user-type agnostic #42
  • [DX] Static resource access is bad for mockability #41
  • Assert that variables are correct when creating an ApiContext with code. #35
  • Initial feedback on project (organization) #4
  • Fix supperflous fields error #118 #125 (OGKevin)
  • Refresh user context #122 #124 (OGKevin)
  • Optimise test framework auto topup #120 #123 (OGKevin)
  • Optimise test framework #120 #121 (OGKevin)

Fixed bugs:

  • Parameter default should be null and not a string. #137
  • Composer installation will generate warnings on case-insensitive systems #130
  • Can not construct a BunqMeTabEntry for use with BunqMeTab::create() #118
  • cURL error 60: SSL certificate problem: unable to get local issuer certificate #104
  • Monetary account joint cannot be retrieved. #76

Closed issues:

  • Add support for the undocumented user/%s/monetary-account/%s/customer-statement/%s/content call #147
  • MonetaryAccount listing succeeds on sandbox but fails on production #145
  • Error message: The request signature is invalid. #129
  • Error: apiContext has not been loaded. #128
  • README contains 'of' instead of 'or' #119
  • TabUsageSingle with uuid "X" not found. #106
  • Move to new sandbox #149

Merged pull requests:

0.13.2

30 May 09:07
Compare
Choose a tag to compare

Full Changelog

Patches

  • Merge pull request #150 from bunq/move-to-new-sandbox-bunq/sdk_php#149: 7ffd9f3

0.13.1

03 Apr 09:49
Compare
Choose a tag to compare

0.13.1

Full Changelog

Closed issues:

  • bunqContext should be renamed to BunqContext. #114

Merged pull requests:

0.13.0

03 Apr 09:48
Compare
Choose a tag to compare

0.13.0 (2018-03-20)

Full Changelog

Implemented enhancements:

  • Add zappr integration for better quality control  #91
  • Add more information to templates #89
  • Add response id to error messages from failed requests  #88

Fixed bugs:

  • openssl_pkey_get_details() expects parameter 1 to be resource, boolean given #102
  • Token request ideal is missing id attribute in response. #97
  • "HTTP Response Code: 400 The request signature is invalid." #87
  • Field ID is missing from MasterCardAction #81
  • TokenQrRequestIdeal returns the wrong type #80

Closed issues:

  • bunq update 7 #112
  • Document conditions for Payment.description #108
  • Simple way to create a iDeal request? #103
  • DraftPayment create fails with superfluous field-errors #101

Merged pull requests:

0.12.4

21 Dec 16:33
Compare
Choose a tag to compare

0.12.4 (2017-12-21)

Full Changelog

Implemented enhancements:

  • Introduce fromJson method.  #84
  • Make sure received signatures headers are correctly cased #75
  • Return base class from createFromJsonString #73
  • CHANGELOG.md is empty #71
  • Improve decoder to recognise child objects #68

Fixed bugs:

  • Fatal error in the interactive installer when no allowed IP is given #79
  • Fatal when using MonetaryAccountBank class #38

Merged pull requests: