Skip to content

Releases: skybrud/Skybrud.Umbraco.Redirects

v17.0.0

27 Nov 20:23

Choose a tag to compare

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 use en as fallback for en-US and en-GB, and da as fallback for da-DK.

v17.0.0-beta002

19 Nov 22:48

Choose a tag to compare

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

19 Nov 22:40

Choose a tag to compare

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

11 Nov 21:20

Choose a tag to compare

v17.0.0-beta001 Pre-release
Pre-release

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

16 Sep 20:46

Choose a tag to compare

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

16 Sep 20:40

Choose a tag to compare

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

08 Jul 18:19

Choose a tag to compare

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

08 Jul 18:12

Choose a tag to compare

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

08 Jul 17:59

Choose a tag to compare

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

17 Jun 15:34

Choose a tag to compare

v16.0.0-beta001 Pre-release
Pre-release

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