Skip to content

Commit 9bf114c

Browse files
Updated 11.2.5000
1 parent 5c50540 commit 9bf114c

File tree

8 files changed

+26
-8
lines changed

8 files changed

+26
-8
lines changed

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.2.3000'
73+
implementation 'com.dynamsoft:barcodereaderbundle:11.2.5000'
7474
}
7575
```
7676
2.
7777
```kotlin
7878
dependencies {
79-
implementation("com.dynamsoft:barcodereaderbundle:11.2.3000")
79+
implementation("com.dynamsoft:barcodereaderbundle:11.2.5000")
8080
}
8181
```
8282

programming/android/release-notes/android-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 Android SDK - 11.x
1212

13+
## 11.2.5000 (12/16/2025)
14+
15+
This release includes security maintenance updates to ensure continued protection of the product.
16+
17+
### Security Updates
18+
19+
- Updated third-party libraries to incorporate the latest security fixes.
20+
1321
## 11.2.3000 (11/05/2025)
1422

1523
### Fixed

programming/android/release-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ permalink: /programming/android/release-notes/
1010

1111
# Dynamsoft Barcode Reader Android SDK - Release Notes
1212

13+
- [11.2.5000 (12/16/2025)]({{ site.android_release_notes }}android-11.html#1125000-12162025)
1314
- [11.2.3000 (11/05/2025)]({{ site.android_release_notes }}android-11.html#1123000-11052025)
1415
- [11.2.1000 (10/16/2025)]({{ site.android_release_notes }}android-11.html#1121000-10162025)
1516
- [11.0.5000 (07/29/2025)]({{ site.android_release_notes }}android-11.html#1105000-07292025)

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.2.3000'
79+
implementation 'com.dynamsoft:barcodereaderbundle:11.2.5000'
8080
}
8181
```
8282
2.
8383
```kotlin
8484
dependencies {
85-
implementation("com.dynamsoft:barcodereaderbundle:11.2.3000")
85+
implementation("com.dynamsoft:barcodereaderbundle:11.2.5000")
8686
}
8787
```
8888

programming/objectivec-swift/foundational-guide.md

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

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

31-
3. Select `barcode-reader-spm`, choose `Exact version`, enter **11.2.3000**, then click **Add Package**.
31+
3. Select `barcode-reader-spm`, choose `Exact version`, enter **11.2.5000**, then click **Add Package**.
3232

3333
4. Check all the **xcframeworks** and add.
3434

@@ -40,7 +40,7 @@ There are three ways to add the SDK into your project - **Manually**, via **Coco
4040
target 'HelloWorld' do
4141
use_frameworks!
4242

43-
pod 'DynamsoftBarcodeReaderBundle','11.2.3000'
43+
pod 'DynamsoftBarcodeReaderBundle','11.2.5000'
4444

4545
end
4646
```

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ permalink: /programming/objectivec-swift/release-notes/
1010

1111
# Dynamsoft Barcode Reader iOS SDK - Release Notes
1212

13+
- [11.2.5000 (12/16/2025)]({{ site.oc_release_notes }}ios-11.html#1125000-12162025)
1314
- [11.2.3000 (11/05/2025)]({{ site.oc_release_notes }}ios-11.html#1123000-11052025)
1415
- [11.2.1000 (10/16/2025)]({{ site.oc_release_notes }}ios-11.html#1121000-10162025)
1516
- [11.0.5200 (08/18/2025)]({{ site.oc_release_notes }}ios-11.html#1105200-08182025)

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.2.5000 (12/16/2025)
14+
15+
This release includes security maintenance updates to ensure continued protection of the product.
16+
17+
### Security Updates
18+
19+
- Updated third-party libraries to incorporate the latest security fixes.
20+
1321
## 11.2.3000 (11/05/2025)
1422

1523
### Fixed

programming/objectivec-swift/user-guide.md

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

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

38-
3. Select `barcode-reader-spm`, choose `Exact version`, enter **11.2.3000**, then click **Add Package**.
38+
3. Select `barcode-reader-spm`, choose `Exact version`, enter **11.2.5000**, then click **Add Package**.
3939

4040
4. Check all the **xcframeworks** and add.
4141

@@ -47,7 +47,7 @@ There are three ways in which you can include the `DynamsoftBarcodeReaderBundle`
4747
target 'ScanSingleBarcode' do
4848
use_frameworks!
4949

50-
pod 'DynamsoftBarcodeReaderBundle','11.2.3000'
50+
pod 'DynamsoftBarcodeReaderBundle','11.2.5000'
5151

5252
end
5353
```

0 commit comments

Comments
 (0)