Skip to content

Commit 8976610

Browse files
authored
Merge pull request #536 from ztyyLV/Jackson-branch
Jackson branch
2 parents ec43baa + 7482f40 commit 8976610

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

_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</li>
3+
<li onclick="changeVersion(this)">Latest Version (18.1)</li>
44
<li onclick="changeVersion(this)">Version 18.0</li>
55
<li onclick="changeVersion(this)">Version 17.3</li>
66
<li onclick="changeVersion(this)">Version 17.2.1</li>

_layouts/default-layout.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@
7979
{%- include page_footer.html -%}
8080
</div>
8181

82-
<script type="text/javascript">anchors.add();</script>
83-
<script type="text/javascript">UrlReplace();</script>
84-
8582
<script type="text/javascript">
83+
$(".currentVersion").text("latest version (18.1)");
84+
anchors.add();
85+
UrlReplace();
8686
FullTreeMenuList('{{page.needAutoGenerateSidebar}}', '{{page.needGenerateH3Content}}');
8787
</script>
8888

faq/failed-to-load-resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In this case, if you are trying to access an application that integrates a versi
2929

3030
- For v17.1.1 or older versions, choose one of the following approaches:
3131
- Method 1. Upgrade to V18.0+ which comes with a valid certificate
32-
- Method 2. If you must fix the issue on a few client machines immediately, manually update the following cert files on the client-side machine. Click <a href="https://tst.dynamsoft.com/public/download/dwt/newcert/local.dynamsoft.com/newcert.zip" target="_blank">here</a> to download the new certificate and use the new server.pem.ldsc & server_key.pem.ldsc to replace the old one under C:\Windows\SysWOW64\Dynamsoft\DynamsoftService(DynamsoftServicex64)\cert.
32+
- Method 2. If you must fix the issue on a few client machines immediately, manually update the following cert files on the client-side machine. Click <a href="https://tst.dynamsoft.com/public/download/dwt/newcert/local.dynamsoft.com/newcert.zip" target="_blank">here</a> to download the new certificate and use the new server.pem.ldsc & server_key.pem.ldsc to replace the old one under **`C:\Windows\SysWOW64\Dynamsoft\DynamsoftService(DynamsoftServicex64)\cert`**.
3333
Note: the new certificate from Dynamsoft will expire on December 8th, 2023. This means you will need to update the certificate again after this certificate expires.
3434
- Method 3. <a href="{{site.about}}getsupport.html" target="_blank">Contact Dynamsoft</a> for a new MSI for client-side.
3535

0 commit comments

Comments
 (0)