diff --git a/_includes/sidelist-programming/sidelist-parameters-organization.html b/_includes/sidelist-programming/sidelist-parameters-organization.html
index 7855787..4b8c348 100644
--- a/_includes/sidelist-programming/sidelist-parameters-organization.html
+++ b/_includes/sidelist-programming/sidelist-parameters-organization.html
@@ -1,4 +1,4 @@
-
Parameters
+Parameters
- CaptureVisionTemplate Object
diff --git a/programming/cplusplus/release-notes/cpp-11.md b/programming/cplusplus/release-notes/cpp-11.md
index b7cef55..e3a726b 100644
--- a/programming/cplusplus/release-notes/cpp-11.md
+++ b/programming/cplusplus/release-notes/cpp-11.md
@@ -8,6 +8,20 @@ needGenerateH3Content: false
# Release Notes for C++ Edition - 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.
+
+### Bug Fixes
+
+- Fixed memory leak, crash, and hang issues in various scenarios.
+- Improved stability in multi-threading operations.
+
+
## 11.2.1000 (10/14/2025)
### 🎉Milestone Release
diff --git a/programming/cplusplus/release-notes/index.md b/programming/cplusplus/release-notes/index.md
index 1ac2d18..b76cd53 100644
--- a/programming/cplusplus/release-notes/index.md
+++ b/programming/cplusplus/release-notes/index.md
@@ -8,6 +8,7 @@ needAutoGenerateSidebar: false
# Release Notes - C++ Edition
+- [11.2.5000 (12/16/2025)]({{ site.dbr_cpp_release_notes_v11 }}cpp-11.html#1125000-12162025)
- [11.2.1000 (10/14/2025)]({{ site.dbr_cpp_release_notes_v11 }}cpp-11.html#1121000-10142025)
- [11.0.6000 (08/06/2025)]({{ site.dbr_cpp_release_notes_v11 }}cpp-11.html#1106000-08062025)
- [11.0.4000 (07/15/2025)]({{ site.dbr_cpp_release_notes_v11 }}cpp-11.html#1104000-07152025)
diff --git a/programming/cplusplus/user-guide.md b/programming/cplusplus/user-guide.md
index 83194ab..cb5b014 100644
--- a/programming/cplusplus/user-guide.md
+++ b/programming/cplusplus/user-guide.md
@@ -165,7 +165,7 @@ delete cvRouter, cvRouter = NULL;
1. In Visual Studio, set the solution to build as `Release|x64`.
2. Build the project to generate the program `DBRCPPSample.exe`.
3. Copy **ALL** `*.dll` files under `[INSTALLATION FOLDER]/DynamsoftBarcodeReader/Dist/Lib/Windows/x64` to the same folder as the `DBRCPPSample.exe`.
-4. Copy the folder `[INSTALLATION FOLDER]/DynamsoftBarcodeReader/Dist/Templates` to the same folder as the `DBRCPPSample.exe`.
+4. Copy the folder `Templates` and `Models` under `[INSTALLATION FOLDER]/DynamsoftBarcodeReader/Dist/` to the same folder as the `DBRCPPSample.exe`.
5. Run the program `DBRCPPSample.exe`.
#### For Linux
@@ -177,10 +177,11 @@ delete cvRouter, cvRouter = NULL;
g++ -o DBRCPPSample DBRCPPSample.cpp -lDynamsoftCaptureVisionRouter -lDynamsoftLicense -lDynamsoftCore -lDynamsoftUtility -L ../Dist/Lib/Linux/x64 -Wl,-rpath=../Dist/Lib/Linux/x64 -std=c++11
```
-3. Copy the preset template:
+3. Copy the preset template and model files:
```bash
cp -r ../Dist/Templates ../Dist/Lib/Linux/x64/
+ cp -r ../Dist/Models ../Dist/Lib/Linux/x64/
```
4. Run the program:
diff --git a/programming/dotnet/release-notes/dotnet-11.md b/programming/dotnet/release-notes/dotnet-11.md
index 1cdc161..d6c90af 100644
--- a/programming/dotnet/release-notes/dotnet-11.md
+++ b/programming/dotnet/release-notes/dotnet-11.md
@@ -8,6 +8,19 @@ needGenerateH3Content: false
# Release Notes for .NET Edition - 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.
+
+### Bug Fixes
+
+- Fixed memory leak, crash, and hang issues in various scenarios.
+- Improved stability in multi-threading operations.
+
## 11.2.1000 (10/14/2025)
### 🎉Milestone Release
diff --git a/programming/dotnet/release-notes/index.md b/programming/dotnet/release-notes/index.md
index b984f6b..ac2cf64 100644
--- a/programming/dotnet/release-notes/index.md
+++ b/programming/dotnet/release-notes/index.md
@@ -8,6 +8,7 @@ needAutoGenerateSidebar: false
# Release Notes for .NET Edition
+- [11.2.5000 (12/16/2025)]({{ site.dbr_dotnet_release_notes_v11 }}dotnet-11.html#1125000-12162025)
- [11.2.1000 (10/14/2025)]({{ site.dbr_dotnet_release_notes_v11 }}dotnet-11.html#1121000-10142025)
- [11.0.6000 (08/06/2025)]({{ site.dbr_dotnet_release_notes_v11 }}dotnet-11.html#1106000-08062025)
- [11.0.4000 (07/15/2025)]({{ site.dbr_dotnet_release_notes_v11 }}dotnet-11.html#1104000-07152025)
diff --git a/programming/java/release-notes/index.md b/programming/java/release-notes/index.md
index ec7694c..8924d67 100644
--- a/programming/java/release-notes/index.md
+++ b/programming/java/release-notes/index.md
@@ -8,6 +8,7 @@ needAutoGenerateSidebar: false
# Release Notes for Java Edition
+- [11.2.5000 (12/16/2025)]({{ site.dbr_java_release_notes_v11 }}java-11.html#1125000-12162025)
- [11.2.1100 (10/28/2025)]({{ site.dbr_java_release_notes_v11 }}java-11.html#1121100-10282025)
- [11.2.1000 (10/14/2025)]({{ site.dbr_java_release_notes_v11 }}java-11.html#1121000-10142025)
- [11.0.6100 (08/19/2025)]({{ site.dbr_java_release_notes_v11 }}java-11.html#1106100-08192025)
diff --git a/programming/java/release-notes/java-11.md b/programming/java/release-notes/java-11.md
index d349292..c4428dd 100644
--- a/programming/java/release-notes/java-11.md
+++ b/programming/java/release-notes/java-11.md
@@ -8,6 +8,19 @@ needGenerateH3Content: false
# Release Notes for Java Edition - 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.
+
+### Bug Fixes
+
+- Fixed memory leak, crash, and hang issues in various scenarios.
+- Improved stability in multi-threading operations.
+
## 11.2.1100 (10/28/2025)
### Fixed
diff --git a/programming/python/release-notes/index.md b/programming/python/release-notes/index.md
index 23ea097..906ca24 100644
--- a/programming/python/release-notes/index.md
+++ b/programming/python/release-notes/index.md
@@ -8,6 +8,7 @@ needAutoGenerateSidebar: false
# Release Notes for Python Edition
+- [11.2.5000 (12/16/2025)]({{ site.dbr_python_release_notes_v11 }}python-11.html#1125000-12162025)
- [11.2.1000 (10/14/2025)]({{ site.dbr_python_release_notes_v11 }}python-11.html#1121000-10142025)
- [11.0.6000 (08/06/2025)]({{ site.dbr_python_release_notes_v11 }}python-11.html#1106000-08062025)
- [11.0.4000 (07/15/2025)]({{ site.dbr_python_release_notes_v11 }}python-11.html#1104000-07152025)
diff --git a/programming/python/release-notes/python-11.md b/programming/python/release-notes/python-11.md
index 8144a1c..d29e9e3 100644
--- a/programming/python/release-notes/python-11.md
+++ b/programming/python/release-notes/python-11.md
@@ -8,6 +8,19 @@ needGenerateH3Content: false
# Release Notes for Python Edition - 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.
+
+### Bug Fixes
+
+- Fixed memory leak, crash, and hang issues in various scenarios.
+- Improved stability in multi-threading operations.
+
## 11.2.1000 (10/14/2025)
### 🎉Milestone Release