Skip to content

v4.0.0-alpha004

Compare
Choose a tag to compare
@abjerner abjerner released this 19 Apr 18:17
· 44 commits to v4/main since this release

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

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