Version 3.0.0-alpha005

Alpha
Date 2021-10-01 (1,141 days ago)
Downloads 1,266 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 5
Umbraco Versions Umbraco 9

New alpha release for Umbraco 9. This release will not work on older versions of Umbraco.

#installation">Installation

Via NuGet:

.NET CLI:

dotnet add package Skybrud.Umbraco.Redirects --version 3.0.0-alpha005

Package Manager:

Install-Package Skybrud.Umbraco.Redirects -Version 3.0.0-alpha005

#changelog">Changelog

  • Fixed more issues with incorrect JSON output (see 8a5427c)
    Umbraco 9.0.0-rc004 introduced some breaking changes causing backoffice API controllers to serialize JSON using JSON.net instead of the newer System.Text.Json, thereby causing a different JSON format than expected by the Angular controllers. This release now adds a workaround so System.Text.Json is used once again.

  • Added missing delete method to content app (see f3fe60a)
    Clicking the Delete link on a redirect from the content app didn't really work as the underlying JavaScript function it tried to call didn't exist. With this release, the link now works like intended.