From 4b3dade5eda01b067f4f2ae89694710839ff4fd2 Mon Sep 17 00:00:00 2001 From: Justin Date: Fri, 10 Jul 2026 14:56:53 +0800 Subject: [PATCH] Update release notes and user guide for version 11.4.3000, including security updates and library version changes --- programming/flutter/release-notes/flutter-11.md | 6 ++++++ programming/flutter/release-notes/index.md | 1 + programming/maui/release-notes/index.md | 1 + programming/maui/release-notes/maui-11.md | 6 ++++++ programming/maui/user-guide.md | 4 ++-- 5 files changed, 16 insertions(+), 2 deletions(-) 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 ... ... - + ```