Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Anurag Ajwani committed Oct 7, 2019
1 parent a7ad2de commit 6ba988e
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ 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)

## [14.0.0] - 2019-10-07

### Added
- Public: Carthage support added, please check the [README](https://github.com/onfido/onfido-ios-sdk#using-carthage) for the details.

## [next-version]

### Fixed
- UI: Fixed the UI bug which affects navigation bar in camera screens when integrator uses global appearance customisation for the navigation bar
- UI: Fixed the issue that causes showing constraint warnings in the console when user goes to the any camera capture screen
- UI: VoiceOver focuses on back button instead of take new picture on capture confirmation screen when transitioning between photo capture to capture confirmation
- Public: Fixed Segment SDK crash issues, upgraded Segment SDK version to 3.7.0

### Changed
- UI: Liveness pre-recording loader fades out and instructions now fades in. Also "Start recording" slides in from the bottom.

## [14.0.0-rc] - 2019-09-12

### Added
Expand Down
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Onfido

[![Version](https://img.shields.io/cocoapods/v/Onfido.svg?style=flat)](http://cocoapods.org/pods/Onfido)
[![Carthage](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](http://cocoapods.org/pods/Onfido)
[![Build Status](https://app.bitrise.io/app/d04e3a422799521b/status.svg?token=vBI0wpdUSfh25wctd1MHfA&branch=master)](https://www.bitrise.io/app/d04e3a422799521b)
[![License](https://img.shields.io/cocoapods/l/Onfido.svg?style=flat)](http://cocoapods.org/pods/Onfido)
[![Platform](https://img.shields.io/cocoapods/p/Onfido.svg?style=flat)](http://cocoapods.org/pods/Onfido)
Expand Down Expand Up @@ -170,6 +171,16 @@ pod 'Onfido'

Run `pod install` to get the sdk.

#### Using Carthage

The SDK is available on Carthage and you can include it in your projects by adding the following to your Cartfile:

```ruby
binary "https://raw.githubusercontent.com/onfido/onfido-ios-sdk/master/carthage-spec.json"
```

Run `carthage update` to get the sdk.

#### Manual Installation

The SDK is available in [Github Releases tab](https://github.com/onfido/onfido-ios-sdk/releases) where you can download the compressed framework, you can find the latest release [here](https://github.com/onfido/onfido-ios-sdk/releases/latest).
Expand Down Expand Up @@ -863,8 +874,8 @@ A few things to check before you go live:

| User iOS Version | SDK Size Impact (MB) |
|------------------|-----------------------------------|
| 12.2 and above | `2.875` |
| Below 12.2 | up to `3.351`* or up to `12.123`** |
| 12.2 and above | `3.436` |
| Below 12.2 | up to `3.436`* or up to `12.437`** |


**\*** If the application is in Swift but doesn't include any Swift libraries that Onfido iOS SDK requires
Expand Down

0 comments on commit 6ba988e

Please sign in to comment.