Skip to content

Commit

Permalink
changes for 29.2.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/) authored and VinceOnfido committed Jul 25, 2023
1 parent 34c59a4 commit c7ac316
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ 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)

## [29.2.1] - 2023-07-24

### Fixed

- Fixed USA and Canadian API calls that were incorrectly calling EU servers

## [29.2.0] - 2023-07-14

### Added
Expand All @@ -28,6 +34,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Fixed incorrect image quality messages being reported on document confirmation screen after 3 attempts
- Disabled swipe to dismiss gesture on loading screen in model presentation contexts
- Fixed reporting the incorrect NFC Media ID in flow response
- Fixed endless spinner appearing when navigating back from document capturing screen

## [29.1.0] - 2023-06-16

Expand Down
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ let package = Package(

.binaryTarget(
name: "Onfido",
url: "https://s3-eu-west-1.amazonaws.com/onfido-sdks/ios/Onfido-v29.2.0.zip",
checksum: "968cb59540cd468201a7e8447f9f888cc6970d63789c274cdc8e2a3934f6d805"
url: "https://s3-eu-west-1.amazonaws.com/onfido-sdks/ios/Onfido-v29.2.1.zip",
checksum: "fc01bf81769b69e69b405e349c50f73d18a257ad7490d32b70740c4010779d4e"
),

.binaryTarget(
name: "OnfidoExtended",
url: "https://s3-eu-west-1.amazonaws.com/onfido-sdks/ios/OnfidoExtended-v29.2.0.zip",
checksum: "d3e8ad17d1799b2a1126e016ce5ab813d3ede4185114245451b3a3e80b27ab8f"
url: "https://s3-eu-west-1.amazonaws.com/onfido-sdks/ios/OnfidoExtended-v29.2.1.zip",
checksum: "7f62c59da6c99eebbf19c4c3388ddb5e65152973d3a1b490d4e8883ac6bdd3c7"
),


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', '29.2.0'
pod 'Onfido', '29.2.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', '29.2.0'
pod 'Onfido', '29.2.1'
end

target 'SampleAppObjC' do
Expand Down

0 comments on commit c7ac316

Please sign in to comment.