Skip to content

Commit 298baa1

Browse files
Updating 9.6.60
1 parent a49ffe9 commit 298baa1

7 files changed

Lines changed: 31 additions & 3 deletions

File tree

_data/product_version.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ useGroupedVersion: true
33
version_info_list_mobile:
44
- value: 9.x
55
child:
6+
- 9.6.60_android
7+
- 9.6.60_ios
8+
- 9.6.50_android
69
- 9.6.40_reactNative
710
- 9.6.40_xamarin
811
- 9.6.40_cordova

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,20 @@ permalink: /programming/android/release-notes/android-9.html
1111

1212
# Release Notes for Android SDK - 9.x
1313

14+
## 9.6.60 (12/23/2025)
15+
16+
This release includes security maintenance updates to ensure continued protection of the product.
17+
18+
### Security Updates
19+
20+
Updated third-party libraries to incorporate the latest security fixes.
21+
22+
## 9.6.50 (09/23/2025)
23+
24+
### New
25+
26+
Supported 16 KB page sizes
27+
1428
## 9.6.40 (03/21/2024)
1529

1630
### Improved

programming/android/release-notes/index.md

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

1111
# Dynamsoft Barcode Reader Android SDK - Release Notes
1212

13+
- [9.6.60 (12/23/2025)]({{ site.android_release_notes }}android-9.html#9660-12232025)
14+
- [9.6.50 (09/23/2025)]({{ site.android_release_notes }}android-9.html#9650-09232025)
1315
- [9.6.40 (03/21/2024)]({{ site.android_release_notes }}android-9.html#9640-03212024)
1416
- [9.6.20 (03/16/2023)]({{ site.android_release_notes }}android-9.html#9620-03162023)
1517
- [9.6.11 (01/16/2023)]({{ site.android_release_notes }}android-9.html#9611-01162023)

programming/android/user-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ There are two ways to add the SDK into your project - **Manually** and **Maven**
6868
6969
```groovy
7070
dependencies {
71-
implementation 'com.dynamsoft:dynamsoftbarcodereader:9.6.40'
71+
implementation 'com.dynamsoft:dynamsoftbarcodereader:9.6.60'
7272
7373
// Remove the following line if you want to use Android Camera sdk or your own sdk to control camera.
74-
implementation 'com.dynamsoft:dynamsoftcameraenhancer:2.3.20'
74+
implementation 'com.dynamsoft:dynamsoftcameraenhancer:2.3.30'
7575
}
7676
```
7777

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+
- [9.6.60 (12/23/2025)]({{ site.oc_release_notes }}ios-9.html#9660-12232025)
1314
- [9.6.40 (03/21/2024)]({{ site.oc_release_notes }}ios-9.html#9640-03212024)
1415
- [9.6.21 (03/27/2023)]({{ site.oc_release_notes }}ios-9.html#9621-03272023)
1516
- [9.6.20 (03/16/2023)]({{ site.oc_release_notes }}ios-9.html#9620-03162023)

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ permalink: /programming/objectivec-swift/release-notes/ios-9.html
1111

1212
# Release Notes for iOS SDK - 9.x
1313

14+
## 9.6.60 (12/23/2025)
15+
16+
This release includes security maintenance updates to ensure continued protection of the product.
17+
18+
### Security Updates
19+
20+
Updated third-party libraries to incorporate the latest security fixes.
21+
1422
## 9.6.40 (03/21/2024)
1523

1624
### Improved

programming/objectivec-swift/user-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ There are three ways to add the SDK into your project - **Manually**, via **Coco
5757
target 'TargetName' do
5858
use_frameworks!
5959

60-
pod 'DynamsoftBarcodeReader','9.6.40'
60+
pod 'DynamsoftBarcodeReader','9.6.60'
6161

6262
# Remove the following line if you want to use iOS AVFoundation framework or your own sdk to control camera.
6363
pod 'DynamsoftCameraEnhancer','2.3.21'

0 commit comments

Comments
 (0)