This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically built release by Jenkins
- Loading branch information
jenkins
committed
Feb 7, 2022
1 parent
47d1e26
commit b67cd1f
Showing
18 changed files
with
1,096 additions
and
1,070 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
# Release notes | ||
|
||
## 7.7.9 | ||
|
||
* We've updated Microblink logo and colors | ||
|
||
## 7.7.8 | ||
|
||
### Platform-related SDK changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ <h1 id="msg">Loading...</h1> | |
</body> | ||
|
||
<!-- Keep in mind that Unpkg CDN is used for demonstration, it's not intended to be used in production! --> | ||
<script type="text/javascript" src="https://unpkg.com/@microblink/[email protected].8/dist/photopay-sdk.js"></script> | ||
<script type="text/javascript" src="https://unpkg.com/@microblink/[email protected].9/dist/photopay-sdk.js"></script> | ||
<script type="text/javascript"> | ||
|
||
/** | ||
|
@@ -57,7 +57,7 @@ <h1 id="msg">Loading...</h1> | |
} | ||
|
||
// 1. It's possible to obtain a free trial license key on microblink.com | ||
const licenseKey = "sRwAAAYJbG9jYWxob3N0r/lOPgo/w35CpHnVLc89ZsFrMIIID/JQA+igLP4+OC1w/+UyDWPWDNzOj/F1E4DjRo374jIjTVF7KBobS7rqHDaswP4oefrJgPVeeXBEM7HMUbB+8efr+6lWa3OtPxjfp8rINb63fSjxkEN9SEvUUDLqAavDnAlTb9+7HkguuRcFXsZBGX8xWmEUCYFtx+DBvI2Lcg=="; | ||
const licenseKey = "sRwAAAYJbG9jYWxob3N0r/lOPgo/w35CpHnVLZc/Zv6pLBo5ZvwJFaM3ZjQrU0vLlpL/zASv/9C8h4qLCQxHz/lzLj57TZmZrjtZt9rxDp++uMb3vHGgq2lhIZ4AKQkSfgqZpjbYMH4EWMDeDITcZCCCN5jpU4eZR/HcfRXBTJOImwM99APTz++jWQXxNGqWdM0qJzl5t0S9O7qwn9gPA0/kNw=="; | ||
|
||
// 2. Create instance of SDK load settings with your license key | ||
const loadSettings = new PhotoPaySDK.WasmSDKLoadSettings(licenseKey); | ||
|
@@ -71,7 +71,7 @@ <h1 id="msg">Loading...</h1> | |
loadSettings.loadProgressCallback = (progress) => progressEl.value = progress; | ||
|
||
// Set absolute location of the engine, i.e. WASM and support JS files | ||
loadSettings.engineLocation = "https://unpkg.com/@microblink/[email protected].8/resources"; | ||
loadSettings.engineLocation = "https://unpkg.com/@microblink/[email protected].9/resources"; | ||
|
||
// 3. Load SDK | ||
PhotoPaySDK.loadWasmModule(loadSettings).then( | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.