Skip to content

Releases: skybrud/Skybrud.Umbraco.Redirects

v14.0.0-alpha001

25 Jul 13:38
Compare
Choose a tag to compare
v14.0.0-alpha001 Pre-release
Pre-release

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

12 Feb 15:33
Compare
Choose a tag to compare

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, the OutboundRedirectReferenceFactory class would incorrectly report content references having the type content instead of the correct document.

v13.0.4

24 Jan 22:58
Compare
Choose a tag to compare

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

  • Additional adjustments to the query string forwarding logic (see #193, ace3b1a and 5d9bb13)
    My previous attempt to fix the query string forwarding didn't cover all cases, so this release contains some additional adjustments.

v4.0.23

24 Jan 22:40
Compare
Choose a tag to compare

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

  • Additional adjustments to the query string forwarding logic (see #193, 18469f4 and 542a4a8)
    My previous attempt to fix the query string forwarding didn't cover all cases, so this release contains some additional adjustments.

v13.0.3

17 Jan 23:41
Compare
Choose a tag to compare

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 in v4.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

17 Jan 23:33
Compare
Choose a tag to compare

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

  • Added fix for broken query string forwarding (see #193 and 783b5b9)
    While v4.0.21 fixed parts of the issue, there were still some scenaries that still failed due to a bug in the code.

v4.0.21

17 Jan 22:49
Compare
Choose a tag to compare

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 in v4.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

06 Jan 21:43
Compare
Choose a tag to compare

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

06 Jan 20:19
Compare
Choose a tag to compare

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

Changelog

  • Added dashboard reference to skybrud.umbraco.redirects.dashboard.init event (see 623b80d)
    Change needed to allow the import package to refresh the redirects dashboard - see #28.

v4.0.20

06 Jan 20:17
Compare
Choose a tag to compare

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.20

Package Manager:

Install-Package Skybrud.Umbraco.Redirects -Version 4.0.20

Changelog

  • Added dashboard reference to skybrud.umbraco.redirects.dashboard.init event (see 37da5c3)
    Change needed to allow the import package to refresh the redirects dashboard - see #28.