From 80db7fc8e928ab68039b3aa2c939bbb9cde7281c Mon Sep 17 00:00:00 2001 From: Anurag Ajwani Date: Thu, 23 May 2019 15:05:41 +0100 Subject: [PATCH] Updated version --- CHANGELOG.md | 10 ++++++++++ Localizable.strings | 2 -- MIGRATION.md | 9 +++++++++ 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79e29e7..4efd58a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ 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) +## [11.1.2] - 2019-05-17 + +### Fixed +- UI: User sees liveness intro screen after app is backgrounded during liveness capture +- UI: Device permission screen labels overlapping with icon when user setting has larger text size +- UI: Fix for having wrong sized record button on liveness capture screen in some dynamic font size configured cases +- Public: Removed unnecessary string keys +- Public: SDK does not throw `OnfidoFlowError.microphonePermission` when face capture photo variant is used and app has microphone permission denied + ## [11.1.1] - 2019-04-29 ### Fixed @@ -23,6 +32,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - UI: Changed circle loading indicator to progress bar for document and video upload progress ### Fixed +- UI: Accessibility voiceover improvements for all screens - UI: Fixed crash issue during recording video in some cases ## [11.0.1] - 2019-04-08 diff --git a/Localizable.strings b/Localizable.strings index 8602839..ac901f6 100644 --- a/Localizable.strings +++ b/Localizable.strings @@ -183,7 +183,6 @@ "onfido_retry" = "Retry"; "onfido_discard" = "Take a new picture"; "onfido_next" = "Next"; -"onfido_back" = "Back"; "onfido_continue" = "Continue"; "onfido_thank_you" = "Thank you"; "onfido_decline" = "Decline"; @@ -199,7 +198,6 @@ "onfido_accessibility_liveness_confirmation_view" = "Your video"; "onfido_start_recording" = "Start recording"; "onfido_finish_recording" = "Finish recording"; -"onfido_next_step" = "Next step"; "onfido_start" = "Start"; "onfido_message_loading" = "Loading"; "onfido_accessibility_liveness_video_example" = "Example video showing how to record a selfie video"; diff --git a/MIGRATION.md b/MIGRATION.md index 4c9eef3..9674283 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 11.1.2 Migration Guide](#onfido-sdk-1112-migration-guide) * [Onfido iOS SDK 11.1.0 Migration Guide](#onfido-sdk-1110-migration-guide) * [Onfido iOS SDK 11.0.0 Migration Guide](#onfido-sdk-1100-migration-guide) * [Onfido iOS SDK 10.6.0 Migration Guide](#onfido-sdk-1060-migration-guide) @@ -24,6 +25,14 @@ 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 11.1.2 Migration Guide + +### Strings + +The following string keys have been **removed**: +- `onfido_back` +- `onfido_next_step` + ## Onfido iOS SDK 11.1.0 Migration Guide ### Deprecated