Date | 2022-11-10 (736 days ago) |
---|---|
Downloads | 7,018 downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET 6 |
Umbraco Versions | Umbraco 10 |
New release for Umbraco 10. This release will not work on older versions of Umbraco.
#installation
">Installation.NET CLI:
dotnet add package Skybrud.Umbraco.Redirects --version 4.0.5
Package Manager:
Install-Package Skybrud.Umbraco.Redirects -Version 4.0.5
#changelog
">ChangelogCleaned up the UI of the outbound redirect property editor (see e999162
)
This release improves the UI of the property editor so it's less cluttered and looks more like Umbraco's native components.
Added forward query string option to outbound redirects (see e999162
)
Similar to inbound redirects, the outbound redirect property editor now support selecting whether query string forwarding should be enabled.
Updated outbound redirect value converter to resolve current destination URL (see #155
and e999162
)
As the destination URL may change over time if referring to content or media inside the Umbraco installation, the value converter now resolves the current URL, potentially avoiding an extra redirect or a broken redirect.
Added support for disabling the content app through appsettings.json
(see #160
and ab3127f
)
Until now the package has only supported controlling the content app via code. As of this release, the content app may also be configured from the appsettings.json
file. See #160
">the issue for more information.
Added support for controlling where content app is shown through appsettings.json
(see #161
and f8274c7
)
It's now possible to use appsettings.json
for configuring for which content types and media types and for which user roles the redirects content app should be shown. See #161
">the issue for more information.
Updated the Skybrud.Essentials dependency (see 5ae313e
and 6b91a20
)
The package now has a dependency for the newest version of Skybrud.Essentials.