|
2 | 2 |
|
3 | 3 | ## [Unreleased](https://github.com/bunq/sdk_php/tree/HEAD) |
4 | 4 |
|
5 | | -[Full Changelog](https://github.com/bunq/sdk_php/compare/1.10.16...HEAD) |
| 5 | +[Full Changelog](https://github.com/bunq/sdk_php/compare/1.12.0...HEAD) |
| 6 | + |
| 7 | +**Closed issues:** |
| 8 | + |
| 9 | +- 123456 [\#180](https://github.com/bunq/sdk_php/issues/180) |
| 10 | + |
| 11 | +**Merged pull requests:** |
| 12 | + |
| 13 | +- Fix decoding of double-wrapped objects. Updated OAuth endpoints. [\#181](https://github.com/bunq/sdk_php/pull/181) ([NickvandeGroes](https://github.com/NickvandeGroes)) |
| 14 | + |
| 15 | +## [1.12.0](https://github.com/bunq/sdk_php/tree/1.12.0) (2019-09-10) |
| 16 | +[Full Changelog](https://github.com/bunq/sdk_php/compare/1.10.16...1.12.0) |
6 | 17 |
|
7 | 18 | **Closed issues:** |
8 | 19 |
|
|
145 | 156 | **Merged pull requests:** |
146 | 157 |
|
147 | 158 | - Removed userContext.php \(bunq/sdk\_php\#114\) [\#116](https://github.com/bunq/sdk_php/pull/116) ([OGKevin](https://github.com/OGKevin)) |
| 159 | +- Add response id to request error. \(bunq/sdk\_php\#88\) [\#93](https://github.com/bunq/sdk_php/pull/93) ([OGKevin](https://github.com/OGKevin)) |
148 | 160 | - Move to new sandbox bunq/sdk\_php\#149 [\#150](https://github.com/bunq/sdk_php/pull/150) ([OGKevin](https://github.com/OGKevin)) |
149 | 161 |
|
150 | 162 | ## [0.13.1](https://github.com/bunq/sdk_php/tree/0.13.1) (2018-03-21) |
|
191 | 203 | - Throw exception when private key generation fails. \(bunq/sdk\_php\#102\) [\#105](https://github.com/bunq/sdk_php/pull/105) ([OGKevin](https://github.com/OGKevin)) |
192 | 204 | - Added missing field id for TokenQrRequestIdeal. \(bunq/sdk\_php\#97\) [\#100](https://github.com/bunq/sdk_php/pull/100) ([OGKevin](https://github.com/OGKevin)) |
193 | 205 | - Regenerated code to add missing id field. \(bunq/sdk\_php\#81\) [\#95](https://github.com/bunq/sdk_php/pull/95) ([OGKevin](https://github.com/OGKevin)) |
194 | | -- Add response id to request error. \(bunq/sdk\_php\#88\) [\#93](https://github.com/bunq/sdk_php/pull/93) ([OGKevin](https://github.com/OGKevin)) |
195 | 206 | - Configure Zappr [\#92](https://github.com/bunq/sdk_php/pull/92) ([OGKevin](https://github.com/OGKevin)) |
196 | 207 | - Add more info to templates. \(bunq/sdk\_php\#89\) [\#90](https://github.com/bunq/sdk_php/pull/90) ([OGKevin](https://github.com/OGKevin)) |
197 | 208 | - Bunq update 7 [\#113](https://github.com/bunq/sdk_php/pull/113) ([OGKevin](https://github.com/OGKevin)) |
|
312 | 323 | - \#33 bunq response [\#34](https://github.com/bunq/sdk_php/pull/34) ([dnl-blkv](https://github.com/dnl-blkv)) |
313 | 324 | - \#5 Allow setting a proxy [\#27](https://github.com/bunq/sdk_php/pull/27) ([qurben](https://github.com/qurben)) |
314 | 325 | - Introduction of Grumphp [\#24](https://github.com/bunq/sdk_php/pull/24) ([cafferata](https://github.com/cafferata)) |
| 326 | +- Restructure project [\#12](https://github.com/bunq/sdk_php/pull/12) ([LauLaman](https://github.com/LauLaman)) |
315 | 327 |
|
316 | 328 | **Fixed bugs:** |
317 | 329 |
|
|
330 | 342 | - Changes the composer PHP requirement [\#19](https://github.com/bunq/sdk_php/pull/19) ([cafferata](https://github.com/cafferata)) |
331 | 343 | - Removed the default PHPStorm constructor header\(s\) [\#18](https://github.com/bunq/sdk_php/pull/18) ([cafferata](https://github.com/cafferata)) |
332 | 344 | - Add readme for tests. [\#16](https://github.com/bunq/sdk_php/pull/16) ([OGKevin](https://github.com/OGKevin)) |
333 | | -- Restructure project [\#12](https://github.com/bunq/sdk_php/pull/12) ([LauLaman](https://github.com/LauLaman)) |
334 | 345 | - Add PHP-CS and PHPStan dependencies and scripts to execute [\#3](https://github.com/bunq/sdk_php/pull/3) ([holtkamp](https://github.com/holtkamp)) |
335 | 346 | - Add first series of unit-tests [\#1](https://github.com/bunq/sdk_php/pull/1) ([OGKevin](https://github.com/OGKevin)) |
336 | 347 |
|
|
0 commit comments