diff --git a/CHANGELOG.md b/CHANGELOG.md index 431328c..c059195 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Localizable.strings b/Localizable.strings index 1f78099..dd0f746 100644 --- a/Localizable.strings +++ b/Localizable.strings @@ -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 */ diff --git a/MIGRATION.md b/MIGRATION.md index 95ae071..23dea58 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -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) @@ -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 @@ -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