Skip to content

Commit

Permalink
Release 4.3.0
Browse files Browse the repository at this point in the history
* [ADDED] Introduction of the support for SumUp 'Solo' card reader (beta phase)
* [ADDED] Prompt may appear after a checkout to recommend updating card reader firmware
* [IMPROVEMENT] Refreshed SumUp Brand Design Language for failed, successful and receipt screens
* [IMPROVEMENT] More reliable handling of card reader connectivity issues during checkout
* [IMPROVEMENT] Tip amount may be shown at the top of the screen during checkout
* [IMPROVEMENT] Improvements to the Bluetooth scanning screen
* [IMPROVEMENT] Improvements to some card reader animations
* [REMOVED] Payment links are no longer supported as a payment method
* [REMOVED] Switch to enable/disable card reader removed from the Checkout Preferences screen
* [REMOVED] Minimum deployment target is now iOS 12 (was iOS 10)
  • Loading branch information
jadeburton-sumup committed Dec 16, 2022
1 parent 55d43ae commit 18df5a3
Show file tree
Hide file tree
Showing 790 changed files with 176 additions and 15,318 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# SumUp iOS SDK Changelog

## Version 4.3.0
* [ADDED] Introduction of the support for SumUp 'Solo' card reader (beta phase)
* [ADDED] Prompt may appear after a checkout to recommend updating card reader firmware
* [IMPROVEMENT] Refreshed SumUp Brand Design Language for failed, successful and receipt screens
* [IMPROVEMENT] More reliable handling of card reader connectivity issues during checkout
* [IMPROVEMENT] Tip amount may be shown at the top of the screen during checkout
* [IMPROVEMENT] Improvements to the Bluetooth scanning screen
* [IMPROVEMENT] Improvements to some card reader animations
* [REMOVED] Payment links are no longer supported as a payment method
* [REMOVED] Switch to enable/disable card reader removed from the Checkout Preferences screen
* [REMOVED] Minimum deployment target is now iOS 12 (was iOS 10)

## Version 4.2.1
* [BUGFIX] Internal bug fixes and improvements

Expand All @@ -9,7 +21,6 @@
* [ADDED] Dedicated error code for handling invalid decimal values for currencies - `SMPSumUpSDKErrorInvalidAmountDecimals`
* [UPCOMING] Dropping support for iOS 10 and iOS 11


## Version 4.1.1

* [BUGFIX] Podspec fix. The release v4.1.0 does not work with Cocoapods due to an issue in the Podspec file. All changes mentioned in v4.1.0 are available in this release.
Expand Down
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Platform](https://img.shields.io/badge/Platform-iOS-lightgrey.svg?style=flat-square)](#prerequisites)
[![Created](https://img.shields.io/badge/Made%20by-SumUp-blue.svg?style=flat-square)](https://sumup.com)
[![Supports](https://img.shields.io/badge/Requires-iOS%2010+-red.svg?style=flat-square)]()
[![Version](https://img.shields.io/badge/Version-4.2.1-yellowgreen.svg?style=flat-square)](CHANGELOG.md)
[![Version](https://img.shields.io/badge/Version-4.3.0-yellowgreen.svg?style=flat-square)](CHANGELOG.md)
[![License](https://img.shields.io/badge/License-SumUp-brightgreen.svg?style=flat-square)](LICENSE)
[![CocoaPods](https://img.shields.io/cocoapods/v/SumUpSDK.svg?style=flat-square)]()
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
Expand All @@ -26,12 +26,10 @@ For more information, please refer to

### Prerequisites
1. Registered for a merchant account via SumUp's [country websites](https://sumup.com/) (or received a test account).
2. Received SumUp card terminal: Air, Air Lite, PIN+ terminal, Chip & Signature reader, or SumUp Air Register.
2. Received SumUp card terminal: Solo, Air, Air Lite, PIN+ terminal, Chip & Signature reader, or SumUp Air Register.
3. Requested an Affiliate (Access) Key via [SumUp Dashboard](https://me.sumup.com/developers) for Developers.
4. Deployment Target iOS 10.0 or later.
- The next SumUp SDK version will drop the support for iOS 10 and iOS 11
5. Recommended to use on Xcode 11 and iOS SDK 13 or later.
- The next SumUp SDK version will recommend the usage of Xcode 13 and iOS SDK 15 or later.
4. Deployment Target iOS 12.0 or later.
5. Recommended to use on Xcode 13 and iOS SDK 15 or later.
6. iPhone, iPad or iPod touch.

### Table of Contents
Expand Down
4 changes: 4 additions & 0 deletions SampleApp/SumUpSDKSampleApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
INFOPLIST_FILE = "SumUpSDKSampleApp/SumUpSDKSampleApp-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -384,6 +385,7 @@
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
INFOPLIST_FILE = "SumUpSDKSampleApp/SumUpSDKSampleApp-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -511,6 +513,7 @@
DEVELOPMENT_TEAM = "";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
INFOPLIST_FILE = "SumUpSDKSampleApp/SumUpSDKSampleApp-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -531,6 +534,7 @@
DEVELOPMENT_TEAM = "";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
INFOPLIST_FILE = "SumUpSDKSampleApp/SumUpSDKSampleApp-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down
Loading

0 comments on commit 18df5a3

Please sign in to comment.