Skip to content

Commit 550fde7

Browse files
committed
Prepare version 1.3.0
1 parent 2338a51 commit 550fde7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## X.X.X (TBA)
3+
## 1.3.0 (Feb, 2026)
44

55
- Added `onboardingApproval` to the `WDOStatusCheckReason` when the process is waiting for institution approval.
66
- SDK now supports server that is configured to support multiple BlinkID applications (bundle IDs/Package Names). The `origin` parameter is now sent to the server to identify the application.

packages/lib-cordova/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cordova-digital-onboarding",
33
"title": "Digital Onboarding Cordova Plugin",
4-
"version": "1.0.0",
4+
"version": "1.3.0",
55
"description": "Wultra Digital Onboarding for Cordova",
66
"main": "lib/index.js",
77
"types": "lib/index.d.ts",

packages/lib-cordova/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-digital-onboarding" version="1.0.0">
2+
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-digital-onboarding" version="1.3.0">
33
<name>Digital Onboarding Cordova Plugin</name>
44
<description>Wultra Digital Onboarding for Cordova</description>
55
<license>Apache 2.0</license>

0 commit comments

Comments
 (0)