Skip to content

Releases: stripe/stripe-php

stripe-php v5.9.2

07 Feb 18:39
026191d
Compare
Choose a tag to compare

See the changelog for more details.

stripe-php v5.9.1

07 Feb 03:00
db44705
Compare
Choose a tag to compare

See the changelog for more details.

stripe-php v5.9.0

07 Feb 21:17
Compare
Choose a tag to compare
  • #421 Updated bundled CA certificates
  • #423 Escape unsanitized input in OAuth example

See the changelog for more details.

stripe-php v5.8.0

20 Dec 21:49
Compare
Choose a tag to compare
  • #403 Add __debugInfo() magic method to StripeObject

See the changelog for more details.

stripe-php v5.7.0

28 Nov 17:23
82228e4
Compare
Choose a tag to compare
  • #390 Remove some unsupported API methods
  • #391 Alphabetize the list of API resources in Util::convertToStripeObject() and add missing resources
  • #393 Fix expiry date update for card sources

See the changelog for more details.

stripe-php v5.6.0

31 Oct 18:54
Compare
Choose a tag to compare
  • #386 Support for exchange rates APIs

See the changelog for more details.

stripe-php v5.5.1

30 Oct 21:11
Compare
Choose a tag to compare
  • #387 Allow personal_address_kana and personal_address_kanji to be updated on an account

See the changelog for more details.

stripe-php v5.5.0

27 Oct 16:28
Compare
Choose a tag to compare
  • #385 Support for listing source transactions

See the changelog for more details.

stripe-php v5.4.0

25 Oct 00:12
Compare
Choose a tag to compare
  • #383 Add static methods to manipulate resources from parent
    • Account gains methods for external accounts and login links (e.g. createExternalAccount, createLoginLink)
    • ApplicationFee gains methods for refunds
    • Customer gains methods for sources
    • Transfer gains methods for reversals

See the changelog for more details.