Releases: bunq/sdk_php
Releases · bunq/sdk_php
1.10.1
1.10.0
1.2.2
1.2.1
1.1.0
1.0.0
Change Log
Unreleased
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)
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:
- Proper check for curl error zero. (#7) #148 (OGKevin)
- Fix joint co owner error #76 #144 (OGKevin)
- Regenerated code to add request fields to objects. (#118) #143 (OGKevin)
- Update readme to point to tinker. (#140) #142 (OGKevin)
- Regenerated code. (#118) #141 (OGKevin)
- Use null as default parameter value. (#137) #138 (OGKevin)
- Bunq-install should display error message and not installation util. (#133) #136 (Jorijn)
- Assert values are correct for api context #35 #135 (OGKevin)
- Replace examples with tinker #98 #132 (OGKevin)
- Auto update bunq context #94 #131 (OGKevin)
- Fix typo in README #117 (casperboone)
- Removed userContext.php (#114) #116 (OGKevin)
- Move to new sandbox #149 #150 (OGKevin)
0.13.2
0.13.1
0.13.0
0.13.0 (2018-03-20)
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:
- Regenerate code for release #111 (OGKevin)
- Removed unneeded doc block. (#80) #110 (OGKevin)
- Token qr request ideal returns the wrong type. (#80) #107 (OGKevin)
- Throw exception when private key generation fails. (#102) #105 (OGKevin)
- Added missing field id for TokenQrRequestIdeal. (#97) #100 (OGKevin)
- Regenerated code to add missing id field. (#81) #95 (OGKevin)
- Add response id to request error. (#88) #93 (OGKevin)
- Configure Zappr #92 (OGKevin)
- Add more info to templates. (#89) #90 (OGKevin)
- Bunq update 7 #113 (OGKevin)
0.12.4
0.12.4 (2017-12-21)
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:
- Feature/make sure headers are correctly cased #75 #85 (OGKevin)
- Feature/decode child object in parent object #68 #83 (OGKevin)
- Allow permitted IPs to be null in the interactive installer #78 (mbernson)
- Generated CHANGELOG.md 👏. (#71) #72 (OGKevin)
- Add specific php version to composer. (#38) #77 (OGKevin)
- Return static. (#73) #74 (OGKevin)