Releases: skybrud/Skybrud.Umbraco.Redirects
v13.0.5
New release for Umbraco 13. This release will not work on other versions of Umbraco.
Installation
Via NuGet:
.NET CLI:
dotnet add package Skybrud.Umbraco.Redirects --version 13.0.5
NuGet Package Manager:
Install-Package Skybrud.Umbraco.Redirects -Version 13.0.5
Changelog
-
Fixed issue with the destination URL not being displayed in the outbound property editor (see 1b8b688)
The property editor would use the destination'sdisplayUrl
, which isn't always available. With this release, theurl
property is now used as fallback. -
Updated the Skybrud.Essentials dependency (see fa4dbea)
The Skybrud.Essentials dependency was a few versions behind, so the dependency has now been bumped fromv1.1.54
tov1.1.57
. This shouldn't affect how the package is used.
v14.0.0-alpha001
First alpha release for Umbraco 14. This release will not work on other versions of Umbraco.
Installation
Via NuGet:
.NET CLI:
dotnet add package Skybrud.Umbraco.Redirects --version 14.0.0-alpha001
NuGet Package Manager:
Install-Package Skybrud.Umbraco.Redirects -Version 14.0.0-alpha001
v2.1.6
New release for Umbraco 8. This release will not work in other versions of Umbraco.
Installation
Changelog
- Fixed issue with incorrect type being reported by outbound redirect reference factory (see a2fbacf and 8dba39d)
Reference factories are used to track references between content and media. In previous releases, theOutboundRedirectReferenceFactory
class would incorrectly report content references having the typecontent
instead of the correctdocument
.
v13.0.4
New release for Umbraco 13. This release will not work on other versions of Umbraco.
Installation
Via NuGet:
.NET CLI:
dotnet add package Skybrud.Umbraco.Redirects --version 13.0.4
NuGet Package Manager:
Install-Package Skybrud.Umbraco.Redirects -Version 13.0.4
Changelog
v4.0.23
New release for Umbraco 10-12. This release will not work on other versions of Umbraco.
Installation
Via NuGet:
.NET CLI:
dotnet add package Skybrud.Umbraco.Redirects --version 4.0.23
NuGet Package Manager:
Install-Package Skybrud.Umbraco.Redirects -Version 4.0.23
Changelog
v13.0.3
New release for Umbraco 13. This release will not work on other versions of Umbraco.
Installation
Via NuGet:
.NET CLI:
dotnet add package Skybrud.Umbraco.Redirects --version 13.0.3
NuGet Package Manager:
Install-Package Skybrud.Umbraco.Redirects -Version 13.0.3
Changelog
-
Added fix for broken query string forwarding (see #193 and 6b02b65 and 576a3d7)
The logic around query string forwarding was accidentally broken inv4.0.19
, but should now be working again. -
Fixed issue with site node option being overwritten when editing a redirect through the content app (see #194 and e631e32)
The purpose of the affected code was to pre-select the site node when adding a new redirect via the content app. Unfortunately the code also applied when editing an existing redirect, thereby overwriting the selected value in the UI.
v4.0.22
New release for Umbraco 10-12. This release will not work on other versions of Umbraco.
Installation
Via NuGet:
.NET CLI:
dotnet add package Skybrud.Umbraco.Redirects --version 4.0.22
NuGet Package Manager:
Install-Package Skybrud.Umbraco.Redirects -Version 4.0.22
Changelog
v4.0.21
New release for Umbraco 10-12. This release will not work on other versions of Umbraco.
Installation
Via NuGet:
.NET CLI:
dotnet add package Skybrud.Umbraco.Redirects --version 4.0.21
NuGet Package Manager:
Install-Package Skybrud.Umbraco.Redirects -Version 4.0.21
Changelog
-
Added fix for broken query string forwarding (see #193 and 07f257a)
The logic around query string forwarding was accidentally broken inv4.0.19
, but should now be working again. -
Fixed issue with site node option being overwritten when editing a redirect through the content app (see #194 and d6562e3)
The purpose of the affected code was to pre-select the site node when adding a new redirect via the content app. Unfortunately the code also applied when editing an existing redirect, thereby overwriting the selected value in the UI.
v13.0.2
New release for Umbraco 13. This release will not work on other versions of Umbraco.
Installation
Via NuGet:
.NET CLI:
dotnet add package Skybrud.Umbraco.Redirects --version 13.0.2
NuGet Package Manager:
Install-Package Skybrud.Umbraco.Redirects -Version 13.0.2
Changelog
-
Removed targets file (see 5b7a98d)
The targets file is included in the v4 releases to clean up if after the V3 package or v4.0.0. From v4.0.1 and up, the package has been a Razor Class Library, meaning the targets file hasn't really been necessary for a while. -
Minor updates to the manifest filter (see 542fb18)
Internal change that doesn't affect the package usage.
v13.0.1
New release for Umbraco 13. This release will not work on other versions of Umbraco.
Installation
Via NuGet:
.NET CLI:
dotnet add package Skybrud.Umbraco.Redirects --version 13.0.1
NuGet Package Manager:
Install-Package Skybrud.Umbraco.Redirects -Version 13.0.1