Skip to content

Commit

Permalink
Update Magnes 5.4.1 for Carthage (#1133)
Browse files Browse the repository at this point in the history
* update Carthage magnes version; add CHANGELOG entry
* update Cartfile version
* Update CHANGELOG.md with v5 entry
  • Loading branch information
jaxdesmarais authored Nov 17, 2023
1 parent 29c97d3 commit 764ef6f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
# Braintree iOS SDK Release Notes

## unreleased
* BraintreePayPalNativeCheckout
* Update PayPalCheckout from 1.1.0 to 1.2.0.
* Add `userAuthenticationEmail` to `BTPayPalNativeCheckoutRequest`
* BraintreeDataCollector
* Update previously incorrect version of PPRiskMagnes with 5.4.1 for Carthage users

## 5.24.1 (2023-11-17)
* BraintreePayPalDataCollector
* Update previously incorrect version of PPRiskMagnes 5.4.1 with staging removed

## 6.9.0 (2023-11-16)
* BraintreeThreeDSecure
* Add `cardAddChallengeRequested`, `uiType`, and `renderTypes` to `BTThreeDSecureRequest`
* Deprecate `BTThreeDSecureRequest.cardAddChallenge`
* Fix bug where defaults for `BTThreeDSecureRequest.accountType`, `BTThreeDSecureRequest.requestedExemptionType`, and `BTThreeDSecureRequest.dfReferenceID` were improperly returning an error if not passed into the request
* BraintreeCard
* Deprecate unused `BTCardRequest` class
* BraintreePayPalNativeCheckout
* Update PayPalCheckout from 1.1.0 to 1.2.0.
* Add `userAuthenticationEmail` to `BTPayPalNativeCheckoutRequest`

## 5.24.0 (2023-10-30)
* BraintreePayPalDataCollector
Expand Down
4 changes: 2 additions & 2 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
binary "https://assets.braintreegateway.com/mobile/ios/carthage-frameworks/cardinal-mobile/CardinalMobile.json" == 2.2.5-6
binary "https://assets.braintreegateway.com/mobile/ios/carthage-frameworks/pp-risk-magnes/PPRiskMagnes.json" == 5.4.1
binary "https://github.com/paypal/paypalcheckout-ios/raw/main/Carthage/PayPalCheckout.json" == 1.2.0
binary "https://assets.braintreegateway.com/mobile/ios/carthage-frameworks/pp-risk-magnes/PPRiskMagnes.json" == 5.4.1-stage-removed-xcode14-3
binary "https://github.com/paypal/paypalcheckout-ios/raw/main/Carthage/PayPalCheckout.json" == 1.2.0

0 comments on commit 764ef6f

Please sign in to comment.