diff --git a/_includes/sidelist-programming/programming-android.html b/_includes/sidelist-programming/programming-android.html index d4b3c46e..9640c01e 100644 --- a/_includes/sidelist-programming/programming-android.html +++ b/_includes/sidelist-programming/programming-android.html @@ -617,6 +617,7 @@
  • AustralianPostEncodingTable
  • BarcodeAngleRangeArray
  • BarcodeBytesLengthRangeArray
  • +
  • BarcodeFormatIds
  • BarcodeHeightRangeArray
  • BarcodeTextLengthRangeArray
  • BarcodeTextRegExPattern
  • @@ -653,10 +654,11 @@ diff --git a/_includes/sidelist-programming/programming-flutter.html b/_includes/sidelist-programming/programming-flutter.html index 03720e8d..e2d3a2d3 100644 --- a/_includes/sidelist-programming/programming-flutter.html +++ b/_includes/sidelist-programming/programming-flutter.html @@ -426,6 +426,7 @@
  • AustralianPostEncodingTable
  • BarcodeAngleRangeArray
  • BarcodeBytesLengthRangeArray
  • +
  • BarcodeFormatIds
  • BarcodeHeightRangeArray
  • BarcodeTextLengthRangeArray
  • BarcodeTextRegExPattern
  • @@ -460,10 +461,11 @@ diff --git a/_includes/sidelist-programming/programming-maui.html b/_includes/sidelist-programming/programming-maui.html index e1347aad..3ed9584a 100644 --- a/_includes/sidelist-programming/programming-maui.html +++ b/_includes/sidelist-programming/programming-maui.html @@ -485,6 +485,7 @@
  • AustralianPostEncodingTable
  • BarcodeAngleRangeArray
  • BarcodeBytesLengthRangeArray
  • +
  • BarcodeFormatIds
  • BarcodeHeightRangeArray
  • BarcodeTextLengthRangeArray
  • BarcodeTextRegExPattern
  • @@ -519,10 +520,11 @@ diff --git a/_includes/sidelist-programming/programming-oc.html b/_includes/sidelist-programming/programming-oc.html index 9297e1ff..32f9ced2 100644 --- a/_includes/sidelist-programming/programming-oc.html +++ b/_includes/sidelist-programming/programming-oc.html @@ -615,6 +615,7 @@
  • AustralianPostEncodingTable
  • BarcodeAngleRangeArray
  • BarcodeBytesLengthRangeArray
  • +
  • BarcodeFormatIds
  • BarcodeHeightRangeArray
  • BarcodeTextLengthRangeArray
  • BarcodeTextRegExPattern
  • @@ -651,10 +652,11 @@ diff --git a/_includes/sidelist-programming/programming-react-native.html b/_includes/sidelist-programming/programming-react-native.html index bf9d57a7..a6aaa32b 100644 --- a/_includes/sidelist-programming/programming-react-native.html +++ b/_includes/sidelist-programming/programming-react-native.html @@ -467,6 +467,7 @@
  • AustralianPostEncodingTable
  • BarcodeAngleRangeArray
  • BarcodeBytesLengthRangeArray
  • +
  • BarcodeFormatIds
  • BarcodeHeightRangeArray
  • BarcodeTextLengthRangeArray
  • BarcodeTextRegExPattern
  • @@ -501,10 +502,11 @@ diff --git a/programming/android/foundational-guide.md b/programming/android/foundational-guide.md index 07cbff29..119c6992 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.2.3000' + implementation 'com.dynamsoft:barcodereaderbundle:11.2.5000' } ``` 2. ```kotlin dependencies { - implementation("com.dynamsoft:barcodereaderbundle:11.2.3000") + implementation("com.dynamsoft:barcodereaderbundle:11.2.5000") } ``` diff --git a/programming/android/release-notes/android-11.md b/programming/android/release-notes/android-11.md index 2ba9c7eb..c54b51a6 100644 --- a/programming/android/release-notes/android-11.md +++ b/programming/android/release-notes/android-11.md @@ -10,6 +10,14 @@ noTitleIndex: true # Release Notes for Android SDK - 11.x +## 11.2.5000 (12/16/2025) + +This release includes security maintenance updates to ensure continued protection of the product. + +### Security Updates + +- Updated third-party libraries to incorporate the latest security fixes. + ## 11.2.3000 (11/05/2025) ### Fixed diff --git a/programming/android/release-notes/index.md b/programming/android/release-notes/index.md index def9f90a..e2f6002b 100644 --- a/programming/android/release-notes/index.md +++ b/programming/android/release-notes/index.md @@ -10,6 +10,7 @@ permalink: /programming/android/release-notes/ # Dynamsoft Barcode Reader Android SDK - Release Notes +- [11.2.5000 (12/16/2025)]({{ site.android_release_notes }}android-11.html#1125000-12162025) - [11.2.3000 (11/05/2025)]({{ site.android_release_notes }}android-11.html#1123000-11052025) - [11.2.1000 (10/16/2025)]({{ site.android_release_notes }}android-11.html#1121000-10162025) - [11.0.5000 (07/29/2025)]({{ site.android_release_notes }}android-11.html#1105000-07292025) diff --git a/programming/android/user-guide.md b/programming/android/user-guide.md index b5e2db91..6e4fe799 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.2.3000' + implementation 'com.dynamsoft:barcodereaderbundle:11.2.5000' } ``` 2. ```kotlin dependencies { - implementation("com.dynamsoft:barcodereaderbundle:11.2.3000") + implementation("com.dynamsoft:barcodereaderbundle:11.2.5000") } ``` diff --git a/programming/objectivec-swift/foundational-guide.md b/programming/objectivec-swift/foundational-guide.md index 84653add..9e4ccfb1 100644 --- a/programming/objectivec-swift/foundational-guide.md +++ b/programming/objectivec-swift/foundational-guide.md @@ -28,7 +28,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.2.3000**, then click **Add Package**. +3. Select `barcode-reader-spm`, choose `Exact version`, enter **11.2.5000**, then click **Add Package**. 4. Check all the **xcframeworks** and add. @@ -40,7 +40,7 @@ There are three ways to add the SDK into your project - **Manually**, via **Coco target 'HelloWorld' do use_frameworks! - pod 'DynamsoftBarcodeReaderBundle','11.2.3000' + pod 'DynamsoftBarcodeReaderBundle','11.2.5000' end ``` diff --git a/programming/objectivec-swift/release-notes/index.md b/programming/objectivec-swift/release-notes/index.md index 99b0f856..a2d029ed 100644 --- a/programming/objectivec-swift/release-notes/index.md +++ b/programming/objectivec-swift/release-notes/index.md @@ -10,6 +10,7 @@ permalink: /programming/objectivec-swift/release-notes/ # Dynamsoft Barcode Reader iOS SDK - Release Notes +- [11.2.5000 (12/16/2025)]({{ site.oc_release_notes }}ios-11.html#1125000-12162025) - [11.2.3000 (11/05/2025)]({{ site.oc_release_notes }}ios-11.html#1123000-11052025) - [11.2.1000 (10/16/2025)]({{ site.oc_release_notes }}ios-11.html#1121000-10162025) - [11.0.5200 (08/18/2025)]({{ site.oc_release_notes }}ios-11.html#1105200-08182025) diff --git a/programming/objectivec-swift/release-notes/ios-11.md b/programming/objectivec-swift/release-notes/ios-11.md index c4ae2fd6..fa31114f 100644 --- a/programming/objectivec-swift/release-notes/ios-11.md +++ b/programming/objectivec-swift/release-notes/ios-11.md @@ -10,6 +10,14 @@ noTitleIndex: true # Release Notes for iOS SDK - 11.x +## 11.2.5000 (12/16/2025) + +This release includes security maintenance updates to ensure continued protection of the product. + +### Security Updates + +- Updated third-party libraries to incorporate the latest security fixes. + ## 11.2.3000 (11/05/2025) ### Fixed diff --git a/programming/objectivec-swift/user-guide.md b/programming/objectivec-swift/user-guide.md index d0be0b77..9f550a1b 100644 --- a/programming/objectivec-swift/user-guide.md +++ b/programming/objectivec-swift/user-guide.md @@ -35,7 +35,7 @@ There are three ways in which you can include the `DynamsoftBarcodeReaderBundle` 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.2.3000**, then click **Add Package**. +3. Select `barcode-reader-spm`, choose `Exact version`, enter **11.2.5000**, then click **Add Package**. 4. Check all the **xcframeworks** and add. @@ -47,7 +47,7 @@ There are three ways in which you can include the `DynamsoftBarcodeReaderBundle` target 'ScanSingleBarcode' do use_frameworks! - pod 'DynamsoftBarcodeReaderBundle','11.2.3000' + pod 'DynamsoftBarcodeReaderBundle','11.2.5000' end ```