Releases: braintree/braintree_ios
Releases · braintree/braintree_ios
4.8.6
4.8.6 (2017-08-17)
- Add additional bin data to card based payment methods
4.8.5
4.8.5 (2017-07-21)
- Fix bug that caused a crash on iOS11 (Beta 3) when using a Tokenization Key in production (Thanks @peterstuart)
4.8.4
- Update to Kount 3.2
- Update Demo to support Xcode9 (Beta 1) and iOS11
- Update README
4.8.2
- 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
- Optimize BTAPIClient:initWithAuthorization: when using a client token
- Fix invalid documentation tags
4.8.0
- 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
- 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
4.7.4 (2017-01-13)
- Update UnitTests to Swift 3
- Update PayPal header docs
- Update CocoaDocs and remove styling
4.7.3
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