Releases: skybrud/Skybrud.Umbraco.Redirects.Import
v4.0.0-alpha003
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 fromv1.1.43
tov1.1.47
, and the Skybrud.Umbraco.Redirects dependency was updated fromv4.0.6
to4.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
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 withhttp://
andhttps://
. -
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
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