Skip to content

Commit

Permalink
release 5.6.0 (#1512)
Browse files Browse the repository at this point in the history
# Improved

- For all payment methods that include input fields for the shopper's
address, the address input fields are now on a separate screen. This
declutters the payment screen to improve user experience.

# Changed

- Custom conformances to
[PaymentMethod](https://adyen.github.io/adyen-ios/5.0.0/documentation/adyen/paymentmethod/)
and
[StoredPaymentMethod](https://adyen.github.io/adyen-ios/5.0.0/documentation/adyen/storedpaymentmethod/)
are now required to be
[Encodable](https://developer.apple.com/documentation/swift/encodable)

# Fixed

- For Apple Pay, when the `allowOnboarding` property of
`ApplePayConfiguration.init` is set to **true**, the onboarding check
now runs correctly.
- In landscape mode, the search bar height no longer expands and
obstructs other visual elements like the issuer list on the screen.
- For stored card payments using Drop-in, the pay button is now enabled
correctly when entering the security code with the [Traditional Chinese
Cantonese keyboard](https://developer.apple.com/forums/thread/741038).
  • Loading branch information
goergisn authored Jan 29, 2024
2 parents 68f5db1 + 5fbdf00 commit bc6a3dd
Show file tree
Hide file tree
Showing 6,617 changed files with 6,703 additions and 6,659 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion Adyen.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Adyen'
s.version = '5.5.0'
s.version = '5.6.0'
s.summary = "Adyen Components for iOS"
s.description = <<-DESC
Adyen Components for iOS allows you to accept in-app payments by providing you with the building blocks you need to create a checkout experience.
Expand Down
Loading

0 comments on commit bc6a3dd

Please sign in to comment.