Skip to content

Releases: zf-fr/zfr-stripe

v2.11.1

31 Jan 16:42
v2.11.1
Compare
Choose a tag to compare
  • Validation for tax_percent is less restrictive and now accepts both a string or float

v2.11.0

27 Jan 13:51
v2.11.0
Compare
Choose a tag to compare
  • [BC] Set default Stripe API to "2015-01-26" version

v2.10.2

26 Jan 23:06
v2.10.2
Compare
Choose a tag to compare
  • ZfrStripe adds support for the new Idempotency feature (see here). It is added to every POST request, and work by using the new idempotency_key param.

v2.10.1

15 Jan 17:48
v2.10.1
Compare
Choose a tag to compare
  • Fix a bug where the parameter plan was required for updateSubscription (it is actually optional).

v2.10.0

12 Jan 22:25
v2.10.0
Compare
Choose a tag to compare
  • [BC] Set default Stripe API to "2015-01-11" version

v2.9.0

11 Jan 15:59
v2.9.0
Compare
Choose a tag to compare
  • Fixed a long-lasting bug for updateDispute method. Also, a new descriptor has been added, as a previous BC was not taken into account in ZfrStripe. Therefore, current descriptor is Stripe-v1.2.

v2.8.1

24 Dec 22:49
v2.8.1
Compare
Choose a tag to compare
  • Add the new tax_percent property to subscriptions.

v2.8.0

23 Dec 23:30
v2.8.0
Compare
Choose a tag to compare
  • [BC] Set default Stripe API to "2014-12-22" version

v2.7.0

18 Dec 15:30
v2.7.0
Compare
Choose a tag to compare
  • [BC] Set default Stripe API to "2014-12-17" version. This version replaced the statement_description to
    statement_descriptor for charges, plans, invoices and tranfers. Therefore, a new descriptor has been released for
    versions starting at "2014-12-17".

v2.6.0

09 Dec 09:05
v2.6.0
Compare
Choose a tag to compare
  • [BC] Set default Stripe API to "2014-12-08" version