Version 3.0.0-alpha003

Alpha
Date 2021-09-19 (1,153 days ago)
Downloads 791 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 5
Umbraco Versions Umbraco 9

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

#installation">Installation

Via NuGet:

.NET CLI:

dotnet add package Skybrud.Umbraco.Redirects --version 3.0.0-alpha003

Package Manager:

Install-Package Skybrud.Umbraco.Redirects -Version 3.0.0-alpha003

#changelog">Changelog

  • Umbraco 9 failing to boot SqlException: Incorrect syntax near the keyword 'IF'. (see 46d9a30 and #106)
    Older versions of SQL Server doesn't appear to support the "IF EXISTS" syntax used when attempting to drop the IsRegex column from the redirects table, resulting in issues when installing this package. With this fix, the migration uses Umbraco's logic to first check whether the column does in fact exist, and the migration will drop the column if it does.