Skip to content

Commit

Permalink
Updated 10.6.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Anurag Ajwani committed Mar 12, 2019
1 parent 4da408e commit 934f615
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ 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)

## [10.6.0] - 2019-03-12

### Added
- UI: Added real time head turn progress for liveness screen

### Changed
- UI: Flow intro shows arrow icon instead of numbered icon when single SDK configured with single capture step

### Fixed
- UI: Arrow on glare detection bubble and barcode undetected bubble not separated from main rectangle containing text
- Public: fixed incorrect cropping of document image when document capture started on landscape

## [10.5.0] - 2019-03-06

### Added
Expand Down
6 changes: 2 additions & 4 deletions Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,11 @@
/* Liveness capture */

"onfido_liveness_preparation_subtitle" = "Press the record button and follow the instructions";
"onfido_liveness_challenge_next" = "When you’re done, press next";
"onfido_liveness_challenge_stop" = "When you’re done, press stop";
"onfido_liveness_timeout_exceeded_title" = "Looks like you took too long";
"onfido_liveness_timeout_exceeded_description" = "Remember to press stop when you\'re done";
"onfido_liveness_challenge_digits_title" = "Say each digit out loud";
"onfido_liveness_challenge_turn_left_title" = "Look over your left\n shoulder";
"onfido_liveness_challenge_turn_right_title" = "Look over your right\n shoulder";
"onfido_liveness_challenge_turn_left_title" = "Look to the left and back";
"onfido_liveness_challenge_turn_right_title" = "Look to the right and back";
"onfido_liveness_challenge_open_mouth_title" = "Open and close your\n mouth";

/* Liveness confirmation */
Expand Down
5 changes: 5 additions & 0 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

These guides below are provided to ease the transition of existing applications using the Onfido SDK from one version to another that introduces breaking API changes.

* [Onfido iOS SDK 10.6.0 Migration Guide](#onfido-sdk-1050-migration-guide)
* [Onfido iOS SDK 10.5.0 Migration Guide](#onfido-sdk-1050-migration-guide)
* [Onfido iOS SDK 10.4.0 Migration Guide](#onfido-sdk-1040-migration-guide)
* [Onfido iOS SDK 10.3.0 Migration Guide](#onfido-sdk-1030-migration-guide)
Expand All @@ -21,6 +22,8 @@ These guides below are provided to ease the transition of existing applications
* [Onfido iOS SDK 4.0.0 Migration Guide](#onfido-sdk-400-migration-guide)
* [Onfido iOS SDK 3.0.0 Migration Guide](#onfido-sdk-300-migration-guide)

## Onfido iOS SDK 10.6.0 Migration Guide

## Onfido iOS SDK 10.5.0 Migration Guide

### Strings
Expand All @@ -41,6 +44,8 @@ The following string keys have been **changed**:
- `onfido_unsupported_document_description`

The following string keys have been **removed**:
- `onfido_liveness_challenge_next`
- `onfido_liveness_challenge_stop`
- `onfido_liveness_challenge_recording`

## Onfido iOS SDK 10.4.0 Migration Guide
Expand Down

0 comments on commit 934f615

Please sign in to comment.