Skip to content

Commit 9fa7cc1

Browse files
update to internal commit a9b578a0
1 parent 147867a commit 9fa7cc1

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

programming/javascript/api-reference/barcode-scanner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ interface BarcodeScannerConfig {
177177
// The path to your custom JSON template that defines the scanning process.
178178
templateFilePath:'./DBR-PresetTemplates.json',
179179
// engineResourcePaths typically is only assigned when using a framework like React/Angular/Vue where the resources are not in the same location as the script reference.
180-
engineResourcePaths: {rootDirectory:"https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@11.0.3000/dist"},
180+
engineResourcePaths: {rootDirectory:"https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@11.0.6000/dist"},
181181
barcodeFormats: [Dynamsoft.DBR.EnumBarcodeFormat.BF_QR_CODE , Dynamsoft.DBR.EnumBarcodeFormat.BF_CODE_128],
182182
showPoweredByDynamsoft: false,
183183
duplicateForgetTime: 3000,

programming/javascript/release-notes/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permalink: /programming/javascript/release-notes/index.html
1010

1111
# DBR JavaScript SDK - Release Notes
1212

13-
- [11.0.6000 (08/00/2025)](js-11.html#1106000-08002025)
13+
- [11.0.6000 (08/14/2025)](js-11.html#1106000-08142025)
1414
- [11.0.3000 (07/09/2025)](js-11.html#1103000-07092025)
1515
- [10.5.3000 (04/24/2025)](js-10.html#1053000-04242025)
1616
- [10.4.3100 (01/03/2025)](js-10.html#1043100-01032025)

programming/javascript/release-notes/js-11.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ noTitleIndex: true
1010

1111
# Release Notes for Dynamsoft Barcode Reader JavaScript SDK
1212

13-
## 11.0.6000 (08/00/2025)
13+
## 11.0.6000 (08/14/2025)
1414

1515
### New
1616

@@ -29,7 +29,7 @@ noTitleIndex: true
2929

3030
### Fixed
3131

32-
Fixed various minor bugs and improved overall stability.
32+
- Fixed various minor bugs and improved overall stability.
3333

3434
## 11.0.3000 (07/09/2025)
3535

programming/javascript/user-guide/barcode-scanner.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,18 @@ new Dynamsoft.BarcodeScanner().launch().then(result=>alert(result.barcodeResults
4545
4646
## License
4747

48-
When getting started with Barcode Scanner, we recommend getting your own 30-day trial license.
48+
<!-- When getting started with Barcode Scanner, we recommend getting your own 30-day trial license. -->
4949

50-
<!-- ### Trial License
50+
When getting started with Barcode Scanner, we recommend [getting your own 30-day trial license](https://www.dynamsoft.com/customer/license/trialLicense/?product=dbr&utm_source=guide&package=js)
5151

52-
When getting started with Barcode Scanner, we recommend [getting your own 30-day trial license](https://www.dynamsoft.com/customer/license/trialLicense/?product=dbr&utm_source=guide&package=js) -->
52+
<!-- {% include trialLicense.html %} -->
5353

54-
{% include trialLicense.html %}
55-
56-
<!-- > [!IMPORTANT]
54+
> [!IMPORTANT]
5755
> The trial license can be renewed via the [customer portal](https://www.dynamsoft.com/customer/license/trialLicense/?product=dbr&utm_source=guide&package=js) twice, each time for another 15 days, giving you a total of 60 days to develop your own application using the solution. Please contact the [Dynamsoft Support Team](https://www.dynamsoft.com/company/contact/) if you need more time for a full evaluation.
5856
5957
### Full License
6058

61-
If you are fully satisfied with the solution and would like to move forward with a full license, please contact the [Dynamsoft Sales Team](https://www.dynamsoft.com/company/contact/). -->
59+
If you are fully satisfied with the solution and would like to move forward with a full license, please contact the [Dynamsoft Sales Team](https://www.dynamsoft.com/company/contact/).
6260

6361
## Quick Start: Hello World Example
6462

0 commit comments

Comments
 (0)