Skip to content

Releases: SwedbankPay/swedbank-pay-sdk-ios

0.3.1

26 Oct 14:37
2d93c86
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release

Ongoing payment order can now be updated. New methods have been added to SwedbankPaySDKConfiguration and SwedbankPaySDKController for this. MerchantBackendConfiguration allows setting the instrument of an instrument mode payment through this mechanism.

0.3.0

01 Oct 09:02
39fd75f
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

The SDK Configuration is now responsible for making any backend requests, and is fully customizable to fit your systems.

Breaking changes:

SwedbankPaySDK.Configuration has been removed
SwedbankPaySDKConfiguration is a new protocol
SwedbankPaySDKController requires a SwedbankPaySDKConfiguration
The old SwedbankPaySDK.Configuration functionality is available as SwedbankPaySDK.MerchantBackendConfiguration
Many enum cases have been renamed to begin with a lower-case letter, according to Swift best practices
The SwedbankPaySDK.Problem hierarchy has been improved; this has changed some enums' associated values to change.

0.2.1

02 Sep 16:38
2b7f43e
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release

Fixed 3D-Secure flows with certain issuers.

0.2.0

27 Aug 12:39
f2485e9
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Update Alamofire dependency to 5.x

N.B! As Alamofire 5 requires iOS 10 or newer, this version of the library has that requirement too

0.1.25

26 Aug 07:33
Compare
Choose a tag to compare
0.1.25 Pre-release
Pre-release

Added callback interface to observe when the user taps on the Terms of Service link, and optionally override the action.

0.1.24

14 Jul 13:27
Compare
Choose a tag to compare
0.1.24 Pre-release
Pre-release

Added mechanism to only open those 3D-Secure pages in the WKWebView that have been tested to be compatible with it.

0.1.23-citest01

05 Jun 10:23
Compare
Choose a tag to compare
0.1.23-citest01 Pre-release
Pre-release
CI push to trunk rather than private repo

0.1.23

05 Jun 12:45
Compare
Choose a tag to compare
0.1.23 Pre-release
Pre-release

First release automatically published to CocoaPods Trunk

Fixed payment menu onError callback. Also more automated tests.

05 Jun 08:50
Compare
Choose a tag to compare
0.1.22

extend timeout for webview tests

0.1.21

19 May 13:39
Compare
Choose a tag to compare
0.1.21 Pre-release
Pre-release

First release published with GitHub Actions