Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release v1.2.0 #327

Merged
merged 1 commit into from
Dec 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## 1.2.0

* Added support for partial payments.
* Improved dynamic viewport of card component.
* Added sessionResult to the PaymentSessionFinished payment result.
* Added support of iDEAL to the Instant Component.
* Added the missing loading bottom sheet for the advanced flow google pay component.
* Removed alert in case the deletion of stored payment method failed.
* 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.

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: adyen_checkout
description: Adyen checkout library for Flutter. Accept payments with cards, wallets and local payment methods in your app using our Drop-in and Components.
version: 1.1.0
version: 1.2.0
repository: https://github.com/Adyen/adyen-flutter
issue_tracker: https://github.com/Adyen/adyen-flutter/issues
documentation: https://docs.adyen.com/online-payments/build-your-integration
Expand Down
Loading