Skip to content

Releases: gocardless/gocardless-pro-php

v3.3.1

28 Jan 16:30
1f61cb9
Compare
Choose a tag to compare
  • adds 3 extra fields to the creditors API

v3.3.0

28 Jan 13:20
734711a
Compare
Choose a tag to compare

v3.2.1

06 Dec 14:18
f11eefe
Compare
Choose a tag to compare

Allow integrator to specify an HTTP timeout when instantiating the client

v3.2.0

16 Oct 12:43
5d72849
Compare
Choose a tag to compare
  • Add fx_payout_currency to creditor
  • Add fx to payment, payout and refund

v3.1.0

26 Jul 09:52
76bd20a
Compare
Choose a tag to compare
  • Addition of the customer removal API
  • Support account_type in bank account API

v3.0.1

17 May 08:51
Compare
Choose a tag to compare
  • Add __isset() companion to __get()

v3.0.0

19 Sep 16:30
4093dba
Compare
Choose a tag to compare
  • BREAKING change webhook parsing to build nested objects rather than arrays (fixes #47)

v2.1.0

12 Jul 16:53
Compare
Choose a tag to compare

v2.0.0

06 Jul 11:58
477b938
Compare
Choose a tag to compare
  • Drop compatibility with PHP 5.5, since it is no longer fully supported (i.e. it has reached end-of-life), and continuing to support it stops us using newer PHP features (e.g. the hash_equals function for constant time string comparison)
  • Add support for verifying that webhooks were genuinely sent by GoCardless and parsing them into GoCardlessPro\Resources\Event objects

v1.7.0

22 May 12:29
Compare
Choose a tag to compare
  • Add support for the new app_fee attribute returned by the Subscriptions API
  • Improve the documentation of payment and refund references