Skip to content

Commit

Permalink
Updated docs to version 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dino Gustin committed Apr 5, 2018
1 parent 766cee5 commit 9241675
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 4 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## 2.17.0

- Updates and additions
- added support for reading front and back side of Jordan ID - use `PPJordanIDFrontRecognizerSettings` and `PPJordanIDBackRecognizerSettings`
- added Jordan Combined Recognizer - use `PPJordanIDCombinedRecognizerSettings`
- added support for reading Egyptian ID Front - use `PPEgyptIDFrontRecognizerSettings`
- added support for reading Malaysian DL Front - use `PPMalaysianDLFrontRecognizerSettings`
- added support for reading Malaysian Passport IMM13P MRTD - be sure to set `allowSpecialCharacters` to `true` when creating `PPMrtdRecognizerSettings`

- Improvements in ID scanning performance
- Improved reading Malaysian MyKad and MyTentera
- Improved reading VINs
- Improved parsing of USDL

- Bugfixes
- fixed returning of face image when using `PPUnitedArabEmiratesIDFrontRecognizer`:
- fixed face image position
- fixed crash in `PPDocumentFaceRecognizer`
- Fixed expiry date for magnetic stripe USDL subtype - using day of birth not last day of the month for license expiry day
- Fixed rare crashes that sometimes happened when trying to fetch unparsed dates
- fixed crashes that happened when trying to activate the torch while video input hasn't loaded

## 2.16.1

- Bugfixes
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.16.1"
s.version = "2.17.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.16.1'
:tag => 'v2.17.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.16.1'
pod 'PPBlinkID', '~> 2.17.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.17.0

- Updates and additions
- added support for reading front and back side of Jordan ID - use `PPJordanIDFrontRecognizerSettings` and `PPJordanIDBackRecognizerSettings`
- added Jordan Combined Recognizer - use `PPJordanIDCombinedRecognizerSettings`
- added support for reading Egyptian ID Front - use `PPEgyptIDFrontRecognizerSettings`
- added support for reading Malaysian DL Front - use `PPMalaysianDLFrontRecognizerSettings`
- added support for reading Malaysian Passport IMM13P MRTD - be sure to set `allowSpecialCharacters` to `true` when creating `PPMrtdRecognizerSettings`

- Improvements in ID scanning performance
- Improved reading Malaysian MyKad and MyTentera
- Improved reading VINs
- Improved parsing of USDL

- Bugfixes
- fixed returning of face image when using `PPUnitedArabEmiratesIDFrontRecognizer`:
- fixed face image position
- fixed crash in `PPDocumentFaceRecognizer`
- Fixed expiry date for magnetic stripe USDL subtype - using day of birth not last day of the month for license expiry day
- Fixed rare crashes that sometimes happened when trying to fetch unparsed dates
- fixed crashes that happened when trying to activate the torch while video input hasn't loaded

## 2.16.1

- Bugfixes
Expand Down
4 changes: 4 additions & 0 deletions Transition guide.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.17.0

- No changes

## 2.16.1

- No changes
Expand Down
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 9ee10b72b8eefbab78a7071926330abe5ceb031b
Built from core repository commit b21617c3a024def924b8e09661792ea97debf7c5

0 comments on commit 9241675

Please sign in to comment.