Skip to content

Commit

Permalink
Merge pull request #331 from Adyen/prepareV1.2.0
Browse files Browse the repository at this point in the history
Updated changelog for v1.2.0
  • Loading branch information
Robert-SD authored Jan 6, 2025
2 parents f574e7b + b539506 commit e8f2086
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
21 changes: 13 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
## 1.2.0

* Added support for partial payments.
* Added sessionResult to the PaymentSessionFinished payment result.
* Added support of iDEAL to the Instant Component.
* Added loading bottom sheet for the advanced flow google pay component.
* Improved dynamic viewport of card component.
* Removed alert message in case the deletion of stored payment method failed.
* Updated iOS SDK to v5.14.0.
* Updated Android SDK to v5.8.0. Gradle v8 is now mandatory.
### New
- iDEAL is now available through the Instant Component.
- For Google Pay Component on Advanced flow, added loading bottom sheet.
- The `paymentSessionFinished` payment result now contains `sessionResult`.
- You can now also make partial payments in Drop-in if your integration uses the Advanced flow.
- Updated iOS Components/Drop-in version: [5.14.0](https://docs.adyen.com/online-payments/release-notes/?title%5B0%5D=iOS+Components%2FDrop-in#releaseNote=2024-12-03-ios-componentsdrop-in-5.14.0).
- Updated Android Components/Drop-in version: [5.8.0](https://docs.adyen.com/online-payments/release-notes/?title%5B0%5D=Android+Components%2FDrop-in#releaseNote=2024-12-06-android-componentsdrop-in-5.8.0). Gradle v8 is now mandatory.

### Improved
- For card component, improved the dynamic viewport.

### Removed
- Removed the alert message that appeared when deleting a stored payment method fails.

## 1.1.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ release a new version when we need to.
#### Android
* [Android 5.0](https://www.android.com/versions/lollipop-5-0/) (API 21) or later.
* [Kotlin 1.8.22](https://kotlinlang.org/docs/releases.html) or later.
* [AGP 8.1](https://developer.android.com/build/releases/gradle-plugin) or later.
* [AGP 8.1](https://developer.android.com/build/releases/gradle-plugin) or later with Gradle 8.
* Requires the usage of a `FlutterFragmentActivity` instead of the default `FlutterActivity` in the MainActivity of your [native Android](https://github.com/Adyen/adyen-flutter/blob/main/example/android/app/src/main/kotlin/com/adyen/checkout/flutter/example/MainActivity.kt) layer.

#### iOS
Expand Down

0 comments on commit e8f2086

Please sign in to comment.