Skip to content

Releases: zf-fr/zfr-stripe

v1.6.1

16 Apr 10:26
v1.6.1
Compare
Choose a tag to compare
  • You can now set statement_description with createPlan and updatePlan methods (only for version starting from 2014-03-28).

v1.6.0

10 Apr 17:38
v1.6.0
Compare
Choose a tag to compare
  • Add new useful and more precise exceptions. This may be a minor BC. Before this release, ZfrStripe used to throw a CardErrorException on 402. Now, it only throws this exception if the error type is card_error, otherwise it throws a RequestFailedException. Alternatively, the ValidationErrorException has been replaced with a more generic BadRequestException, which more closely follows Stripe API. Furthermore, an ApiRateLimitException has been added to easily track an API rate limit error.

v1.5.3

07 Apr 19:58
v1.5.3
Compare
Choose a tag to compare
  • Add missing subscription parameter to getUpcomingInvoice method since 2014-01-31

v1.5.2

07 Apr 11:00
v1.5.2
Compare
Choose a tag to compare
  • Add the new ending_before property for the cursor-based pagination (from 2014-03-28 version only)

v1.5.1

04 Apr 10:28
v1.5.1
Compare
Choose a tag to compare
  • Properly encode boolean values to "true" or "false" string, as required by Stripe API. The change has been applied to all the previous service description.

v1.5.0

28 Mar 21:54
v1.5.0
Compare
Choose a tag to compare
  • [BC] Update latest API descriptor to 2014-03-28. This adds support for the new cursor-based pagination. This version removes the "offset" parameter, in favour of a new "starting_after" parameter. The new "limit" parameter is equivalent to the old "count" parameter. If you use ZfrStripe iterators, this does not change anything for you.

v1.4.0

21 Mar 18:38
v1.4.0
Compare
Choose a tag to compare
  • [BC] Update latest API descriptor to 2014-03-13. This adds a new "statement_description" for both creating charge and transfer, and remove "statement_descriptor" from transfer.

v1.3.1

05 Feb 15:53
v1.3.1
Compare
Choose a tag to compare
  • Fix a bug when setting a description for invoice items [#1]

v1.3.0

02 Feb 18:53
v1.3.0
Compare
Choose a tag to compare
  • [BC] Update latest API descriptor to 2014-01-31
  • Fix a bug when using iterators that always skipped the first element

v1.2.1

06 Jan 09:45
v1.2.1
Compare
Choose a tag to compare
  • Fix naming