Skip to content

Releases: braintree/braintree_ios

5.24.0

30 Oct 19:03
Compare
Choose a tag to compare
  • BraintreePayPalDataCollector
    • Update PPRiskMagnes with 5.4.1 - staging removed (fixes #1107)

6.8.0

24 Oct 16:01
Compare
Choose a tag to compare
  • BraintreeDataCollector
    • Update PPRiskMagnes with 5.4.1 - staging removed (fixes #1107)

6.7.0

09 Oct 19:06
Compare
Choose a tag to compare
  • BraintreeCore
    • Fix bug where type was always returned as Unknown in fetchPaymentMethodNonces (fixes #1099)
    • Analytics
      • Send tenant_name in event_params to PayPal's analytics service (FPTI)
      • Update component from btmobilesdk to braintreeclientsdk for PayPal's analytics service (FPTI)
      • Send correlation_id, when possible, in PayPal analytic events

6.6.0

22 Aug 19:25
Compare
Choose a tag to compare
  • BraintreePayPalNativeCheckout
    • Update PayPalCheckout from 1.0.0 to 1.1.0.

5.23.0

18 Aug 19:50
Compare
Choose a tag to compare
  • BraintreeVenmo
    • Allow merchants to collect enriched customer data if enabled in the Braintree Control Panel
    • Add the following properties to BTVenmoRequest
      • collectCustomerBillingAddress
      • collectCustomerShippingAddress
      • totalAmount
      • subTotalAmount
      • discountAmount
      • taxAmount
      • shippingAmount
      • lineItems

6.5.0

10 Aug 16:44
Compare
Choose a tag to compare
  • BraintreeVenmo
    • Add additional error parsing for Venmo errors
    • Throw cancelation specific error for BTVenmoClient.tokenize() (fixes #1085)
      • The callback style version of this function previously returned (nil, nil) for the cancel scenario, but will now return (nil, error) instead.
  • BraintreeCore
    • Send live instead of production for the merchant_sdk_env tag to PayPal's analytics service (FPTI)

6.4.0

18 Jul 17:54
Compare
Choose a tag to compare
  • Expose reference documentation for BTAppContextSwitcher.handleOpen(_:) and BTAppContextSwitcher.handleOpenURL(context:)
  • BraintreeVenmo
    • Fix bug where tokenizations failed when sending an empty dictionary for transactionDetails in the CreateVenmoPaymentContext call (fixes #1074)

6.3.0

10 Jul 20:04
Compare
Choose a tag to compare
  • BraintreePayPalNativeCheckout (General Availability release)
    • Update PayPalCheckout from 0.110.0 to 1.0.0. This is our newly released General Availability version
      • Note: This module will now be subject to semantic versioning

6.2.0

27 Jun 20:06
Compare
Choose a tag to compare
  • BraintreePayPalNativeCheckout (BETA)
    • Fix bug where setting userAction does not update button as expected
  • BraintreeSEPADirectDebit
    • Add BTSEPADirectDebitRequest.locale
  • BraintreePayPal
    • Fix bug where BTPayPalAccountNonce values were not being returned as expected (fixes #1063)

6.1.0

22 Jun 19:44
Compare
Choose a tag to compare
  • BraintreeVenmo
    • Allow merchants to collect enriched customer data if enabled in the Braintree Control Panel
    • Add the following properties to BTVenmoRequest
      • collectCustomerBillingAddress
      • collectCustomerShippingAddress
      • totalAmount
      • subTotalAmount
      • discountAmount
      • taxAmount
      • shippingAmount
      • lineItems