Skip to content

Releases: braintree/braintree_ios

4.8.2

11 May 18:48
Compare
Choose a tag to compare
  • Add PayPal Credit support to PayPal Billing Agreements flow
  • Add V3 Client Token support
  • Enable client side vaulting of Venmo nonces
  • Fix potential memory leak issue #312
  • Fix bug causing random crashes in 3DS flow #329

4.8.1

07 Apr 23:41
Compare
Choose a tag to compare
  • Optimize BTAPIClient:initWithAuthorization: when using a client token
  • Fix invalid documentation tags

4.8.0

30 Mar 19:43
Compare
Choose a tag to compare
  • Enable PayPal Credit
  • Add support for displayName and landing_page_type PayPal options
  • Fix issue with 3DS error callbacks #318
  • Resolve build error in Xcode 8.3

4.7.5

23 Feb 00:13
Compare
Choose a tag to compare
  • Fix issue where PayPal correlation_id was not set correctly
  • Add support for custom PayPal authentication handler
  • Update docs to specify Xcode 8+ requirement
  • Fix header import in BTAnalyticsMetadata.m
  • Additional tuning for Travis CI

Release 4.7.4

14 Jan 00:35
Compare
Choose a tag to compare

4.7.4 (2017-01-13)

  • Update UnitTests to Swift 3
  • Update PayPal header docs
  • Update CocoaDocs and remove styling

4.7.3

19 Nov 00:17
Compare
Choose a tag to compare

4.7.3 (2016-11-18)

  • Allow BraintreeCore to be compatible with App Extensions
  • Fix BraintreePayPal use of queryItems for iOS 7 compatibility
  • Present SFSafariViewControllers from the top UIViewController via Drop-in to avoid blank SFSafariViewController
    • Set BTPaymentRequest presentViewControllersFromTop to YES to opt in to this behavior
  • Fix @param warning for incorrect argument name
  • Fix CocoaDocs and add styling

4.7.2

08 Nov 23:03
Compare
Choose a tag to compare
Release 4.7.2

4.7.1

18 Oct 22:24
Compare
Choose a tag to compare
Release 4.7.1

4.7.0

23 Sep 21:03
Compare
Choose a tag to compare
  • Move BraintreeDropIn and BraintreeUIKit to a new separate repository
    to allow cleaner separation and iteration for newer versions of Drop-In.
    • Please see the new repository for updated integration instructions if you were using the Beta Drop-In Update.
    • If you were using Drop-In from BraintreeUI, you do not have to update. However, you may want to check out the
      new Drop-In for an updated experience.
  • Fix issue with DataCollector setting the merchant ID automatically to configure Kount

4.6.1

15 Sep 20:57
Compare
Choose a tag to compare
  • Fix conflicting private API name Fixes #265
  • Fix deprecation warnings for Xcode 8 Fixes #267
  • Fix target membership for static library Fixes #264
  • Improve Maestro card number recognition