3.0.1
Orchard Core 3.0.1¶
Release Date: July 10, 2025
This is a bug fix release for Orchard Core 3.0.0. It contains fixes for bugs that unfortunately slipped through the release as well as newly discovered but important bugs and security issues. It also contains a workaround for a SQLite security vulnerability that was published on NuGet just hours after the release, causing build warnings.
As a patch release, it is fully compatible with v3.0.0 and can be used as a drop-in replacement.
What's Changed¶
- Update Vulnerable Packages by @MikeAlhayek in https://github.com/OrchardCMS/OrchardCore/pull/19423
- [release/3.0] Update to jquery.nestedSortable 2.1a for AdminMenu by @github-actions[bot] in https://github.com/OrchardCMS/OrchardCore/pull/19434
- [release/3.0] Ensure that Liquid template context is initialized (Lombiq Technologies: OCORE-273) by @github-actions[bot] in https://github.com/OrchardCMS/OrchardCore/pull/19435
- [release/3.0] Fix broken auto complete in AddReusablePart by @github-actions[bot] in https://github.com/OrchardCMS/OrchardCore/pull/19500
- [release/3.0] Improve Features UI layout and badge styling by @github-actions[bot] in https://github.com/OrchardCMS/OrchardCore/pull/19511
- [release/3.0] Bump global.json SDK to 10.0.200 for Roslyn 5.3 source generator by @github-actions[bot] in https://github.com/OrchardCMS/OrchardCore/pull/19510
- [release/3.0] Fix module-to-module reference. by @github-actions[bot] in https://github.com/OrchardCMS/OrchardCore/pull/19509
- [release/3.0] fix: return empty list instead of null in workflow fork task by @github-actions[bot] in https://github.com/OrchardCMS/OrchardCore/pull/19508
- [release/3.0] Remove fa-width-auto from icons in user menu by @github-actions[bot] in https://github.com/OrchardCMS/OrchardCore/pull/19507
- [release/3.0] Log login failures for external users without a local account by @github-actions[bot] in https://github.com/OrchardCMS/OrchardCore/pull/19506
- [release/3.0] Fix broken user audit trail event: LogInIsLockedOut by @github-actions[bot] in https://github.com/OrchardCMS/OrchardCore/pull/19505
- [release/3.0] Avoid audit trail event spamming on external login by @github-actions[bot] in https://github.com/OrchardCMS/OrchardCore/pull/19504
- [release/3.0] Fix NRE when liquid anchor tag helper with no custom attributes by @github-actions[bot] in https://github.com/OrchardCMS/OrchardCore/pull/19503
- [release/3.0] Fix that HTML from recipe is not sanitized (Lombiq Technologies: OCORE-276) by @github-actions[bot] in https://github.com/OrchardCMS/OrchardCore/pull/19502
- [release/3.0] Fix trailing slash issue when caching media files. by @github-actions[bot] in https://github.com/OrchardCMS/OrchardCore/pull/19501
- [release/3.0] Preview console log filling CI issue by @github-actions[bot] in https://github.com/OrchardCMS/OrchardCore/pull/19512
- [release/3.0] Remove duplicated and outdated NestedSortable copies by @github-actions[bot] in https://github.com/OrchardCMS/OrchardCore/pull/19530
- [release/3.0] fix: admin menu recipe new format by @github-actions[bot] in https://github.com/OrchardCMS/OrchardCore/pull/19533
Full Changelog: https://github.com/OrchardCMS/OrchardCore/compare/v3.0.0...v3.0.1