Skip to content

Commit 2d78065

Browse files
Updated 11.4.1200
1 parent 1290f92 commit 2d78065

8 files changed

Lines changed: 28 additions & 8 deletions

File tree

programming/android/foundational-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ There are two ways to add the libraries into your project - **Manually** and **M
7070
>1.
7171
```groovy
7272
dependencies {
73-
implementation 'com.dynamsoft:barcodereaderbundle:11.4.1000'
73+
implementation 'com.dynamsoft:barcodereaderbundle:11.4.1200'
7474
}
7575
```
7676
2.
7777
```kotlin
7878
dependencies {
79-
implementation("com.dynamsoft:barcodereaderbundle:11.4.1000")
79+
implementation("com.dynamsoft:barcodereaderbundle:11.4.1200")
8080
}
8181
```
8282

programming/android/release-notes/android-11.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ noTitleIndex: true
1010

1111
# Release Notes for Android SDK - 11.x
1212

13+
## 11.4.1200 (04/02/2026)
14+
15+
### Improved
16+
17+
- Updated camera lifecycle management code to improve stability.
18+
19+
### Fixed
20+
21+
- Fixed an issue where downloading deep learning models could fail.
22+
1323
## 11.4.1000 (02/05/2026)
1424

1525
### Highlights

programming/android/release-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ breadcrumbText: Release Notes
99

1010
# Dynamsoft Barcode Reader Android SDK - Release Notes
1111

12+
- [11.4.1200 (04/02/2026)]({{ site.android_release_notes }}android-11.html#1141200-04022026)
1213
- [11.4.1000 (02/05/2026)]({{ site.android_release_notes }}android-11.html#1141000-02052026)
1314
- [11.2.5000 (12/16/2025)]({{ site.android_release_notes }}android-11.html#1125000-12162025)
1415
- [11.2.3000 (11/05/2025)]({{ site.android_release_notes }}android-11.html#1123000-11052025)

programming/android/user-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ There are two ways in which you can include the `dynamsoftbarcodereaderbundle` l
7676
>1.
7777
```groovy
7878
dependencies {
79-
implementation 'com.dynamsoft:barcodereaderbundle:11.4.1000'
79+
implementation 'com.dynamsoft:barcodereaderbundle:11.4.1200'
8080
}
8181
```
8282
2.
8383
```kotlin
8484
dependencies {
85-
implementation("com.dynamsoft:barcodereaderbundle:11.4.1000")
85+
implementation("com.dynamsoft:barcodereaderbundle:11.4.1200")
8686
}
8787
```
8888

programming/objectivec-swift/foundational-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ There are three ways to add the SDK into your project - **Manually**, via **Coco
4848

4949
2. In the top-right section of the window, search "https://github.com/Dynamsoft/barcode-reader-spm"
5050

51-
3. Select `barcode-reader-spm`, choose `Exact version`, enter **11.4.1010**, then click **Add Package**.
51+
3. Select `barcode-reader-spm`, choose `Exact version`, enter **11.4.1200**, then click **Add Package**.
5252

5353
4. Check all the **xcframeworks** and add.
5454

@@ -60,7 +60,7 @@ There are three ways to add the SDK into your project - **Manually**, via **Coco
6060
target 'HelloWorld' do
6161
use_frameworks!
6262

63-
pod 'DynamsoftBarcodeReaderBundle','11.4.1010'
63+
pod 'DynamsoftBarcodeReaderBundle','11.4.1200'
6464

6565
end
6666
```

programming/objectivec-swift/release-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ breadcrumbText: Release Notes
99

1010
# Dynamsoft Barcode Reader iOS SDK - Release Notes
1111

12+
- [11.4.1200 (04/02/2026)]({{ site.oc_release_notes }}ios-11.html#1141200-04022026)
1213
- [11.4.1010 (03/16/2026)]({{ site.oc_release_notes }}ios-11.html#1141010-03162026)
1314
- [11.4.1000 (02/05/2026)]({{ site.oc_release_notes }}ios-11.html#1141000-02052026)
1415
- [11.2.5000 (12/16/2025)]({{ site.oc_release_notes }}ios-11.html#1125000-12162025)

programming/objectivec-swift/release-notes/ios-11.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ noTitleIndex: true
1010

1111
# Release Notes for iOS SDK - 11.x
1212

13+
## 11.4.1200 (04/02/2026)
14+
15+
### Fixed
16+
17+
- Fixed an issue where downloading deep learning models could fail.
18+
- Fixed an issue where the [`switchCapturingTemplate`]({{ site.dcvb_ios_api }}capture-vision-router/multiple-file-processing.html#switchcapturingtemplate) method could fail to load deep learning models.
19+
- Fixed a symbol conflict issue.
20+
1321
## 11.4.1010 (03/16/2026)
1422

1523
### Fixed

programming/objectivec-swift/user-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ There are three ways in which you can add the `DynamsoftBarcodeReaderBundle` SDK
5151

5252
2. In the top-right section of the window, search "https://github.com/Dynamsoft/barcode-reader-spm"
5353

54-
3. Select `barcode-reader-spm`, choose `Exact version`, enter **11.4.1010**, then click **Add Package**.
54+
3. Select `barcode-reader-spm`, choose `Exact version`, enter **11.4.1200**, then click **Add Package**.
5555

5656
4. Check all the **xcframeworks** and add.
5757

@@ -63,7 +63,7 @@ There are three ways in which you can add the `DynamsoftBarcodeReaderBundle` SDK
6363
target 'ScanSingleBarcode' do
6464
use_frameworks!
6565

66-
pod 'DynamsoftBarcodeReaderBundle','11.4.1010'
66+
pod 'DynamsoftBarcodeReaderBundle','11.4.1200'
6767

6868
end
6969
```

0 commit comments

Comments
 (0)