Version 4.0.2

Date 2022-09-08 (799 days ago)
Downloads 1,755 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 6
Umbraco Versions Umbraco 10

New release for Umbraco 10. This release will not work on older versions of Umbraco.

#installation">Installation

Via NuGet:

.NET CLI:

dotnet add package Skybrud.Umbraco.Redirects --version 4.0.2

Package Manager:

Install-Package Skybrud.Umbraco.Redirects -Version 4.0.2

#changelog">Changelog

  • Implemented dedicated SaveBackup methods in the internal RedirectsUtils class (see #149, 8dc5473 and d7f19a1)
    This is mostly an internal thing, but is also ensures that AddDestinationColumnsMigration wont save a JSON file with an empty array if there are no redirects in the database (eg. when doing a fresh install).

  • Renamed redirectsNode directive to avoid conflicts on Umbraco Cloud - possibly maybe (see #148)
    Not really sure what caused the problem described in the issue, but prefixing the directory with skybrud might fix potential conflicts. Doesn't hurt trying.

  • Updated Skybrud.Essentials dependency (see bc69efc)
    Updated the dependency to the newest version.