Skip to content

Releases: SwedbankPay/swedbank-pay-sdk-ios

2.0.0-beta.1

17 Aug 13:45
Compare
Choose a tag to compare
2.0.0-beta.1 Pre-release
Pre-release
Set RELEASE_TAG_NAME for pod lib lint

2.0.0-beta

17 Aug 13:12
Compare
Choose a tag to compare
2.0.0-beta Pre-release
Pre-release

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

08 Jun 12:07
d9e24b7
Compare
Choose a tag to compare

Added more payment instruments

1.2.0

31 May 14:00
b02ca58
Compare
Choose a tag to compare

Added support for payment menu styling

1.1.2

04 May 13:14
2157d51
Compare
Choose a tag to compare

Changed the way SDK resources are bundled. This does not affect SDK usage.

1.1.1

08 Apr 14:17
ec9d67c
Compare
Choose a tag to compare

Support payment flow redirects that attempt to launch external applications from extra browser windows.

Also added some tested 3D-Secure pages.

1.1.0

29 Mar 14:02
73f97eb
Compare
Choose a tag to compare

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.

1.0.4

08 Mar 12:46
6a8b88f
Compare
Choose a tag to compare

Corrected behaviour of linked web pages that open in separate browser frames, e.g. Terms of Service.

1.0.3

18 Feb 13:35
be4c0ba
Compare
Choose a tag to compare

Added a utility function for deleting a payer owned payment token when working with a supporting Merchant Backend server.

1.0.2

15 Feb 13:26
f8d1835
Compare
Choose a tag to compare

Fixed tests, which had been broken by MacOS 11. This release is otherwise identical to 1.0.1.