Skip to content

Commit

Permalink
Merge pull request #140 from hyperverge/release/0.32.0
Browse files Browse the repository at this point in the history
updated to 0.32.0
  • Loading branch information
mnive93 authored Oct 25, 2024
2 parents 65b1d11 + 500bfd0 commit d8fc98a
Show file tree
Hide file tree
Showing 64 changed files with 9,270 additions and 7,073 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## CHANGELOG
### 0.32.0 *[25 Oct 2024]*
- Enhancements
- Add support for `submittedTimestamp` in HVResponse for doc & face modules
- Optimised uploading of data in webCore mode
- Maintenance
- Use HyperSnapSDK `4.25.0`

### 0.31.0 *[16 Oct 2024]*
- Enhancements
- Added support for incomplete scan and introduced new errorCode `125`
Expand Down
Binary file modified Core/HyperKYC.xcframework/ios-arm64/HyperKYC.framework/HyperKYC
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
c[a] = c[a] || function () { (c[a].q = c[a].q || []).push(arguments) };
t = l.createElement(r); t.async = 1; t.src = "https://www.clarity.ms/tag/" + i;
y = l.getElementsByTagName(r)[0]; y.parentNode.insertBefore(t, y);
})(window, document, "clarity", "script", "mn4nvovyjk");
})(window, document, "clarity", "script", "mf01nd8k4n");

// TODO: Understand more about this code and check if we can strip out unnecessary functions
function getQueryParams() {
Expand All @@ -43,7 +43,7 @@
const queryParams = getQueryParams();

// Custom code to set the user ID
clarity("set", "userId", queryParams?.tnxId || 'unknown');
clarity("set", "userId", "transactionIdToBeReplacedInCode_f48ae56d-60e9-4b5f-a9a9-373e1a65bdc8");


// FIXME: Support color customisation for this loader animation
Expand Down
Binary file not shown.
Loading

0 comments on commit d8fc98a

Please sign in to comment.