Version 4.0.1

Date 2023-10-10 (402 days ago)
Downloads 11K downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 6
Umbraco Versions Umbraco 10 Umbraco 11 Umbraco 12

#installation">Installation

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

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

or the NuGet package manager:

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

#changelog">Changelog

  • Added 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.