Skip to content

Releases: zf-fr/zfr-stripe

v3.5.2

19 Jan 08:43
v3.5.2
Compare
Choose a tag to compare
  • Allow to add metadata when creating cards

v3.5.1

18 Dec 16:50
v3.5.1
Compare
Choose a tag to compare
  • Allow to set metadata for cards when updating

v3.5.0

14 Dec 15:31
v3.5.0
Compare
Choose a tag to compare
  • [BC] Set default Stripe API to "2015-10-16"
  • Add the "default_source" parameter when updating a Stripe customer (all descriptors).

v3.4.0

09 Oct 22:16
v3.4.0
Compare
Choose a tag to compare
  • [BC] Set default Stripe API to "2015-10-01"

v3.3.0

21 Sep 21:34
v3.3.0
Compare
Choose a tag to compare
  • [BC] Set default Stripe API to "2015-09-08"

v3.2.0

04 Sep 17:54
v3.2.0
Compare
Choose a tag to compare
  • [BC] Set default Stripe API to "2015-09-03"

v3.1.0

25 Aug 07:10
v3.1.0
Compare
Choose a tag to compare
  • [BC] Set default Stripe API to "2015-08-19". When using this new version, refunds are now get without specifying a charge ID.

v3.0.0

04 Aug 08:53
v3.0.0
Compare
Choose a tag to compare
  • [BC] For all descriptors, closeDispute and updateDispute now uses the new endpoints that do not require a charge ID but instead a dispute
    ID. In previous versions:
$stripeClient->closeDispute(['charge' => 'ch_abc']);

In new version:

$stripeClient->closeDispute(['id' => 'dp_abc']);

Also, new endpoints have been added that allow to retrieve a specific dispute by its id, as well as retrieving all disputes.

  • [BC] Descriptor cleanup: older descriptors have been removed. ZfrStripe now supports Stripe API version from 2015-02-18. If you are using an older
    version of the API, you should stay on 2.x branch.

v2.20.0

02 Aug 21:24
v2.20.0
Compare
Choose a tag to compare
  • [BC] Set default Stripe API to "2015-07-28"

v2.19.0

20 Jul 12:26
v2.19.0
Compare
Choose a tag to compare
  • [BC] Set default Stripe API to "2015-07-13"