All Versions
394
Latest Version
Avg Release Cycle
8 days
Latest Release
972 days ago

Changelog History
Page 7

  • v7.92.0 Changes

    July 28, 2021
    • ⚡️ #1167 API Updates
      • Add support for account_type on BankAccount
      • Add support for new value redacted on enum Review.closed_reason
  • v7.91.0 Changes

    July 22, 2021
    • ⚡️ #1164 API Updates
      • Add support for new values hr, ko, and vi on enum Checkout.Session.locale
      • Add support for payment_settings on Subscription
  • v7.90.0 Changes

    July 20, 2021
    • ⚡️ #1163 API Updates
      • Add support for wallet on Issuing.Transaction
    • 🚚 #1160 Remove unused API error types from docs.
  • v7.89.0 Changes

    July 14, 2021
    • ⚡️ #1158 API Updates
      • Add support for list_computed_upfront_line_items method on resource Quote
    • #1157 Improve readme for old PHP versions
  • v7.88.0 Changes

    July 09, 2021
    • ⚡️ #1152 API Updates
      • Add support for new resource Quote
      • Add support for quote on Invoice
      • Add support for new value quote_accept on enum Invoice.billing_reason
    • #1155 Add streaming methods to Service infra
      • Add support for setStreamingHttpClient and streamingHttpClient to ApiRequestor
      • Add support for getStreamingClient and requestStream to AbstractService
      • Add support for requestStream to BaseStripeClient
      • \Stripe\RequestOptions::parse now clones its input if it is already a RequestOptions object, to prevent accidental mutation.
    • #1151 Add mode constants into Checkout\Session
  • v7.87.0 Changes

    June 30, 2021
    • ⚡️ #1149 API Updates
      • Add support for wechat_pay on PaymentMethod
    • #1143 Streaming requests
    • 🗄 #1138 Deprecate travis
  • v7.86.0 Changes

    June 25, 2021
    • ⚡️ #1145 API Updates
      • Add support for boleto on PaymentMethod.
      • Add support for il_vat as a member of the TaxID.Type enum.
  • v7.85.0 Changes

    June 18, 2021
    • ⚡️ #1142 API Updates
      • Add support for new TaxId types: ca_pst_mb, ca_pst_bc, ca_gst_hst, and ca_pst_sk.
  • v7.84.0 Changes

    June 16, 2021
    • ⚡️ #1141 Update PHPDocs
      • Add support for url on Checkout\Session
  • v7.83.0 Changes

    June 07, 2021
    • ⚡️ #1140 API Updates
      • Added support for tax_id_collection on Checkout\Session and Checkout\Session#create
      • Update Location to be expandable on Terminal\Reader