Skip to content

4.0.0

Choose a tag to compare

@BluePsyduck BluePsyduck released this 17 Feb 13:00
· 11 commits to master since this release
3b84a88

Added

  • Support for PHP 8.

Changed

  • [BC Break] Removed AuthRequest, refactored all requests to expect the combinationId.
  • [BC Break] All objects now use public properties instead of getter/setter methods.
  • [BC Break] Refactored client to return the Guzzle Promise object instead of managing it internal, for more flexibility on how to wait on multiple requests.

Removed

  • [BC Break] All /combination requests, as they are now part of the new Combination API.