Releases: SwedbankPay/swedbank-pay-sdk-ios
2.0.0-beta.1
Set RELEASE_TAG_NAME for pod lib lint
2.0.0-beta
This release separates the core SDK, and Merchant Backend utilities to their own libraries.
From this version on, the SwedbankPaySDK pod shall contain the core functionality of the Swedbank Pay Mobile SDK for iOS. Utilities for interfacing the SDK with a server implementing the Merchant Backend API are contained in the SwedbankPaySDKMerchantBackend pod.
This version alters the API surface of the SwedbankPaySDK pod, so it is a major release. All the missing APIs are now in the SwedbankPaySDKMerchantBackend pod. You will need to add a dependency to that pod as well, and add import SwedbankPaySDKMerchantBackend
where appropriate.
This is a beta release at this time as the automated deployment for the additional library is still under development.
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
The payment process will no longer get stuck if a redirect from the payment menu fails to load. It will instead report the error.
This new error case has added a case to the WebContentError enum. This may be source-breaking, depending on how you have structured your error handling code.