v4.2.3
Fixed
- Stream pointer was being moved to the end of the response body by the
writeDebug()
calls in the `Api.php classes. The pointer is no longer moved by the program, so that the user can manipulate the response body as expected. (#156)
Added
- You now can pass a custom token retrieval URL into the
Configuration
constructor using thelwaAuthUrl
key. Thanks @agan-bec!
Full Changelog: v4.2.2...v4.2.3