Skip to content

Commit

Permalink
Merge pull request #192 from onfido/release/18.8.1
Browse files Browse the repository at this point in the history
Release 18.8.1
  • Loading branch information
keremgund authored Oct 22, 2020
2 parents 0bb0c03 + 090c67a commit 2999735
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

**Note**: If the strings translations change it will result in a MINOR version change, therefore you are responsible for testing your translated layout in case you are using custom translations. [More on language localisation](README.md#language-customisation)

## [18.8.0] - 2020-10-13
## [18.8.1] - 2020-10-22

### Fixed

- UI: Fixed several bugs causing camera freeze, laggy interaction on document capture screen

## [18.8.0] - 2020-10-07

### Changed

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,7 @@ A few things to check before you go live:
| User iOS Version | SDK Size Impact (MB) |
|------------------|-----------------------------------|
| 12.2 and above | 4.707|
| Below 12.2 | up to 4.707* or up to 16.399**|
| Below 12.2 | up to 4.707* or up to 16.407**|


**\*** If the application is in Swift but doesn't include any Swift libraries that Onfido iOS SDK requires
Expand Down
2 changes: 1 addition & 1 deletion SampleApp/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ platform :ios, '10.0'
target 'SampleApp' do
use_frameworks!

pod 'Onfido', '18.8.0'
pod 'Onfido', '18.8.1'
end

post_install do |installer|
Expand Down
2 changes: 1 addition & 1 deletion SampleAppObjC/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ platform :ios, '10.0'
target 'SampleAppObjC' do
use_frameworks!

pod 'Onfido', '18.8.0'
pod 'Onfido', '18.8.1'
end

post_install do |installer|
Expand Down
3 changes: 2 additions & 1 deletion onfido-carthage-spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@
"18.5.0": "https://s3-eu-west-1.amazonaws.com/onfido-sdks/ios/Onfido-v18.5.0.zip",
"18.6.0": "https://s3-eu-west-1.amazonaws.com/onfido-sdks/ios/Onfido-v18.6.0.zip",
"18.7.0": "https://s3-eu-west-1.amazonaws.com/onfido-sdks/ios/Onfido-v18.7.0.zip",
"18.8.0": "https://s3-eu-west-1.amazonaws.com/onfido-sdks/ios/Onfido-v18.8.0.zip"
"18.8.0": "https://s3-eu-west-1.amazonaws.com/onfido-sdks/ios/Onfido-v18.8.0.zip",
"18.8.1": "https://s3-eu-west-1.amazonaws.com/onfido-sdks/ios/Onfido-v18.8.1.zip"
}

0 comments on commit 2999735

Please sign in to comment.