Skip to content

Releases: alma/alma-php-client

v1.0.0

01 Mar 14:37

Choose a tag to compare

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

Choose a tag to compare

v0.0.7 Pre-release
Pre-release

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

Choose a tag to compare

v0.0.6 Pre-release
Pre-release
  • Adds the possibility to flag a payment as potentially fraudulent

v0.0.5

03 Jan 14:41

Choose a tag to compare

v0.0.5 Pre-release
Pre-release

v0.0.5

  • Adds Alma\API\Payment::STATE_PAID

v0.0.4

18 Dec 10:47

Choose a tag to compare

v0.0.4 Pre-release
Pre-release

v0.0.4

  • Adds support for Sandbox API root

v0.0.3

17 Dec 01:43

Choose a tag to compare

v0.0.3 Pre-release
Pre-release
  • 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

Choose a tag to compare

v0.0.2 Pre-release
Pre-release
  • 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

Choose a tag to compare

v0.0.1 Pre-release
Pre-release

Initial "pre-release" of PHP API client, API still moving things around a little bit