1.2.0
github-actions
released this
27 Mar 19:12
·
0 commits
to fb2a91c1fd6cd7446b20b0899f0c55f56b1c5401
since this release
- Bump to PPRiskMagnes v5.5.0 with code signing & a privacy manifest file
- Require Xcode 15.0+ and Swift 5.9+ (per App Store requirements)
- Meets Apple's new Privacy Update requirements
- PaymentButtons
- Add
custom
case forPaymentButtonEdges
- Support VoiceOver by adding button accessibility labels
- Fixed frame alignment and width issue occuring in SwiftUI
- Fixed button alignment and size bug in SwiftUI with
intrinsicContentSize
- The height cannot be set smaller than 38px or width shorter than 300px
- Added analytics events
payment-button:initialized
andpayment-button:tapped
- Add
- CardPayments
- Add
status
property toCardVaultResult
- Add
didAttemptThreeDSecureAuthentication
property toCardVaultResult
- Add
status
property toCardResult
- Add
didAttemptThreeDSecureAuthentication
property toCardResult
- Add
cardThreeDSecureDidCancel()
toCardVaultDelegate
- Add
cardThreeDSecureWillLaunch()
toCardVaultDelegate
- Add
cardThreeDSecureDidFinish()
toCardVaultDelegate
- Add
- PayPalWebPayments
- Add
PayPalVaultRequest
type for interacting withvault
method - Add
vault(_:)
method toPayPalWebCheckoutClient
- Add
PayPalVaultResult
type to return vault result - Add
PayPalVaultDelegate
to handle results from vault flow - Add
PayPalWebCheckoutClientError.paypalVaultResponseError
for missing or invalid response from vaulting
- Add