Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Anurag Ajwani committed May 23, 2019
1 parent 48189e1 commit 80db7fc
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 0 additions & 2 deletions Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand All @@ -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";
Expand Down
9 changes: 9 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 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)
Expand All @@ -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
Expand Down

0 comments on commit 80db7fc

Please sign in to comment.