Skip to content

Releases: braintree/braintree_ios

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

4.6.0

09 Sep 23:29
Compare
Choose a tag to compare

4.6.0 (2016-09-09)

  • Fix nullability annotations for Xcode 8 Fixes #260
  • Add userAction property to BTPayPalRequest
  • (BETA) Updates to BraintreeDropIn

4.5.0

30 Aug 18:56
Compare
Choose a tag to compare
  • 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
  • Remove Venmo user whitelist – all Venmo users may now make merchant purchases using Venmo.

4.4.1

23 Jul 03:41
Compare
Choose a tag to compare
  • 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

14 Jul 19:54
Compare
Choose a tag to compare
  • (BETA) Release of new BraintreeDropIn and BraintreeUIKit frameworks
    • BraintreeDropIn 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

09 Jun 20:26
Compare
Choose a tag to compare
  • 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's intent property
  • Provide better NSError descriptions when Braintree services return a 4xx or 5xx HTTP error

4.3.1

25 May 20:42
Compare
Choose a tag to compare
  • 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!)