Releases: braintree/braintree_ios
Releases · braintree/braintree_ios
4.7.2
4.7.1
4.7.0
- Move
BraintreeDropIn
andBraintreeUIKit
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
4.6.0
4.5.0
- Update
DataCollector
API- Add initializer and new data collection methods that take a completion block
- New data collection methods use Braintree gateway configuration to configure Kount
- Previous API for
BTDataCollector
has been deprecated
- Add initializer and new data collection methods that take a completion block
- Remove Venmo user whitelist – all Venmo users may now make merchant purchases using Venmo.
4.4.1
- Update and fix issues in
BraintreeDropIn
based on feedback - Make more headers public in
BraintreeUIKit
- Fix
BraintreeUIKit
module name for Cocoapods - Add support for 3D Secure to
BraintreeDropIn
(see Drop-In docs) - Update the Drop-In docs
- Add features to support vaulting Venmo when using Drop-In (coming soon)
4.4.0
- (BETA) Release of new
BraintreeDropIn
andBraintreeUIKit
frameworksBraintreeDropIn
bundles our new UI components and Braintree API's for a whole new Drop-In experience- UI components, helpers, vector art and localizations are now public and fully accessible via
BraintreeUIKit
- Learn more about our Drop-In Update
- Note that our legacy Drop-In (
BraintreeUI
) has not changed
- (BETA) Various updates to the UnionPay component
- Improve error messages when Braintree gateway returns 422 validation errors
4.3.2
- Update Pay with Venmo to use merchant ID and environment from configuration
- PayPal Checkout supports an intent option, which can be authorize or sale
- See
BTPayPalRequest
'sintent
property
- See
- Provide better
NSError
descriptions when Braintree services return a 4xx or 5xx HTTP error
4.3.1
- Add public method to fetch a customer's vaulted payment method nonces
- Drop-in bug fixes
- Do not show mobile phone number field
- Fix issue where American Express display text is truncated
- Merge #241 - Add missing source files to Braintree static library target. (Thanks @AlexDenisov!)