Skip to content

Releases: skybrud/Skybrud.Umbraco.Redirects

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.

v13.0.0

14 Dec 12:16
Compare
Choose a tag to compare

First stable 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.0

NuGet Package Manager:

Install-Package Skybrud.Umbraco.Redirects -Version 13.0.0

v4.0.19

14 Dec 12:08
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.19

Package Manager:

Install-Package Skybrud.Umbraco.Redirects -Version 4.0.19

Changelog

  • Optimizaions to the RedirectsService.GetRedirectByPathAndQuery method (see e69ac96)
    By improving the SQL queries a bit, two SQL calls can be merged into one roughly halving the execution time.

v13.0.0-alpha001

27 Nov 20:01
Compare
Choose a tag to compare
v13.0.0-alpha001 Pre-release
Pre-release

First alpha 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.0-alpha001

Package Manager:

Install-Package Skybrud.Umbraco.Redirects -Version 13.0.0-alpha001

v4.0.18

27 Nov 21:31
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.18

Package Manager:

Install-Package Skybrud.Umbraco.Redirects -Version 4.0.18

Changelog

  • Fixed issue with duplicate query strings (see #189 and a4aaaa2)
    In the redirect overlay controller, a the "url" property of a redirect already contains the query string, so no reason to append the query string again. Thanks to @bjarnef for reporting 👍

v4.0.17

10 Oct 20:43
Compare
Choose a tag to compare

New release for Umbraco 10+. This release will not work on older versions of Umbraco.

Installation

Via NuGet:

.NET CLI:

dotnet add package Skybrud.Umbraco.Redirects --version 4.0.17

Package Manager:

Install-Package Skybrud.Umbraco.Redirects -Version 4.0.17

Changelog

  • Added minimum height to dashboard to fix Umbraco issue (see #186 and f67549e)
    Due to a bug in Umbraco 12, the container element of the dashboard doesn't take full height, and as a result, the add button dropdown may be cropped is it's container isn't high enough when there are no or few redirects.

v4.0.16

03 Oct 19:59
Compare
Choose a tag to compare

New release for Umbraco 10+. This release will not work on older versions of Umbraco.

Installation

Via NuGet:

.NET CLI:

dotnet add package Skybrud.Umbraco.Redirects --version 4.0.16

Package Manager:

Install-Package Skybrud.Umbraco.Redirects -Version 4.0.16

Changelog

  • Updated package manifest filter to set PackageId property in Umbraco 12 (see ed9ffe9)
    In Umbraco 12, the PackageManifest class now has a PackageId property to indicate the NuGet ID of a package. As of this release, the package uses reflection to set this property when the package is used with Umbraco 12.

  • Updated the Skybrud.Essentials dependency (see f42901a)
    Updated the dependency from v1.1.48 to v1.1.52.