Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.14 KB

CHANGELOG.md

File metadata and controls

43 lines (33 loc) · 1.14 KB

PayPal iOS SDK Release Notes

0.0.3 (2022-11-03)

  • PayPalNativeCheckout
    • Expose PayPalNativeCheckout through Swift Package Manager

0.0.2 (2022-11-03)

  • PayPalUI

    • Fix fatal crash with iOS 16: UIViewRepresentables must be value types. Separate buttons into UIKit and SwiftUI implementations.
    UIKit SwiftUI
    PayPalButton PayPalButton.Representable
    PayPalCreditButton PayPalCreditButton.Representable
    PayPalPayLaterButton PayPalPayLaterButton.Representable
  • PayPalNativeCheckout

    • Update to version 0.109.0 that fixes shipping callback bug
  • Bump minimum supported deployment target to iOS 14+

  • Require Xcode 14

    • Bump Swift Tools Version to 5.7 for CocoaPods & SPM

0.0.1 (2022-07-21)

  • Card

    • Add Address
    • Add Card
    • Add CardClient
    • Add CardRequest
    • Add CardResult
  • PayPalCheckout

    • Add PayPalWebCheckout
  • PayPalUI

    • Add PayPalButton Button
    • Add PayPalPayLater Button
    • Add PayPalCredit Button
  • PayPalDataCollector

    • Add PayPalDataCollector
    • Add MagnesSDK