Skip to content

Releases: skybrud/Skybrud.Umbraco.Redirects.Import

v4.0.0-alpha003

08 Feb 21:55
Compare
Choose a tag to compare

Installation

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

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

or the NuGet package manager:

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

Changelog

  • Fixed issue with the import not parsing the forward query string option (see #6 and d007d26)
    I had already implemented the method for parsing the forward query string option, but somehow missed calling the methods. Thanks to @garpunkal rectifying this through a PR 👍

  • Updated Skybrud dependencies (see d12ba6c)
    The Skybrud.Essentials dependency was updated from v1.1.43 to v1.1.47, and the Skybrud.Umbraco.Redirects dependency was updated from v4.0.6 to 4.0.7.

  • Added support for nullable reference types
    Since a lot of the code in this package was developed before nullable reference types was a thing, the package hasn't supported nullable reference types. But it does now.

v4.0.0-alpha002

24 Nov 23:19
Compare
Choose a tag to compare

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

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

v4.0.0-alpha001

30 Aug 20:51
Compare
Choose a tag to compare

Installation

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

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

or the NuGet package manager:

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