Skip to content

Commit

Permalink
changes for 26.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
J. Doe (https://devcenter.bitrise.io/builds/setting-your-git-credentials-on-build-machines/) committed Sep 9, 2022
1 parent f443d8b commit a939ecf
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
]
)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SampleApp/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SampleAppObjC/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a939ecf

Please sign in to comment.