Skip to content

Releases: stripe/stripe-php

stripe-php v6.0.0

07 Feb 23:34
702a3ee
Compare
Choose a tag to compare
  • #410 Drop support for PHP 5.3
  • #411 Use traits for common API operations
  • #414 Use short array syntax
  • #404 Fix serialization logic
  • #417 Remove ExternalAccount class
  • #418 Increase test coverage
  • #421 Update CA bundle and add script for future updates
  • #422 Use vendored CA bundle for all requests
  • #428 Support for automatic request retries

See the changelog for more details.

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.