diff --git a/programming/flutter/release-notes/flutter-11.md b/programming/flutter/release-notes/flutter-11.md index 32de2265..fe2b6415 100644 --- a/programming/flutter/release-notes/flutter-11.md +++ b/programming/flutter/release-notes/flutter-11.md @@ -9,6 +9,12 @@ breadcrumbText: Release Notes # Dynamsoft Barcode Reader Flutter SDK - Release Notes +## 11.4.3000 (07/10/2026) + +### Security Updates + +- Updated third-party libraries to incorporate the latest security fixes. + ## 11.4.1300 (05/20/2026) ### Fixed diff --git a/programming/flutter/release-notes/index.md b/programming/flutter/release-notes/index.md index 04f09143..c35caefb 100644 --- a/programming/flutter/release-notes/index.md +++ b/programming/flutter/release-notes/index.md @@ -9,6 +9,7 @@ breadcrumbText: Release Notes # Dynamsoft Barcode Reader Flutter SDK - Release Notes +- [11.4.3000 (07/10/2026)](flutter-11.md#1143000-07102026) - [11.4.1300 (05/20/2026)](flutter-11.md#1141300-05202026) - [11.4.1200 (04/16/2026)](flutter-11.md#1141200-04162026) - [11.2.5000 (12/18/2025)](flutter-11.md#1125000-12182025) diff --git a/programming/maui/release-notes/index.md b/programming/maui/release-notes/index.md index ae065adf..93c80963 100644 --- a/programming/maui/release-notes/index.md +++ b/programming/maui/release-notes/index.md @@ -9,6 +9,7 @@ breadcrumbText: Release Notes # Dynamsoft Barcode Reader MAUI SDK - Release Notes +- [11.4.3000 (07/10/2026)]({{ site.dbr_maui }}release-notes/maui-11.html#1143000-07102026) - [11.4.1300 (05/20/2026)]({{ site.dbr_maui }}release-notes/maui-11.html#1141300-05202026) - [11.4.1200 (04/09/2026)]({{ site.dbr_maui }}release-notes/maui-11.html#1141200-04092026) - [11.2.5000 (12/18/2025)]({{ site.dbr_maui }}release-notes/maui-11.html#1125000-12182025) diff --git a/programming/maui/release-notes/maui-11.md b/programming/maui/release-notes/maui-11.md index dfbc4a0b..1dc310c4 100644 --- a/programming/maui/release-notes/maui-11.md +++ b/programming/maui/release-notes/maui-11.md @@ -10,6 +10,12 @@ noTitleIndex: true # Release Notes for MAUI SDK - 11.x +## 11.4.3000 (07/10/2026) + +### Security Updates + +- Updated third-party libraries to incorporate the latest security fixes. + ## 11.4.1300 (05/20/2026) ### Fixed diff --git a/programming/maui/user-guide.md b/programming/maui/user-guide.md index 0b03d8be..d0e71d15 100644 --- a/programming/maui/user-guide.md +++ b/programming/maui/user-guide.md @@ -59,7 +59,7 @@ noTitleIndex: true After [creating the project](#vs-code-for-ios), open a terminal in the project directory and run: ```bash -dotnet add package Dynamsoft.BarcodeReaderBundle.Maui --version 11.4.1300 +dotnet add package Dynamsoft.BarcodeReaderBundle.Maui --version 11.4.3000 ``` ### Visual Studio for Windows @@ -73,7 +73,7 @@ You need to add the library via the project file and complete additional steps f ... ... - + ```