Skip to content

Commit 275eefb

Browse files
Merge pull request #982 from dynamsoft-docs/preview
19.3.2 & 18.5.4
2 parents 779f379 + 0833d6a commit 275eefb

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

_articles/info/schedule/Stable.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ description: Dynamic Web TWAIN SDK Documentation Schedule Stable Release Page
1010

1111
# Stable Releases
1212

13+
## 19.3.2 (03/05/2026)
14+
15+
Updated third-party libraries to enhance security.
16+
1317
## 19.3.1 (02/11/2026)
1418

1519
* Improved the local network access check. Screenshots have been moved to a separate web page (which lists UI differences across browsers/versions) instead of being embedded directly in the dialogs.
@@ -143,6 +147,9 @@ Updated the names of headers for the REST API.
143147
- Fixed a CORS request blocked error which also triggers a prompt to install the Dynamic Web TWAIN Service.
144148
- Fixed Vite runtime errors caused by polyfills and resource path misconfiguration.
145149

150+
## 18.5.4 (03/05/2026)
151+
152+
Updated third-party libraries to enhance security.
146153

147154
## 18.5.3 (01/14/2026)
148155

_includes/version-list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<span class="fullVersionHistory">
22
<ul class="fullVersionInfo">
3-
<li onclick="changeVersion(this)">Latest Version (19.3)</li>
3+
<li onclick="changeVersion(this)">Latest Version (19.3.2)</li>
44
<li onclick="changeVersion(this)">Version 19.0</li>
55
<li onclick="changeVersion(this)">Version 18.5.1</li>
66
<li onclick="changeVersion(this)">Version 18.4</li>

assets/js/setLatestVersion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var versionNoteLatestVersion = "19.3"
1+
var versionNoteLatestVersion = "19.3.2"
22

33
$(function() {
44
$("#versionNoteLatestVersion").text(" (" + versionNoteLatestVersion + ")")

0 commit comments

Comments
 (0)