Version 4.0.0-alpha004

Alpha
Date 2023-04-19 (576 days ago)
Downloads 11K 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-alpha004

or the NuGet package manager:

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

#changelog">Changelog

  • Removed error message when import was successful (see #9 and c0efa90)
    An incorrect check in the Angular view caused the error message to be shown even if the import was successful. Thanks to @pmpontes for fixing 👍

  • Updated the Skybrud.Essentials dependency (see c861ab4)
    The dependency has been updated from v1.1.47 to 1.1.48.

  • Updated the Skybrud.Umbraco.Redirects dependency (see b1d2532)
    The dependency has been updated from v4.0.7 to 4.0.8.

  • Enabled package telemetry and updated the information the package exposes about it self (see 327dd59)
    This enables Umbraco to save a bit of telemetry data about the package.

  • Improved error logging of the API controller (see 455e0f1)
    The import and export endpoints of the package's API controller will now write exception messages to Umbraco's log. This makes debugging issues a lot easier.

  • Updated the ClosedXml dependency (see b2bdeec)
    This package relies on the ClosedXml package for reading and writing XLSX files. The dependency has now been updated to the newest version.