Releases: skybrud/Skybrud.Umbraco.Redirects
v17.0.0
New stable release for Umbraco 17. This release will not work on other versions of Umbraco.
Installation
Via NuGet:
.NET CLI:
dotnet add package Skybrud.Umbraco.Redirects --version 17.0.0
NuGet Package Manager:
Install-Package Skybrud.Umbraco.Redirects -Version 17.0.0
Changelog
- Localization extensions should be registered with just language, not language and culture (see 8ad1365)
Umbraco will useenas fallback foren-USanden-GB, anddaas fallback forda-DK.
v17.0.0-beta002
New beta release for Umbraco 17. This release will not work on other versions of Umbraco.
Installation
Via NuGet:
.NET CLI:
dotnet add package Skybrud.Umbraco.Redirects --version 17.0.0-beta002
NuGet Package Manager:
Install-Package Skybrud.Umbraco.Redirects -Version 17.0.0-beta002
Changelog
- Added support for SQLite (see #228)
An internal migration would fail when using SQLite as database type as SQLite doesn't support chaning the nullability of columns through alter table queries. Thanks to a PR from @glitchedmob, the migration will now re-create the table instead for SQLite.
v16.0.2
New release for Umbraco 16. This release will not work on other versions of Umbraco.
Installation
Via NuGet:
.NET CLI:
dotnet add package Skybrud.Umbraco.Redirects --version 16.0.2
NuGet Package Manager:
Install-Package Skybrud.Umbraco.Redirects -Version 16.0.2
Changelog
- Added support for SQLite (see #228)
An internal migration would fail when using SQLite as database type as SQLite doesn't support chaning the nullability of columns through alter table queries. Thanks to a PR from @glitchedmob, the migration will now re-create the table instead for SQLite.
v17.0.0-beta001
First beta release for Umbraco 17. This release will not work on other versions of Umbraco.
Installation
Via NuGet:
.NET CLI:
dotnet add package Skybrud.Umbraco.Redirects --version 17.0.0-beta001
NuGet Package Manager:
Install-Package Skybrud.Umbraco.Redirects -Version 17.0.0-beta001
v16.0.1
New release for Umbraco 16. This release will not work on other versions of Umbraco.
Installation
Via NuGet:
.NET CLI:
dotnet add package Skybrud.Umbraco.Redirects --version 16.0.1
NuGet Package Manager:
Install-Package Skybrud.Umbraco.Redirects -Version 16.0.1
Changelog
- Fixed issue with picking an external link as destination (see #227 and eb53950)
Picking an external link as the destination of a redirect would cause a JavaScript error thus preventing the user from creating the redirect. Fixed thanks to a PR from @alanwthom 👍
v15.0.1
New release for Umbraco 15. This release will not work on other versions of Umbraco.
Installation
Via NuGet:
.NET CLI:
dotnet add package Skybrud.Umbraco.Redirects --version 15.0.1
NuGet Package Manager:
Install-Package Skybrud.Umbraco.Redirects -Version 15.0.1
Changelog
- Fixed issue with picking an external link as destination (see #227 and 912defc)
Picking an external link as the destination of a redirect would cause a JavaScript error thus preventing the user from creating the redirect. Fixed thanks to a PR from @alanwthom 👍
v16.0.0
First stable release for Umbraco 16. This release will not work on other versions of Umbraco.
Installation
Via NuGet:
.NET CLI:
dotnet add package Skybrud.Umbraco.Redirects --version 16.0.0
NuGet Package Manager:
Install-Package Skybrud.Umbraco.Redirects -Version 16.0.0
Changelog
This release doesn't provide any additional new changes compared to the v16.0.0-alpha001 release.
v15.0.0
First stable release for Umbraco 15. This release will not work on other versions of Umbraco.
Installation
Via NuGet:
.NET CLI:
dotnet add package Skybrud.Umbraco.Redirects --version 15.0.0
NuGet Package Manager:
Install-Package Skybrud.Umbraco.Redirects -Version 15.0.0
Changelog
This release doesn't provide any additional new changes compared to the v15.0.0-alpha001 release.
v14.0.0
First stable release for Umbraco 14. This release will not work on other versions of Umbraco.
Installation
Via NuGet:
.NET CLI:
dotnet add package Skybrud.Umbraco.Redirects --version 14.0.0
NuGet Package Manager:
Install-Package Skybrud.Umbraco.Redirects -Version 14.0.0
Changelog
This release doesn't provide any additional new changes compared to the v14.0.0-alpha001 release.
v16.0.0-beta001
First beta release for Umbraco 16. This release will not work on other versions of Umbraco.
Installation
Via NuGet:
.NET CLI:
dotnet add package Skybrud.Umbraco.Redirects --version 16.0.0-beta001
NuGet Package Manager:
Install-Package Skybrud.Umbraco.Redirects -Version 16.0.0-beta001