diff --git a/CHANGELOG.md b/CHANGELOG.md index a495005..0eda6d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## Version 2.0.0 + +* VERIFF.start method requires the Veriff **verification URL** instead of the token +* The response of the Veriff process is a JSON object. + +```javascript +{ + "status": string // "VeriffSDK.Status" [DONE , CANCELED or ERROR] + "message": string // Detailed message +} +``` + +### Android + +* Updated Veriff SDK to version **3.6.0** +* Required Android 5.1 or upper + +### iOS + +* Updated Veriff SDK to version **4.1.0** + ## Version 1.1.0 ### Android diff --git a/package.json b/package.json index 9637296..af4a43c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,6 @@ { "name": "cordova-plugin-veriff", - "version": "1.1.0", - "main": "dist/veriff.js", + "version": "2.0.0", "description": "Cordova plugin exposing Veriff SDK", "scripts": { "build": "webpack -p" @@ -45,6 +44,7 @@ "ios" ], "author": "Carlos Santos Morales", + "maintainers": ["Carlos Santos Morales(CSantosM)"], "license": "Apache-2.0", "bugs": { "url": "https://github.com/CSantosM/cordova-plugin-veriff/issues" diff --git a/plugin.xml b/plugin.xml index 77cb2e7..cc52f96 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - + cordova-plugin-veriff Cordova plugin exposing Veriff SDK