Skip to content

Commit 3126772

Browse files
authored
Merge pull request iZettle#231 from iZettle/version_2.0.3
SDK Release v2.0.3
2 parents 1880c52 + ada34ec commit 3126772

File tree

41 files changed

+8
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+8
-1
lines changed

CHANGES

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2.0.3 - 2018-11-30
2+
- Fixed an issue where card reader might not be displayed in SDK settings after pairing
3+
14
2.0.2 - 2018-11-27
25
- Remove ability to pair iZettle Reader 2 when using iOS 9. This produced a crash in earlier versions of the SDK. Related issue: #228
36
- Fixed an issue where setting `enforcedAccount` property would result in requesting logins for each SDK operation. Related issues: #207, #225

Carthage/iZettleSDK.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"2.0.3": "https://github.com/iZettle/sdk-ios/releases/download/2.0.3/iZettleSDK.zip",
23
"2.0.2": "https://github.com/iZettle/sdk-ios/releases/download/2.0.2/iZettleSDK.zip",
34
"2.0.1": "https://github.com/iZettle/sdk-ios/releases/download/2.0.1/iZettleSDK.zip",
45
"2.0": "https://github.com/iZettle/sdk-ios/releases/download/2.0/iZettleSDK.zip",

iZettleSDK.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'iZettleSDK'
3-
s.version = '2.0.2'
3+
s.version = '2.0.3'
44
s.summary = 'iZettle SDK for iOS'
55
s.description = <<-DESC
66
For detailed information, please see iZettleSDK documentation and Readme.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

iZettleSDK/iZettleSDK.framework/CHANGES

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2.0.3 - 2018-11-30
2+
- Fixed an issue where card reader might not be displayed in SDK settings after pairing
3+
14
2.0.2 - 2018-11-27
25
- Remove ability to pair iZettle Reader 2 when using iOS 9. This produced a crash in earlier versions of the SDK. Related issue: #228
36
- Fixed an issue where setting `enforcedAccount` property would result in requesting logins for each SDK operation. Related issues: #207, #225
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)