Skip to content

Commit 2e2fdb4

Browse files
Merge pull request #317 from dynamsoft-docs/preview
update to internal commit 5551fd01
2 parents 6795442 + 0121c49 commit 2e2fdb4

File tree

11 files changed

+760
-3
lines changed

11 files changed

+760
-3
lines changed

_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ repository: dynamsoft-docs/barcode-reader-docs-mobile
33
docFullPath: https://www.dynamsoft.com/barcode-reader/docs/mobile/
44
firstLevelUrl: /barcode-reader/docs/mobile
55
docHomePage: /barcode-reader/docs/core/introduction/
6+
# searchIndexName: Crawler-DBR-Docs-New
7+
# searchNeedFilter: true
68

79
useVersionTree: true
810

_data/product_version.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ version_info_list_mobile:
2626
- value: latest version
2727
- value: 10.x
2828
child:
29+
- 10.4.2003_android
30+
- 10.4.2003_ios
2931
- 10.4.2002_android
3032
- 10.4.2002_ios
3133
- 10.4.2001_android

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

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

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

14+
## 10.4.3000 (01/23/2025)
15+
16+
### Fixed
17+
18+
- Fixed a security issue by rebuilding the affected libraries with enhanced protection mechanisms.
19+
1420
## 10.4.2003 (12/26/2024)
1521

1622
### New

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+
- [10.4.3000 (01/23/2025)]({{ site.android_release_notes }}android-10.html#1043000-01232025)
1314
- [10.4.2003 (12/26/2024)]({{ site.android_release_notes }}android-10.html#1042003-12262024)
1415
- [10.4.2002 (12/16/2024)]({{ site.android_release_notes }}android-10.html#1042002-12162024)
1516
- [10.4.2001 (11/13/2024)]({{ site.android_release_notes }}android-10.html#1042001-11132024)

programming/android/user-guide-v10.4.2003.md

Lines changed: 341 additions & 0 deletions
Large diffs are not rendered by default.

programming/android/user-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ There are two ways in which you can include the `dynamsoftbarcodereaderbundle` l
4949

5050
```groovy
5151
dependencies {
52-
implementation 'com.dynamsoft:dynamsoftbarcodereaderbundle:10.4.2003'
52+
implementation 'com.dynamsoft:dynamsoftbarcodereaderbundle:10.4.3000'
5353
}
5454
```
5555

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+
- [10.4.3000 (01/23/2025)]({{ site.oc_release_notes }}ios-10.html#1043000-01232025)
1314
- [10.4.2003 (12/26/2024)]({{ site.oc_release_notes }}ios-10.html#1042003-12262024)
1415
- [10.4.2002 (12/16/2024)]({{ site.oc_release_notes }}ios-10.html#1042002-12162024)
1516
- [10.4.2001 (11/13/2024)]({{ site.oc_release_notes }}ios-10.html#1042001-11132024)

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

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

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

14+
## 10.4.3000 (01/23/2025)
15+
16+
### Fixed
17+
18+
- Fixed a camera adaptation bug when using the iPad device.
19+
1420
## 10.4.2003 (12/26/2024)
1521

1622
### New

programming/objectivec-swift/user-guide-v10.4.2003.md

Lines changed: 396 additions & 0 deletions
Large diffs are not rendered by default.

programming/objectivec-swift/user-guide.md

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

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

40-
3. Select `barcode-reader-spm`, choose `Exact version`, enter **10.4.2003**, then click **Add Package**.
40+
3. Select `barcode-reader-spm`, choose `Exact version`, enter **10.4.3000**, then click **Add Package**.
4141

4242
4. Check all the **xcframeworks** and add.
4343

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

52-
pod 'DynamsoftBarcodeReaderBundle','10.4.2003'
52+
pod 'DynamsoftBarcodeReaderBundle','10.4.3000'
5353

5454
end
5555
```

0 commit comments

Comments
 (0)