Skip to content

Commit

Permalink
Merge pull request #283 from iZettle/sdk-release-v2.5.2
Browse files Browse the repository at this point in the history
SDK Release v2.5.2
  • Loading branch information
stagor authored Jan 27, 2020
2 parents 94b4e8c + 4cbb4fa commit 36340e0
Show file tree
Hide file tree
Showing 61 changed files with 10 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2.5.2 - 2020-01-24
- Fixed an issue where "iZettle SDK" might delete WebKit cookies on login and logout

2.5.1 - 2020-01-15
- Fix "iZettle SDK overrides UIPageControl tint colors using appearance proxy" issue #279

Expand Down Expand Up @@ -222,4 +225,4 @@ v0.4.2 - 2013-11-06
v0.4.1 - 2013-10-31
- Fixes a problem where iZettle asked for microphone access
- Fixes problems with music playback during the use of iZettle
- Various bug fixes
- Various bug fixes
5 changes: 3 additions & 2 deletions Carthage/iZettleSDK.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"1.4.2": "https://github.com/iZettle/sdk-ios/releases/download/1.4.2/iZettleSDK.zip",
"2.3.2": "https://github.com/iZettle/sdk-ios/releases/download/2.3.2/iZettleSDK.zip",
"2.5.0": "https://github.com/iZettle/sdk-ios/releases/download/2.5.0/iZettleSDK.zip",
"2.5.1": "https://github.com/iZettle/sdk-ios/releases/download/2.5.1/iZettleSDK.zip"
}
"2.5.1": "https://github.com/iZettle/sdk-ios/releases/download/2.5.1/iZettleSDK.zip",
"2.5.2": "https://github.com/iZettle/sdk-ios/releases/download/2.5.2/iZettleSDK.zip"
}
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ is designed to be easy to implement and use.

## Requirements
* Xcode 11+
* `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES` flag is required if your project doesn't include swift
* iOS 9+
* iZettle Reader 2 support require iOS 10+
* An iZettle API Key. Visit [iZettle Developer Page](https://www.izettle.com/gb/developer) in order to obtain one. **Note: SDK API keys work only for bundle identifiers which they were issued for.**
Expand Down Expand Up @@ -423,4 +424,4 @@ authorizationCode = 004601

## Errors

iZettle will display any errors that occur during an operation to the user, the NSError-object returned in the operation completion block is only intended to be used by developers for debugging, diagnostics and logging to be able to better communicate errors to iZettle. You should never present the returned errors to the end user.
iZettle will display any errors that occur during an operation to the user, the NSError-object returned in the operation completion block is only intended to be used by developers for debugging, diagnostics and logging to be able to better communicate errors to iZettle. You should never present the returned errors to the end user.
2 changes: 1 addition & 1 deletion iZettleSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'iZettleSDK'
s.version = '2.5.1'
s.version = '2.5.2'
s.summary = 'iZettle SDK for iOS'
s.description = <<-DESC
For detailed information, please see iZettleSDK documentation and Readme.
Expand Down
Binary file not shown.
Binary file modified iZettleSDK/iZettlePayments.framework/Assets.car
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified iZettleSDK/iZettlePayments.framework/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified iZettleSDK/iZettlePayments.framework/iZettlePayments
Binary file not shown.
Binary file modified iZettleSDK/iZettleSDK.framework/Info.plist
Binary file not shown.
Binary file modified iZettleSDK/iZettleSDK.framework/iZettleSDK
Binary file not shown.
Binary file modified iZettleSDK/iZettleShared.framework/Assets.car
Binary file not shown.
Binary file modified iZettleSDK/iZettleShared.framework/Info.plist
Binary file not shown.
Binary file modified iZettleSDK/iZettleShared.framework/iZettleShared
Binary file not shown.
Binary file modified iZettleSDK/iZettleTransport.framework/Info.plist
Binary file not shown.
Binary file modified iZettleSDK/iZettleTransport.framework/iZettleTransport
Binary file not shown.

0 comments on commit 36340e0

Please sign in to comment.