Version 4.0.0-alpha002

Alpha
Date 2022-11-25 (721 days ago)
Downloads 5,175 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 6
Umbraco Versions Umbraco 10 Umbraco 11

#installation">Installation

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

dotnet add package Skybrud.Umbraco.Redirects.Import --version 4.0.0-alpha002

or the NuGet package manager:

Install-Package Skybrud.Umbraco.Redirects.Import -Version 4.0.0-alpha002

#changelog">Changelog

  • Fixed issues with the XLSX import and empty cells (see 4380461)
    If some cells in uploaded XLSX files were empty, it could cause the remaining cells to be mapped to incorrect columns, thereby causing the import to fail.

  • Fixed issues with parsing external URLs when importing redirects (see 4380461)
    Skybrud Redirects supports external URLs, but the importer would fail on URLs starting with http:// and https://.

  • Fixed issue with the XLSX columns export option (see 4380461)
    The option was pointing to a non-existing URL, causing the XLSX export dialog to fail.

  • Added upper bound for the Umbraco dependencies (see 62505e2)
    The package now has a dependency for Umbraco 10 and 11 since these are the versions the package supports.

  • Updated Skybrud dependencies (see 8ce7b60)
    The Skybrud.Essentials and Skybrud.Umbraco.Redirects dependencies were updated to the newest version.