Releases: zf-fr/zfr-stripe
Releases · zf-fr/zfr-stripe
v2.11.1
- Validation for
tax_percent
is less restrictive and now accepts both a string or float
v2.11.0
- [BC] Set default Stripe API to "2015-01-26" version
v2.10.2
- 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
- Fix a bug where the parameter
plan
was required for updateSubscription
(it is actually optional).
v2.10.0
- [BC] Set default Stripe API to "2015-01-11" version
v2.9.0
- 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
- Add the new
tax_percent
property to subscriptions.
v2.8.0
- [BC] Set default Stripe API to "2014-12-22" version
v2.7.0
- [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
- [BC] Set default Stripe API to "2014-12-08" version