| Date | 2023-11-14 (758 days ago) |
|---|---|
| Downloads | 254 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.
Install the NuGet package - either via the .NET CLI:
dotnet add package Skybrud.Umbraco.Redirects.Import --version 1.0.1or the NuGet package manager:
Install-Package Skybrud.Umbraco.Redirects.Import -Version 1.0.1RedirectsExportController.Json method so the JSON is correctly formatted (see dc86087 and 443fe5e)[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.