Version 1.0.1

Date 2023-11-14 (367 days ago)
Downloads 151 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 4.5
Umbraco Versions Umbraco 7

New release for Umbraco 7. This release will not work for other versions of Umbraco.

#installation">Installation

Install the NuGet package - either via the .NET CLI:

dotnet add package Skybrud.Umbraco.Redirects.Import --version 1.0.1

or the NuGet package manager:

Install-Package Skybrud.Umbraco.Redirects.Import -Version 1.0.1

#changelog">Changelog

  • Updated the RedirectsExportController.Json method so the JSON is correctly formatted (see dc86087 and 443fe5e)
    Due to the [AngularJsonOnlyConfiguration] attribute on the controller, the JSON would start with the )]}',\n, thereby creating an invalid JSON file not supported by the v4.x version of this package. This release removes the attribute and the method now handles the JSON serialization on it's own, and now prompts the JSON file to be downloaded rather than showing it inline in the browser.