| Date | 2023-10-10 (793 days ago) |
|---|---|
| Downloads | 12K downloads |
| NuGet | View on NuGet |
| GitHub | View on GitHub |
| Target Frameworks | .NET 6 |
| Umbraco Versions | Umbraco 10 Umbraco 11 Umbraco 12 |
Install the NuGet package - either via the .NET CLI:
dotnet add package Skybrud.Umbraco.Redirects.Import --version 4.0.1or the NuGet package manager:
Install-Package Skybrud.Umbraco.Redirects.Import -Version 4.0.1Added esc shortcut to overlays (see #17 and a3d69d0)
The import and export overlays can now be closed by pressing the esc key. Thanks to PR from @bjarnef.
Use button element instead on anchor in export overlay (see #18 and 11b60de)
Thanks to PR from @bjarnef.
Replaced the CSV exporter separator Default option with Comma (see bdaf333)
Selecting the Default option would case the exporter to fail.
Updated Skybrud dependencies (see c274e1a)
The Skybrud.Essentials and Skybrud.Umbrao.Redirects were updated to their newest versions.