Skip to content

Commit

Permalink
Merge pull request #58 from BlinkID/release/v1.5.4
Browse files Browse the repository at this point in the history
Release/v1.5.4
  • Loading branch information
i1E authored Apr 12, 2018
2 parents 31ff05d + 232956f commit 3d130b2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BlinkID/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blinkid-cordova",
"version": "1.5.3",
"version": "1.5.4",
"description": "A small and powerful ID card scanning library",
"cordova": {
"id": "com.microblink.blinkid",
Expand Down
2 changes: 1 addition & 1 deletion BlinkID/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="com.microblink.BlinkIdScanner"
version="1.5.3">
version="1.5.4">

<name>BlinkIdScanner</name>
<description>A small and powerful ID card scanning library</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ public boolean execute(String action, JSONArray args, CallbackContext callbackCo
language = args.optString(4);
}

types.add(RecognizerType.INDONESIA_ID.id);
scan(types, licenseKey, language);
} else {
return false;
Expand Down
3 changes: 3 additions & 0 deletions Release notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.5.4
- fixed bug on Android which caused that Indonesian ID is always scanned

## 1.5.3
- updated Android SDK to v3.16.0
- fixed returning of face image for Indonesian ID on Android
Expand Down

0 comments on commit 3d130b2

Please sign in to comment.