Releases: alma/alma-php-client
Releases · alma/alma-php-client
v1.0.0
01 Mar 14:37
Compare
Sorry, something went wrong.
No results found
Getting more serious with a 1.0.0 release! 🎉
Adds User-Agent with PHP and client version
Adds ability to add User-Agent "components" to the request
v0.0.7
14 Feb 16:32
Compare
Sorry, something went wrong.
No results found
v0.0.7
Eligibility check now returns 200 OK with {"eligible": false} for non-eligible purchases:
supports legacy 406 status code and the new version
New eligibility check's negative response includes constraints that should be met to be eligible
v0.0.6
21 Jan 16:06
Compare
Sorry, something went wrong.
No results found
Adds the possibility to flag a payment as potentially fraudulent
v0.0.5
03 Jan 14:41
Compare
Sorry, something went wrong.
No results found
v0.0.5
Adds Alma\API\Payment::STATE_PAID
v0.0.4
18 Dec 10:47
Compare
Sorry, something went wrong.
No results found
v0.0.4
Adds support for Sandbox API root
v0.0.3
17 Dec 01:43
Compare
Sorry, something went wrong.
No results found
Bug fixes:
Missing default Logger in Client instantiation - now using Psr\Log\NullLogger
Alma\Api\Entity\Payment attributes had been wrongly converted to camelCase
v0.0.2
07 Dec 17:35
Compare
Sorry, something went wrong.
No results found
Updates root namespace to Alma\API instead of just Alma
Adds PSR-4 autoload config to composer.json
Logger is now just an option to the Client creation
Uses PSR-3 logger spec
v0.0.1
07 Dec 16:38
Compare
Sorry, something went wrong.
No results found
Initial "pre-release" of PHP API client, API still moving things around a little bit