Skip to content

Commit

Permalink
Merge pull request #173 from onfido/release/18.3.2
Browse files Browse the repository at this point in the history
Release 18.3.2
  • Loading branch information
gokhanaliccii authored Aug 6, 2020
2 parents cf72d09 + c582059 commit 9128999
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ 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)

## [18.3.2] - 2020-08-06

### Changed

- UI: Removed Singapore endonym

### Fixed

- UI: Fix the problem about having buttons in different height. [Github Issue](https://github.com/onfido/onfido-ios-sdk/issues/169)
- Public: Fixed localisation language selection when app and device preferred language is not supported by Bundle

## [18.3.1] - 2020-07-27

### Fixed
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -903,8 +903,6 @@ Onfido iOS SDK already comes with out-of-the-box translations for the following
- French (fr) 🇫🇷
- German (de) 🇩🇪
In case you would like us to add translations for some other locales we don't provide yet, please contact us through [ios-sdk@onfido.com](mailto:ios-sdk@onfido.com?Subject=ISSUE%3A).
### Language customisation
**Note**:
Expand Down
2 changes: 1 addition & 1 deletion SampleApp/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://cdn.cocoapods.org/'
target 'SampleApp' do


pod 'Onfido', '18.3.1'
pod 'Onfido', '18.3.2'


end
2 changes: 1 addition & 1 deletion SampleAppObjC/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://cdn.cocoapods.org/'
target 'SampleAppObjC' do


pod 'Onfido', '18.3.1'
pod 'Onfido', '18.3.2'


end
3 changes: 2 additions & 1 deletion onfido-carthage-spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
"18.2.0": "https://s3-eu-west-1.amazonaws.com/onfido-sdks/ios/Onfido-v18.2.0.zip",
"18.1.2": "https://s3-eu-west-1.amazonaws.com/onfido-sdks/ios/Onfido-v18.1.2.zip",
"18.3.0": "https://s3-eu-west-1.amazonaws.com/onfido-sdks/ios/Onfido-v18.3.0.zip",
"18.3.1": "https://s3-eu-west-1.amazonaws.com/onfido-sdks/ios/Onfido-v18.3.1.zip"
"18.3.1": "https://s3-eu-west-1.amazonaws.com/onfido-sdks/ios/Onfido-v18.3.1.zip",
"18.3.2": "https://s3-eu-west-1.amazonaws.com/onfido-sdks/ios/Onfido-v18.3.2.zip"
}

0 comments on commit 9128999

Please sign in to comment.