Skip to content

Commit 7d9dec0

Browse files
committed
update version to 11.2.4000
1 parent f959171 commit 7d9dec0

File tree

71 files changed

+104
-104
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+104
-104
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ A default license is included which allows you to test the sample apps for up to
3131

3232
## Documentation
3333

34-
For the developer guide and full API reference of Dynamsoft Barcode Reader JavaScript library, please check out the [documentation](https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/?ver=11.2.2000&utm_source=sampleReadme).
34+
For the developer guide and full API reference of Dynamsoft Barcode Reader JavaScript library, please check out the [documentation](https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/?ver=11.2.4000&utm_source=sampleReadme).
3535

3636
## Support
3737

frameworks/angular/scan-using-foundational-api/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[Angular](https://angular.dev/) is one of the most popular and mature JavaScript frameworks. Follow this guide to learn how to implement [Dynamsoft Barcode Reader JavaScript SDK](https://www.dynamsoft.com/barcode-reader/sdk-javascript/) (hereafter called "the library") into an Angular application. Note that in this sample, `TypeScript` is used.
44

5-
In this guide, we will be using [`dynamsoft-barcode-reader-bundle 11.2.2000`](https://www.npmjs.com/package/dynamsoft-barcode-reader-bundle/v/11.2.2000).
5+
In this guide, we will be using [`dynamsoft-barcode-reader-bundle 11.2.4000`](https://www.npmjs.com/package/dynamsoft-barcode-reader-bundle/v/11.2.4000).
66

77
> Note:
88
>
@@ -61,7 +61,7 @@ Below is the configuration used for this sample.
6161

6262
```cmd
6363
cd my-app
64-
npm install [email protected].2000 -E
64+
npm install [email protected].4000 -E
6565
```
6666

6767
## Start to implement
@@ -86,7 +86,7 @@ LicenseManager.initLicense('DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9', true);
8686
/**
8787
* You can visit https://www.dynamsoft.com/customer/license/trialLicense?utm_source=samples&product=dbr&package=js to get your own trial license good for 30 days.
8888
* Note that if you downloaded this sample from Dynamsoft while logged in, the above license key may already be your own 30-day trial license.
89-
* For more information, see https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/user-guide/index.html?ver=11.2.2000&cVer=true#specify-the-license&utm_source=samples or contact [email protected].
89+
* For more information, see https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/user-guide/index.html?ver=11.2.4000&cVer=true#specify-the-license&utm_source=samples or contact [email protected].
9090
* LICENSE ALERT - THE END
9191
*/
9292

frameworks/angular/scan-using-foundational-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@angular/platform-browser": "^17.3.0",
1919
"@angular/platform-browser-dynamic": "^17.3.0",
2020
"@angular/router": "^17.3.0",
21-
"dynamsoft-barcode-reader-bundle": "11.2.2000",
21+
"dynamsoft-barcode-reader-bundle": "11.2.4000",
2222
"rxjs": "~7.8.0",
2323
"tslib": "^2.3.0",
2424
"zone.js": "~0.14.3"

frameworks/angular/scan-using-foundational-api/src/app/dynamsoft.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ LicenseManager.initLicense('DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9', {
1515
/**
1616
* You can visit https://www.dynamsoft.com/customer/license/trialLicense?utm_source=samples&product=dbr&package=js to get your own trial license good for 30 days.
1717
* Note that if you downloaded this sample from Dynamsoft while logged in, the above license key may already be your own 30-day trial license.
18-
* For more information, see https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/user-guide/index.html?ver=11.2.2000&cVer=true#specify-the-license&utm_source=samples or contact [email protected].
18+
* For more information, see https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/user-guide/index.html?ver=11.2.4000&cVer=true#specify-the-license&utm_source=samples or contact [email protected].
1919
* LICENSE ALERT - THE END
2020
*/
2121

frameworks/angular/scan-using-rtu-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@angular/platform-browser": "^19.2.0",
1717
"@angular/platform-browser-dynamic": "^19.2.0",
1818
"@angular/router": "^19.2.0",
19-
"dynamsoft-barcode-reader-bundle": "11.2.2000",
19+
"dynamsoft-barcode-reader-bundle": "11.2.4000",
2020
"rxjs": "~7.8.0",
2121
"tslib": "^2.3.0",
2222
"zone.js": "~0.15.0"

frameworks/angular/scan-using-rtu-api/src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export class AppComponent {
2323
container: this.barcodeScannerViewRef.nativeElement,
2424

2525
// Specify the path for the definition file "barcode-scanner.ui.xml" for the scanner view.
26-
uiPath: "https://cdn.jsdelivr.net/npm/[email protected].2000/dist/ui/barcode-scanner.ui.xml",
26+
uiPath: "https://cdn.jsdelivr.net/npm/[email protected].4000/dist/ui/barcode-scanner.ui.xml",
2727

2828
// showUploadImageButton: true,
2929
// scannerViewConfig: {

frameworks/blazor/scan-using-foundational-api/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[Blazor](https://dotnet.microsoft.com/en-us/apps/aspnet/web-apps/blazor) is a framework for building interactive client-side web apps with .NET and C#. Follow this guide to learn how to implement [Dynamsoft Barcode Reader JavaScript SDK](https://www.dynamsoft.com/barcode-reader/sdk-javascript/) (hereafter called "the library") into a Blazor application using [JavaScript Interlop](https://learn.microsoft.com/en-us/aspnet/core/blazor/javascript-interoperability/call-javascript-from-dotnet?view=aspnetcore-8.0#invoke-js-functions).
44

5-
In this guide, we will be using [`dynamsoft-barcode-reader-bundle 11.2.2000`](https://www.npmjs.com/package/dynamsoft-barcode-reader-bundle/v/11.2.2000). We also used .NET 8.0 (version 8.0.8) to develop this sample. To ensure the sample app runs properly, please refer to this guide to update your .NET installation - https://learn.microsoft.com/en-us/dotnet/core/install/upgrade.
5+
In this guide, we will be using [`dynamsoft-barcode-reader-bundle 11.2.4000`](https://www.npmjs.com/package/dynamsoft-barcode-reader-bundle/v/11.2.4000). We also used .NET 8.0 (version 8.0.8) to develop this sample. To ensure the sample app runs properly, please refer to this guide to update your .NET installation - https://learn.microsoft.com/en-us/dotnet/core/install/upgrade.
66

77
> Note:
88
>
@@ -283,7 +283,7 @@ Inside the `wwwroot\index.html` file, we will initialize the license and necessa
283283
...
284284
<script src="_framework/blazor.webassembly.js"></script>
285285

286-
<script src="https://cdn.jsdelivr.net/npm/[email protected].2000/dist/dbr.bundle.js"></script>
286+
<script src="https://cdn.jsdelivr.net/npm/[email protected].4000/dist/dbr.bundle.js"></script>
287287
<script>
288288
/** LICENSE ALERT - README
289289
* To use the library, you need to first specify a license key using the API "initLicense()" as shown below.
@@ -293,7 +293,7 @@ Inside the `wwwroot\index.html` file, we will initialize the license and necessa
293293
/**
294294
* You can visit https://www.dynamsoft.com/customer/license/trialLicense?utm_source=github&product=dbr&package=js to get your own trial license good for 30 days.
295295
* Note that if you downloaded this sample from Dynamsoft while logged in, the above license key may already be your own 30-day trial license.
296-
* For more information, see https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/user-guide/index.html?ver=11.2.2000&cVer=true#specify-the-license&utm_source=samples or contact [email protected].
296+
* For more information, see https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/user-guide/index.html?ver=11.2.4000&cVer=true#specify-the-license&utm_source=samples or contact [email protected].
297297
* LICENSE ALERT - THE END
298298
*/
299299

frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/wwwroot/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</div>
2929
<script src="_framework/blazor.webassembly.js"></script>
3030

31-
<script src="https://cdn.jsdelivr.net/npm/[email protected].2000/dist/dbr.bundle.js"></script>
31+
<script src="https://cdn.jsdelivr.net/npm/[email protected].4000/dist/dbr.bundle.js"></script>
3232

3333
<script>
3434
/** LICENSE ALERT - README
@@ -40,7 +40,7 @@
4040
/**
4141
* You can visit https://www.dynamsoft.com/customer/license/trialLicense?utm_source=github&product=dbr&package=js to get your own trial license good for 30 days.
4242
* Note that if you downloaded this sample from Dynamsoft while logged in, the above license key may already be your own 30-day trial license.
43-
* For more information, see https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/user-guide/index.html?ver=11.2.2000&cVer=true#specify-the-license&utm_source=samples or contact [email protected].
43+
* For more information, see https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/user-guide/index.html?ver=11.2.4000&cVer=true#specify-the-license&utm_source=samples or contact [email protected].
4444
* LICENSE ALERT - THE END
4545
*/
4646

frameworks/blazor/scan-using-rtu-api/wwwroot/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
// Lazy load Decode video module until needed
2323
if(!DBRJSModule) {
24-
DBRJSModule = await import("https://cdn.jsdelivr.net/npm/[email protected].2000/dist/dbr.bundle.mjs");
24+
DBRJSModule = await import("https://cdn.jsdelivr.net/npm/[email protected].4000/dist/dbr.bundle.mjs");
2525
}
2626

2727
const { BarcodeScanner } = DBRJSModule;
@@ -32,7 +32,7 @@
3232
container: document.querySelector(".barcode-scanner-view"), // Specify where to render the scanner UI
3333

3434
// Specify the path for the definition file "barcode-scanner.ui.xml" for the scanner view.
35-
uiPath: "https://cdn.jsdelivr.net/npm/[email protected].2000/dist/ui/barcode-scanner.ui.xml",
35+
uiPath: "https://cdn.jsdelivr.net/npm/[email protected].4000/dist/ui/barcode-scanner.ui.xml",
3636

3737
// showUploadImageButton: true,
3838
// scannerViewConfig: {

frameworks/capacitor/scan-using-rtu-api/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const config: BarcodeScannerConfig = {
99
container: document.querySelector(".barcode-scanner-view") as HTMLElement, // Specify where to render the scanner UI
1010

1111
// Specify the path for the definition file "barcode-scanner.ui.xml" for the scanner view.
12-
uiPath: "https://cdn.jsdelivr.net/npm/[email protected].2000/dist/ui/barcode-scanner.ui.xml",
12+
uiPath: "https://cdn.jsdelivr.net/npm/[email protected].4000/dist/ui/barcode-scanner.ui.xml",
1313

1414
// showUploadImageButton: true,
1515
// scannerViewConfig: {

0 commit comments

Comments
 (0)