Skip to content

Commit

Permalink
Updated docs to version v2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dino Gustin committed Feb 7, 2018
1 parent fd4ed29 commit 159746d
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 5 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## 2.16.0

- Updates and additions
- added support for reading front side of Hong Kong ID - use `PPHongKongIDFrontRecognizerSettings`
- added support for reading front and back side of Colombian ID - use `PPColombiaIDFrontRecognizerSettings` and `PPColombiaIDBackRecognizerSettings`
- added support for reading front and back side of United Arab Emirates ID - use `PPUnitedArabEmiratesIDFrontRecognizerSettings` and `PPUnitedArabEmiratesIDBackRecognizerSettings`
- added support for reading front side of New Zealand drivers license - use `PPNewZealandDLFrontRecognizerSettings`

- Improvements in ID scanning performance
- Improved reading of Belgium ID BRZ OPT2 field
- added support for reading Belgium MRZ with partial date of birth - `PPMrtdRecognizerSettings.allowUnverifiedResults` must be set to `true`
- added support for reading Kenya MRZ - `PPMrtdRecognizerSettings.allowUnverifiedResults` must be set to `true`
- improved `MyKadFrontSideRecognizer` and `MyTenteraRecognizer`:
- better reading of name field
- better reading of address field

- Bugfixes
- when setting DPI for full document image in concrete recognizer settings that has property `fullDocumentImageDPI`, exception is thrown if DPI value is not in the expected range `[100, 400]`
- fixed a crash in Templating API caused by using a `MultiDetector` with `DetectorRecognizer`
- fixed returning of face image when using `PPUnitedArabEmiratesIDFrontRecognizer`:
- fixed face image position

## 2.15.0

- Updates and additions
Expand Down
4 changes: 2 additions & 2 deletions PPBlinkID.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "PPBlinkID"
s.version = "2.15.0"
s.version = "2.16.0"
s.summary = "A delightful component for barcode scanning"
s.homepage = "http://microblink.com"

Expand Down Expand Up @@ -32,7 +32,7 @@ Pod::Spec.new do |s|

s.source = {
:git => 'https://github.com/BlinkID/blinkid-ios.git',
:tag => 'v2.15.0'
:tag => 'v2.16.0'
}

s.platform = :ios
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pod try PPBlinkID
platform :ios, '8.0'

target 'TargetName' do
pod 'PPBlinkID', '~> 2.15.0'
pod 'PPBlinkID', '~> 2.16.0'
end
```

Expand Down
22 changes: 22 additions & 0 deletions Release notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## 2.16.0

- Updates and additions
- added support for reading front side of Hong Kong ID - use `PPHongKongIDFrontRecognizerSettings`
- added support for reading front and back side of Colombian ID - use `PPColombiaIDFrontRecognizerSettings` and `PPColombiaIDBackRecognizerSettings`
- added support for reading front and back side of United Arab Emirates ID - use `PPUnitedArabEmiratesIDFrontRecognizerSettings` and `PPUnitedArabEmiratesIDBackRecognizerSettings`
- added support for reading front side of New Zealand drivers license - use `PPNewZealandDLFrontRecognizerSettings`

- Improvements in ID scanning performance
- Improved reading of Belgium ID BRZ OPT2 field
- added support for reading Belgium MRZ with partial date of birth - `PPMrtdRecognizerSettings.allowUnverifiedResults` must be set to `true`
- added support for reading Kenya MRZ - `PPMrtdRecognizerSettings.allowUnverifiedResults` must be set to `true`
- improved `MyKadFrontSideRecognizer` and `MyTenteraRecognizer`:
- better reading of name field
- better reading of address field

- Bugfixes
- when setting DPI for full document image in concrete recognizer settings that has property `fullDocumentImageDPI`, exception is thrown if DPI value is not in the expected range `[100, 400]`
- fixed a crash in Templating API caused by using a `MultiDetector` with `DetectorRecognizer`
- fixed returning of face image when using `PPUnitedArabEmiratesIDFrontRecognizer`:
- fixed face image position

## 2.15.0

- Updates and additions
Expand Down
6 changes: 5 additions & 1 deletion Transition guide.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.16.0

- No changes

## 2.15.0

- Renamed `PPMyKadRecognizerSettings` and `PPMyKadRecognizerResult` to `PPMyKadFrontRecognizerSettings` and `PPMyKadFrontRecognizerResult`
Expand Down Expand Up @@ -246,4 +250,4 @@ for (PPRecognizerResult *result in results) {

- Main header of the framework was renamed to `<MicroBlink/Microblink.h>`. Change all references to previous header with the new one.

- method `[PPCoordinator isPhotoPaySupported]` was renamed to `[PPCoordinator isScanningSupported]`. Change all occurances of the method name.
- method `[PPCoordinator isPhotoPaySupported]` was renamed to `[PPCoordinator isScanningSupported]`. Change all occurances of the method name.
2 changes: 1 addition & 1 deletion buildCommit.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Built from core repository commit 3f2d2b51fa54537153c0c0bac8be839b31947997
Built from core repository commit 3526c94b36416c3a7187ddf6f2bb7ad2002860ac

0 comments on commit 159746d

Please sign in to comment.