From 7b377df239784cf8f1dfa6985d71eb8379f1f018 Mon Sep 17 00:00:00 2001 From: Justin Date: Thu, 2 Jul 2026 17:02:53 +0800 Subject: [PATCH 1/3] Update .NET version requirements in MAUI documentation --- programming/maui/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programming/maui/index.md b/programming/maui/index.md index 8b760db1..754364ee 100644 --- a/programming/maui/index.md +++ b/programming/maui/index.md @@ -23,7 +23,7 @@ Furthermore, DBR provides a powerful parameter system in order to cope with vari #### .Net -- .NET 8.0 and .NET 9.0. +- .NET 10.0 and above. #### Android From 66c02c463b2803e8f48e8a7af7c366cb10f99ee5 Mon Sep 17 00:00:00 2001 From: Justin Date: Tue, 7 Jul 2026 10:22:59 +0800 Subject: [PATCH 2/3] Update release notes and user guides for version 11.4.3000, including security updates and dependency changes --- programming/android/release-notes/android-11.md | 6 ++++++ programming/android/release-notes/index.md | 1 + programming/objectivec-swift/foundational-guide.md | 4 ++-- programming/objectivec-swift/release-notes/index.md | 1 + programming/objectivec-swift/release-notes/ios-11.md | 10 ++++++++++ programming/objectivec-swift/user-guide.md | 4 ++-- 6 files changed, 22 insertions(+), 4 deletions(-) diff --git a/programming/android/release-notes/android-11.md b/programming/android/release-notes/android-11.md index c0916ce5..8c7a8fd3 100644 --- a/programming/android/release-notes/android-11.md +++ b/programming/android/release-notes/android-11.md @@ -10,6 +10,12 @@ noTitleIndex: true # Release Notes for Android SDK - 11.x +## 11.4.3000 (07/07/2026) + +### Security Updates + +- Updated third-party libraries to incorporate the latest security fixes. + ## 11.4.1300 (05/20/2026) ### Fixed diff --git a/programming/android/release-notes/index.md b/programming/android/release-notes/index.md index b0bc1ad7..40774c68 100644 --- a/programming/android/release-notes/index.md +++ b/programming/android/release-notes/index.md @@ -9,6 +9,7 @@ breadcrumbText: Release Notes # Dynamsoft Barcode Reader Android SDK - Release Notes +- [11.4.3000 (07/07/2026)]({{ site.android_release_notes }}android-11.html#1143000-07072026) - [11.4.1300 (05/20/2026)]({{ site.android_release_notes }}android-11.html#1141300-05202026) - [11.4.1200 (04/02/2026)]({{ site.android_release_notes }}android-11.html#1141200-04022026) - [11.4.1000 (02/05/2026)]({{ site.android_release_notes }}android-11.html#1141000-02052026) diff --git a/programming/objectivec-swift/foundational-guide.md b/programming/objectivec-swift/foundational-guide.md index f7b5c37a..0fefda55 100644 --- a/programming/objectivec-swift/foundational-guide.md +++ b/programming/objectivec-swift/foundational-guide.md @@ -48,7 +48,7 @@ There are three ways to add the SDK into your project - **Manually**, via **Coco 2. In the top-right section of the window, search "https://github.com/Dynamsoft/barcode-reader-spm" -3. Select `barcode-reader-spm`, choose `Exact version`, enter **11.4.1200**, then click **Add Package**. +3. Select `barcode-reader-spm`, choose `Exact version`, enter **11.4.3000**, then click **Add Package**. 4. Check all the **xcframeworks** and add. @@ -60,7 +60,7 @@ There are three ways to add the SDK into your project - **Manually**, via **Coco target 'HelloWorld' do use_frameworks! - pod 'DynamsoftBarcodeReaderBundle','11.4.1200' + pod 'DynamsoftBarcodeReaderBundle','11.4.3000' end ``` diff --git a/programming/objectivec-swift/release-notes/index.md b/programming/objectivec-swift/release-notes/index.md index 61f7a52f..2d73b327 100644 --- a/programming/objectivec-swift/release-notes/index.md +++ b/programming/objectivec-swift/release-notes/index.md @@ -9,6 +9,7 @@ breadcrumbText: Release Notes # Dynamsoft Barcode Reader iOS SDK - Release Notes +- [11.4.3000 (04/02/2026)]({{ site.oc_release_notes }}ios-11.html#1143000-07072026) - [11.4.1200 (04/02/2026)]({{ site.oc_release_notes }}ios-11.html#1141200-04022026) - [11.4.1010 (03/16/2026)]({{ site.oc_release_notes }}ios-11.html#1141010-03162026) - [11.4.1000 (02/05/2026)]({{ site.oc_release_notes }}ios-11.html#1141000-02052026) diff --git a/programming/objectivec-swift/release-notes/ios-11.md b/programming/objectivec-swift/release-notes/ios-11.md index 26bc4384..aebc94e7 100644 --- a/programming/objectivec-swift/release-notes/ios-11.md +++ b/programming/objectivec-swift/release-notes/ios-11.md @@ -10,6 +10,16 @@ noTitleIndex: true # Release Notes for iOS SDK - 11.x +## 11.4.3000 (07/07/2026) + +### Security Updates + +- Updated third-party libraries to incorporate the latest security fixes. + +### Fixed + +- Fixed crash issues that could occur on iOS devices. + ## 11.4.1200 (04/02/2026) ### Fixed diff --git a/programming/objectivec-swift/user-guide.md b/programming/objectivec-swift/user-guide.md index c0de3995..6616cbcb 100644 --- a/programming/objectivec-swift/user-guide.md +++ b/programming/objectivec-swift/user-guide.md @@ -51,7 +51,7 @@ There are three ways in which you can add the `DynamsoftBarcodeReaderBundle` SDK 2. In the top-right section of the window, search "https://github.com/Dynamsoft/barcode-reader-spm" -3. Select `barcode-reader-spm`, choose `Exact version`, enter **11.4.1200**, then click **Add Package**. +3. Select `barcode-reader-spm`, choose `Exact version`, enter **11.4.3000**, then click **Add Package**. 4. Check all the **xcframeworks** and add. @@ -63,7 +63,7 @@ There are three ways in which you can add the `DynamsoftBarcodeReaderBundle` SDK target 'ScanSingleBarcode' do use_frameworks! - pod 'DynamsoftBarcodeReaderBundle','11.4.1200' + pod 'DynamsoftBarcodeReaderBundle','11.4.3000' end ``` From 0c547481137c94139033e8d5456f9e5ec1c41a9d Mon Sep 17 00:00:00 2001 From: Justin Date: Tue, 7 Jul 2026 18:02:29 +0800 Subject: [PATCH 3/3] Update library version in Android user guides to 11.4.3000 --- programming/android/foundational-guide.md | 4 ++-- programming/android/user-guide.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/programming/android/foundational-guide.md b/programming/android/foundational-guide.md index 010cd57a..1df8e3b4 100644 --- a/programming/android/foundational-guide.md +++ b/programming/android/foundational-guide.md @@ -70,13 +70,13 @@ There are two ways to add the libraries into your project - **Manually** and **M >1. ```groovy dependencies { - implementation 'com.dynamsoft:barcodereaderbundle:11.4.1300' + implementation 'com.dynamsoft:barcodereaderbundle:11.4.3000' } ``` 2. ```kotlin dependencies { - implementation("com.dynamsoft:barcodereaderbundle:11.4.1300") + implementation("com.dynamsoft:barcodereaderbundle:11.4.3000") } ``` diff --git a/programming/android/user-guide.md b/programming/android/user-guide.md index 9c6a379a..a32fdf64 100644 --- a/programming/android/user-guide.md +++ b/programming/android/user-guide.md @@ -76,13 +76,13 @@ There are two ways in which you can include the `dynamsoftbarcodereaderbundle` l >1. ```groovy dependencies { - implementation 'com.dynamsoft:barcodereaderbundle:11.4.1300' + implementation 'com.dynamsoft:barcodereaderbundle:11.4.3000' } ``` 2. ```kotlin dependencies { - implementation("com.dynamsoft:barcodereaderbundle:11.4.1300") + implementation("com.dynamsoft:barcodereaderbundle:11.4.3000") } ```