@regulaforensics/cordova-plugin-document-reader-api 6.3.0 → 6.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -23,7 +23,6 @@ $ cordova prepare
23
23
  ```
24
24
 
25
25
  4. Copy the `regula.license` file to the `example/www` folder.
26
- 5. Change the application ID to the one you have specified during the registration at [client.regulaforensics.com](https://client.regulaforensics.com).
27
26
  6. Android:
28
27
  * Run `cordova run android` inside `example` folder - this is just one way to run the app. You can also run it directly from within Android Studio.
29
28
 
@@ -36,7 +35,6 @@ $ cordova prepare
36
35
  ### Troubleshooting license issues
37
36
  If you have issues with license verification when running the application, please verify that next is true:
38
37
  1. The OS, which you use, is specified in the license (e.g., Android and/or iOS).
39
- 2. The application (Bundle) ID, which you use, is specified in the license.
40
38
  3. The license is valid (not expired).
41
39
  4. The date and time on the device, where you run the application, are valid.
42
40
  5. You use the latest release version of the Document Reader SDK.
@@ -16,7 +16,7 @@
16
16
  "cordova-android": "^9.0.0",
17
17
  "cordova-ios": "^6.1.1",
18
18
  "cordova-plugin-add-swift-support": "^2.0.2",
19
- "@regulaforensics/cordova-plugin-document-reader-api": "^6.3.0",
19
+ "@regulaforensics/cordova-plugin-document-reader-api": "^6.3.1",
20
20
  "@regulaforensics/cordova-plugin-document-reader-core-fullrfid": "^6.3.0",
21
21
  "cordova-plugin-file": "^6.0.2",
22
22
  "cordova-plugin-image-picker": "^1.1.3",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/cordova-plugin-document-reader-api",
3
- "version": "6.3.0",
3
+ "version": "6.3.1",
4
4
  "description": "Cordova plugin for reading and validation of identification documents (API framework)",
5
5
  "cordova": {
6
6
  "id": "@regulaforensics/cordova-plugin-document-reader-api",
package/plugin.xml CHANGED
@@ -1,5 +1,5 @@
1
1
  <?xml version='1.0' encoding='utf-8'?>
2
- <plugin id="cordova-plugin-document-reader-api" version="6.3.0"
2
+ <plugin id="cordova-plugin-document-reader-api" version="6.3.1"
3
3
  xmlns="http://apache.org/cordova/ns/plugins/1.0">
4
4
  <name>DocumentReaderApi</name>
5
5
  <description>Cordova plugin Document reader api</description>
@@ -12,7 +12,7 @@ repositories {
12
12
  }
13
13
 
14
14
  dependencies {
15
- implementation ('com.regula.documentreader:api:6.3.6939'){
15
+ implementation ('com.regula.documentreader:api:6.3.6946'){
16
16
  transitive = true
17
17
  }
18
18
  }