Skip to content

Commit c5f8566

Browse files
Update references to Dynamsoft Barcode Reader bundle version 11.4.2001 in documentation
1 parent a4fd816 commit c5f8566

4 files changed

Lines changed: 19 additions & 19 deletions

File tree

programming/javascript/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ Dynamsoft Barcode Reader JavaScript Edition (DBR-JS) enables high-performance ba
2727

2828
```html
2929
<!-- CDN -->
30-
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@11.4.2000/dist/dbr.bundle.js"></script>
30+
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@11.4.2001/dist/dbr.bundle.js"></script>
3131
```
3232

3333
```bash
3434
# Or via npm
35-
npm install dynamsoft-barcode-reader-bundle@11.4.2000
35+
npm install dynamsoft-barcode-reader-bundle@11.4.2001
3636
```
3737

3838
**Browser support:** Chrome 78+, Firefox 68+, Safari 14+, Edge 79+ (desktop and mobile). See [full system requirements](https://www.dynamsoft.com/faq/barcode-reader/web/capabilities/system-requirement.html).

programming/javascript/migrate-from-v10/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ needAutoGenerateSidebar: true
2626
To use version 11, include the following script in your HTML:
2727

2828
```html
29-
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@11.4.2000/dist/dbr.bundle.js"></script>
29+
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@11.4.2001/dist/dbr.bundle.js"></script>
3030
```
3131

3232
## APIs changes introduced in v11

programming/javascript/user-guide/index.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ schema: schemas/dynamsoft-facilitates-mit-research-schema.json
2626

2727
In this guide, you will learn step by step on how to integrate the DBR-JS SDK into your website.
2828

29-
<!-- <span style="font-size:20px">Table of Contents</span>
29+
<span style="font-size:20px">Table of Contents</span>
3030

3131
- [Barcode Reader for Your Website - Foundational API Guide](#barcode-reader-for-your-website---foundational-api-guide)
3232
- [Hello World - Simplest Implementation](#hello-world---simplest-implementation)
@@ -60,7 +60,7 @@ In this guide, you will learn step by step on how to integrate the DBR-JS SDK in
6060
- [API Reference](#api-reference)
6161
- [How to Upgrade](#how-to-upgrade)
6262
- [Release Notes](#release-notes)
63-
- [Next Steps](#next-steps) -->
63+
- [Next Steps](#next-steps)
6464

6565
## Hello World - Simplest Implementation
6666

@@ -84,7 +84,7 @@ The complete code of the "Hello World" example is shown below
8484
<body>
8585
<div id="camera-view-container" style="width: 100%; height: 60vh"></div>
8686
<textarea id="results" style="width: 100%; min-height: 10vh; font-size: 3vmin; overflow: auto" disabled></textarea>
87-
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@11.4.2000/dist/dbr.bundle.js"></script>
87+
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@11.4.2001/dist/dbr.bundle.js"></script>
8888
<script>
8989
Dynamsoft.License.LicenseManager.initLicense("DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9");
9090
Dynamsoft.Core.CoreModule.loadWasm();
@@ -206,29 +206,29 @@ The simplest way to include the SDK is to use either the [jsDelivr](https://jsde
206206
- jsDelivr
207207
208208
```html
209-
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@11.4.2000/dist/dbr.bundle.js"></script>
209+
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@11.4.2001/dist/dbr.bundle.js"></script>
210210
```
211211
212212
- UNPKG
213213
214214
```html
215-
<script src="https://unpkg.com/dynamsoft-barcode-reader-bundle@11.4.2000/dist/dbr.bundle.js"></script>
215+
<script src="https://unpkg.com/dynamsoft-barcode-reader-bundle@11.4.2001/dist/dbr.bundle.js"></script>
216216
```
217217
218218
<!-- - In some rare cases (such as some restricted areas), you might not be able to access the CDN. If this happens, you can use the following files for the test.
219219
220220
```html
221-
<script src="https://download2.dynamsoft.com/packages/dynamsoft-barcode-reader-bundle@11.4.2000/dist/dbr.bundle.js"></script>
221+
<script src="https://download2.dynamsoft.com/packages/dynamsoft-barcode-reader-bundle@11.4.2001/dist/dbr.bundle.js"></script>
222222
```
223223
224224
However, please **DO NOT** use `download2.dynamsoft.com` resources in a production application as they are for temporary testing purposes only. Instead, you can try hosting the SDK yourself. -->
225225
226226
- In frameworks like React, Vue and Angular, you may want to add the package as a dependency.
227227
228228
```sh
229-
npm i dynamsoft-barcode-reader-bundle@11.4.2000 -E
229+
npm i dynamsoft-barcode-reader-bundle@11.4.2001 -E
230230
# or
231-
yarn add dynamsoft-barcode-reader-bundle@11.4.2000 -E
231+
yarn add dynamsoft-barcode-reader-bundle@11.4.2001 -E
232232
```
233233
234234
NOTE that in frameworks, you need to [specify the location of the engine files](#2-optional-specify-the-location-of-the-engine-files).
@@ -248,7 +248,7 @@ Besides using the public CDN, you can also download the SDK and host its files o
248248
- From npm
249249
250250
```sh
251-
npm i dynamsoft-barcode-reader-bundle@11.4.2000 -E
251+
npm i dynamsoft-barcode-reader-bundle@11.4.2001 -E
252252
```
253253
254254
The resources are located at the path `node_modules/<pkg>`, without `@<version>`. You must copy "dynamsoft-xxx" packages elsewhere and add `@<version>`. The `<version>` can be obtained from `package.json` of each package. Another thing to do is to [specify the engineResourcePaths](#2-optional-specify-the-location-of-the-engine-files) so that the SDK can correctly locate the resources.
@@ -257,7 +257,7 @@ Besides using the public CDN, you can also download the SDK and host its files o
257257
You can typically include SDK like this:
258258
259259
```html
260-
<script src="path/to/dynamsoft-barcode-reader-bundle@11.4.2000/dist/dbr.bundle.js"></script>
260+
<script src="path/to/dynamsoft-barcode-reader-bundle@11.4.2001/dist/dbr.bundle.js"></script>
261261
```
262262
<div class="multi-panel-end"></div>
263263
@@ -576,7 +576,7 @@ await cvRouter.startCapturing("ReadSingleBarcode");
576576
577577
The preset templates have many more settings that can be customized to suit your use case best. If you [download the SDK from Dynamsoft website](https://www.dynamsoft.com/barcode-reader/downloads/1000003-confirmation/), you can find the templates under
578578
579-
* "/dynamsoft-barcode-reader-js-11.4.2000/dist/templates/"
579+
* "/dynamsoft-barcode-reader-js-11.4.2001/dist/templates/"
580580
581581
Upon completing the template editing, you can invoke the `initSettings` method and provide it with the template path as an argument.
582582
@@ -678,7 +678,7 @@ The UI is part of the auxiliary SDK "Dynamsoft Camera Enhancer", read more on ho
678678
### API Reference
679679
680680
You can check out the detailed documentation about the APIs of the SDK at
681-
[https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/api-reference/?ver=11.4.2000](https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/api-reference/?ver=11.4.2000).
681+
[https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/api-reference/?ver=11.4.2001](https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/api-reference/?ver=11.4.2001).
682682
683683
<!-- Compatibility is basically not an issue. Pls remove to another place
684684

programming/javascript/user-guide/use-in-framework.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default-layout
3-
title: v11.4.2000 User Guide - Use Dynamsoft Barcode Reader JavaScript Edition In Framework
3+
title: v11.4.2001 User Guide - Use Dynamsoft Barcode Reader JavaScript Edition In Framework
44
description: This is the user guide to integrate Dynamsoft Barcode Reader JavaScript SDK in framework.
55
keywords: user guide, javascript, js, barcodes, camera, images, framework, react, angular, vue
66
breadcrumbText: User Guide
@@ -24,7 +24,7 @@ Assuming you have an existing project using a framework, you should have a `pack
2424
2. Install DBR-JS SDK with the following command:
2525

2626
```sh
27-
npm install dynamsoft-barcode-reader-bundle@11.4.2000 -E
27+
npm install dynamsoft-barcode-reader-bundle@11.4.2001 -E
2828
```
2929

3030
3. Confirm the installation by checking the `package.json`. You should see:
@@ -34,12 +34,12 @@ Assuming you have an existing project using a framework, you should have a `pack
3434
...
3535
"dependencies": {
3636
...
37-
"dynamsoft-barcode-reader-bundle": "11.4.2000"
37+
"dynamsoft-barcode-reader-bundle": "11.4.2001"
3838
}
3939
}
4040
```
4141

42-
Notice that there is no `^` before `11.4.2000`. No `^` indicates an exact version, ensuring stability and avoids automatic upgrades even without `package-lock.json`.
42+
Notice that there is no `^` before `11.4.2001`. No `^` indicates an exact version, ensuring stability and avoids automatic upgrades even without `package-lock.json`.
4343

4444
While we keep the SDK's external interface relatively stable, the SDK's internal communication often change with each new version. These changes can potentially lead to compatibility issues with `engineResourcePaths` settings. To prevent any unexpected difficulties and surprises, it's essential to use the exact version of the SDK.
4545

0 commit comments

Comments
 (0)