You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES
+13-34Lines changed: 13 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -1,80 +1,59 @@
1
1
4.43.1
2
2
- Added new APIs `performLoginFromViewController` and `isLoggedIn` for more control over authentication flow.
3
3
4
-
4.43.0
4
+
4.32.1
5
5
- Fixed an authorization issue affecting some merchants when `enforcedUserAccount` is used.
6
-
7
-
4.42.0
8
6
- Optional `totalFees` field added to `iZettleSDKPaymentInfo`.
9
7
10
-
4.27.0
8
+
4.32.0
9
+
- Optional Pricing Tier ID added to charge methods and payloads.
10
+
11
+
4.25.1
11
12
- Fix an issue where deprecated charge APIs did not enable tipping on the new PayPal Reader.
12
13
13
14
4.16.2
14
15
- Fixed an authorization issue that required users to re-enter their password after updating from versions ≤ 3.15.1 to versions ≤ 4.16.1.
15
16
- Deprecated `presentSettingsFromViewController:` API - use `presentSettingsFromViewController:configuration:` instead.
16
17
17
18
4.16.1
19
+
- Introducing support for the new PayPal Reader
18
20
- Introducing the Tipping configuration for public use.
19
-
20
-
4.1.0
21
21
- Privacy manifest iteration.
22
22
23
+
4.0.1
24
+
- Privacy manifest fixes.
25
+
23
26
4.0.0
24
27
- Contains privacy manifests and signatures required for app store submissions.
25
28
- Requires a new dependency, `PPRiskMagnes`, that you need to ensure is included in your application's target in Xcode (see [Migration Guide](https://developer.zettle.com/docs/ios-sdk/upgrading/sdk-4.0-migration-guide) for upgrade instructions).
26
-
27
-
3.29.0
28
29
- Support for setting `PayPal partner attribution ID` for Manual Card Entry payments.
29
-
30
-
3.26.0
31
-
- Under the hood changes for card payments.
32
-
33
-
3.24.0
34
30
- Under the hood changes for card payments.
35
31
36
32
3.22.0
37
33
- Same great features, with a fresh style inspired by PayPal.
38
-
39
-
3.21.0
40
34
- Support for setting `PayPal partner attribution ID` for card payments.
41
35
42
-
3.17.0
43
-
- Under the hood changes for card payments.
44
-
45
-
3.16.0
36
+
3.18.0
46
37
- Enhancements in Manual Card Entry user interaction.
47
38
- Minor under-the-hood changes and improvements.
48
39
- Fixed issue where SDK might crash when forgetting a reader while the reader is updating.
49
40
50
41
3.15.1
51
42
- Fixed an issue with failing payment when a service endpoint is not available.
52
-
53
-
3.15.0
54
43
- Enhancements in Manual Card Entry user interaction.
55
-
56
-
3.14.0
57
44
- Under the hood changes for card payments tipping
58
45
59
46
3.13.2
47
+
- Added support for Manual Card Entry payments.
60
48
- Fixed issue with wrong formatting of some Card payment related translations.
61
-
62
-
3.13.0
63
49
- Fixed issue with reader appearing more then once without name.
64
50
- Fixed issue with V2 Reader pairing flow not starting by default for V2-Reader only markets.
65
51
- Fixed issue where gratuity was not canceled on Reader if merchant cancelled at a certain point.
66
52
67
-
3.11.0
68
-
- Added support for Manual Card Entry payments.
69
-
70
53
3.10.0
71
54
- Added compliance information to the Reader information page.
72
55
- Added payment verification check for unlikely cases where a payment issue occurs mid-transaction which shows to the customer as failed, but still went through.
73
-
74
-
3.9.0
75
56
- Fixed issue with reader appearing more then once for some integrators.
76
-
77
-
3.8.0
78
57
- Decrease SDK binary size.
79
58
- Fix issue when no error is returned on Zettle flow start while another VC is being dismissed/shown (support issue https://github.com/iZettle/sdk-ios/issues/424)
80
59
@@ -172,7 +151,7 @@ Workaround: On a Mac with Apple silicon use iOS 14+ simulators.
172
151
- Bugfixes and improvements
173
152
- SDK is now built using Xcode 11 and Swift 5.1. `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES` flag is required if your project doesn't include Swift
174
153
175
-
2.3.0
154
+
2.3
176
155
- Bug fixes and performance improvements
177
156
178
157
2.2.0
@@ -388,4 +367,4 @@ Workaround: On a Mac with Apple silicon use iOS 14+ simulators.
388
367
0.4.1
389
368
- Fixes a problem where iZettle asked for microphone access
390
369
- Fixes problems with music playback during the use of iZettle
0 commit comments