Skip to content

Commit

Permalink
Updated iOS lib to v5.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-SD committed Jan 24, 2025
1 parent 2c2aafc commit 13f251d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
### New

- Added card validators (Card number validation, card expiry date validation, card security code validation).
- Updated iOS Components/Drop-in version: [5.15.0](https://docs.adyen.com/online-payments/release-notes/?title%5B0%5D=iOS+Components%2FDrop-in#releaseNote=2025-01-07-ios-componentsdrop-in-5.15.0).

### Improved
- For card component, disabled ripple animations for Android 8 (API level 26) and older to prevent an animation crash with platform views.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Adyen Flutter
[![Pub Package](https://img.shields.io/pub/v/adyen_checkout.svg)](https://pub.dev/packages/adyen_checkout)
[![Adyen iOS](https://img.shields.io/badge/ios-v5.14.0-brightgreen.svg)](https://github.com/Adyen/adyen-ios/releases/tag/5.14.0)
[![Adyen iOS](https://img.shields.io/badge/ios-v5.15.0-brightgreen.svg)](https://github.com/Adyen/adyen-ios/releases/tag/5.15.0)
[![Adyen Android](https://img.shields.io/badge/android-v5.8.0-brightgreen.svg)](https://github.com/Adyen/adyen-android/releases/tag/5.8.0)

The Adyen Flutter package provides you with the building blocks to create a checkout experience for
Expand Down
2 changes: 1 addition & 1 deletion ios/adyen_checkout.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ Adyen checkout SDK for Flutter
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
s.swift_version = '5.0'

s.dependency 'Adyen', '5.14.0'
s.dependency 'Adyen', '5.15.0'
end

0 comments on commit 13f251d

Please sign in to comment.