All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Prevent application crash when API returns empty response, reported via issue #9.
- Handle missing
qrLabelData
field in web service response, reported via issue #6
- Support for PHP 8
- Support for PHP 7.1
- Rename method argument to align with web service field name.
- HTTPlug package is upgraded to version 2.
- PHP-HTTP packages are replaced by their PSR successors. SDK now requires a
psr/http-client-implementation
.
- PHP 7.0 is no longer supported.
- Initial release