From a939ecf5082a4b15221c8ece7cbf8ececda7ef74 Mon Sep 17 00:00:00 2001 From: "J. Doe (https://devcenter.bitrise.io/builds/setting-your-git-credentials-on-build-machines/)" Date: Fri, 9 Sep 2022 09:32:10 +0000 Subject: [PATCH] changes for 26.0.1 release --- CHANGELOG.md | 9 +++++++++ Package.swift | 4 ++-- README.md | 2 +- SampleApp/Podfile | 2 +- SampleAppObjC/Podfile | 2 +- 5 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 215fe1a..e052095 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,15 +6,24 @@ 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) +## [26.0.1] - 2022-09-08 + +### Fixed + +- Public: Fix end user stuck on Selfie-Video task + ## [26.0.0] - 2022-08-10 ### Added - Public: Set secondary button border color to equal secondaryTitleColor +- Public: Update readme file to reflect the combined document type selection and country selection screen ### Fixed - Public: Fix response handle doesn't fire in the iOS release 25.1.0 +- Public: Disable image quality validations before submission on the backside of Romanian National Identity Cards (fixing issues with blank backsides) +- Public: Missing texts in DE locale ## [25.2.0] - 2022-07-22 diff --git a/Package.swift b/Package.swift index 3466d45..85cb3b8 100644 --- a/Package.swift +++ b/Package.swift @@ -17,8 +17,8 @@ let package = Package( targets: [ .binaryTarget( name: "Onfido", - url: "https://s3-eu-west-1.amazonaws.com/onfido-sdks/ios/Onfido-v26.0.0.zip", - checksum: "05aa8971072e8c8c7d84dbc8e07f8402a6160dc1655eaf29518feb4e94c03353" + url: "https://s3-eu-west-1.amazonaws.com/onfido-sdks/ios/Onfido-v26.0.1.zip", + checksum: "d50aac1289d7cef640fa70ae7114eece5700e3d84bbbeb482391590bd5af761a" ) ] ) diff --git a/README.md b/README.md index d17f7c2..2b28aca 100644 --- a/README.md +++ b/README.md @@ -1248,7 +1248,7 @@ Check the following before you go live: | User iOS Version | SDK Size Impact (MB) | |------------------|-----------------------------------| | 12.2 and above | 6.343| -| Below 12.2 | up to 6.343* or up to 15.7**| +| Below 12.2 | up to 6.343* or up to 15.701**| **\*** If the application is in Swift but doesn't include any Swift libraries that Onfido iOS SDK requires diff --git a/SampleApp/Podfile b/SampleApp/Podfile index bd9aa95..114c8c3 100644 --- a/SampleApp/Podfile +++ b/SampleApp/Podfile @@ -4,7 +4,7 @@ def setup_shared_pods use_frameworks! inhibit_all_warnings! - pod 'Onfido', '26.0.0' + pod 'Onfido', '26.0.1' end target 'SampleApp' do diff --git a/SampleAppObjC/Podfile b/SampleAppObjC/Podfile index 5d4dfb8..3457bb5 100644 --- a/SampleAppObjC/Podfile +++ b/SampleAppObjC/Podfile @@ -4,7 +4,7 @@ def setup_shared_pods use_frameworks! inhibit_all_warnings! - pod 'Onfido', '26.0.0' + pod 'Onfido', '26.0.1' end target 'SampleAppObjC' do