Releases: wepay/signer-php
Releases · wepay/signer-php
1.1.4
- URL encode the request params in generated query string parameters.
1.1.3
- GitHub has made some general service changes (e.g., adding signing support), so we have adapted the docs and Makefile appropriately.
- Cleaned-up and improved the code samples in the documentation.
- Explicitly removes the
client_secret
in case the customer accidentally provides it.
1.1.2
- Added more documentation.
- Connected automated unit testing.
- Added a deployment
Makefile
.
- Resolved an issue with how query string parameters are generated.
1.1.1
Updated the docs to add some information about how the package works. Also began GPG-signing releases.
1.1.0
This release updated its dependency on skyzyx/signer
, which includes support for attaching PSR-3 loggers.