Skip to content

Commit

Permalink
Merge pull request #356 from iZettle/sdk-release-v3.2.0
Browse files Browse the repository at this point in the history
SDK Release v3.2.0
  • Loading branch information
avalkovskii-pp authored Jul 26, 2021
2 parents c1f75ac + 137df7a commit da37c89
Show file tree
Hide file tree
Showing 73 changed files with 7,526 additions and 70,985 deletions.
9 changes: 9 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
3.2.0 - 2021-07-26
- Updated the UI for improved SDK experience
- Improved localization
- Hardened file access security policy
- Bugfixes and performance improvements. For example:
- Fixed double payments during transactions when card readers are disconnected
- Fixed the missing currency symbol
- Improved error handling

3.1.1 - 2021-05-18
- Under the hood changes to authentication flow

Expand Down
1 change: 0 additions & 1 deletion Documentation/SDK_Tipping_Support_Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ Tipping will be made available on a market by market basis. The following market
- [Zettle SDK tipping FAQ](#zettle-sdk-tipping-faq)
- [Tipping flow on the Zettle card reader](Tipping_flow_on_the_Zettle_card_reader)


## Zettle SDK tipping FAQ

### How does the tipping feature work in the Zettle SDK and Zettle Reader?
Expand Down
3 changes: 2 additions & 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 = '3.1.1'
s.version = '3.2.0'
s.summary = 'iZettle SDK for iOS'
s.description = <<-DESC
For detailed information, please see iZettleSDK documentation and Readme.
Expand All @@ -9,6 +9,7 @@ Pod::Spec.new do |s|
s.license = { :type => 'Commercial', :file => 'LICENSE' }
s.author = { 'PayPal Inc' => '[email protected]' }
s.platform = :ios, '10.0'
s.pod_target_xcconfig = { 'VALID_ARCHS' => 'arm64 armv7 x86_64' }
s.source = { :git => 'https://github.com/iZettle/sdk-ios.git', :tag => "#{s.version}" }
s.source_files = "#{s.name}/**/*.{h,swift}"
s.preserve_paths = 'iZettleSDK/iZettleSDK.xcframework'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>3.1.1</string>
<string>3.2.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
Loading

0 comments on commit da37c89

Please sign in to comment.