Skip to content

1.2.0

Compare
Choose a tag to compare
@github-actions 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 for PaymentButtonEdges
    • 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 and payment-button:tapped
  • CardPayments
    • Add status property to CardVaultResult
    • Add didAttemptThreeDSecureAuthentication property to CardVaultResult
    • Add status property to CardResult
    • Add didAttemptThreeDSecureAuthentication property to CardResult
    • Add cardThreeDSecureDidCancel() to CardVaultDelegate
    • Add cardThreeDSecureWillLaunch() to CardVaultDelegate
    • Add cardThreeDSecureDidFinish() to CardVaultDelegate
  • PayPalWebPayments
    • Add PayPalVaultRequest type for interacting with vault method
    • Add vault(_:) method to PayPalWebCheckoutClient
    • 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