Browse Source

Merge pull request #25660 from abpframework/auto-merge/rel-10-4/4668

Merge branch rel-10.5 with rel-10.4
pull/25661/head
Volosoft Agent 2 weeks ago
committed by GitHub
parent
commit
446b269916
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/others/penetration-test-report.md
  2. 20
      docs/en/studio/release-notes.md
  3. 2
      docs/en/studio/version-mapping.md

2
docs/en/others/penetration-test-report.md

@ -7,7 +7,7 @@
# ABP Penetration Test Report
The ABP Commercial MVC `v10.4.0` application template has been tested against security vulnerabilities by the [OWASP ZAP v2.14.0](https://www.zaproxy.org/) tool. The demo web application was scanned on a local HTTPS address. The below alerts have been reported by the pentest tool. These alerts are sorted by the risk level as high, medium, and low. The informational alerts are not mentioned in this document.
The ABP Commercial MVC `v10.4.1` application template has been tested against security vulnerabilities by the [OWASP ZAP v2.14.0](https://www.zaproxy.org/) tool. The demo web application was scanned on a local HTTPS address. The below alerts have been reported by the pentest tool. These alerts are sorted by the risk level as high, medium, and low. The informational alerts are not mentioned in this document.
Many of these alerts are **false-positive**, meaning the vulnerability scanner detected these issues, but they are not exploitable. It's clearly explained for each false-positive alert why this alert is a false-positive.

20
docs/en/studio/release-notes.md

@ -9,7 +9,25 @@
This document contains **brief release notes** for each ABP Studio release. Release notes only include **major features** and **visible enhancements**. Therefore, they don't include all the development done in the related version.
## 3.0.4 (2026-06-03) Latest
## 3.0.6 (2026-06-18) Latest
* Stabilize Domain.Tests across platforms and fix ReactNative test regression
* [Linux-x64 Support] Align Linux publish with RID-based packaging
* Fix GitHub integration problem on production caused
* Use deferred UI scheduler and marshal CEF updates
## 3.0.5 (2026-06-17)
* Set `DOTNET_INSTALL_DIR` on self-hosted runners in template build workflow
* Fix mudblazor template delete conditions for dashboard pages
* Replace modern template AppUser bulk seed backfill with admin bootstrap
* Fix login button URL in app-nolayers Blazor.WebAssembly template
* Improve `#blazor-error-ui` visibility on Blazor templates
* Remove leftover `github-mud-test` source and npm rc patch from templates
* Improve modern React template error handling
* Remove sample CRUD from modern microservice template
## 3.0.4 (2026-06-03)
* Blazor UI Selector: Added a built-in choice between MudBlazor and Blazorise for Blazor solution templates
* React Native Updates: Upgraded Expo to the latest version, improved keyboard handling, and ensured UI consistency

2
docs/en/studio/version-mapping.md

@ -11,7 +11,7 @@ This document provides a general overview of the relationship between various ve
| **ABP Studio Version** | **ABP Version of Startup Template** |
|------------------------|---------------------------|
| 3.0.4 | 10.4.1 |
| 3.0.4 - 3.0.6 | 10.4.1 |
| 3.0.3 | 10.4.0 |
| 2.2.7 - 3.0.2 | 10.3.0 |
| 2.2.5 - 2.2.6 | 10.2.0 |

Loading…
Cancel
Save