Releases: skybrud/Skybrud.Umbraco.Redirects
v17.0.3
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.3
NuGet Package Manager:
Install-Package Skybrud.Umbraco.Redirects -Version 17.0.3
Changelog
-
Added support for selecting destination culture (see a8d700b and b5ec0f1)
Selecting the culture was supported in previous versions of the package, but not part of the features available after the rewrite for the new backoffice. With this release, the culture option is now again available. -
Updated Destination.js to fix issue with colored icons (see f90e1df)
Icon names including a color (e.g. for a content type icon) would fail to render. This has now been fixed. -
Misc localization (see f1ca9ca)
Additional labels are now localized, thereby available in either English or Danish.
v17.0.2
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.2
NuGet Package Manager:
Install-Package Skybrud.Umbraco.Redirects -Version 17.0.2
Changelog
-
Fixed notifications logic in the middleware (see #237 and 4af82ef)
When updating the package to the new backoffice, the logic for handling notifications was outcommented. And then probably forgotten. This release reactivates the logic, and also adds support for cancelling the middleware via the pre-lookup notification. -
Updated the Skybrud.Essentials dependency (see 04aedd6)
Bumped fromv1.1.63tov1.1.64. Just to keep things updated. -
Possible fix for variant destination where the first variant doesn't have a URL (see #234 and 1f8859d)
v16.0.3
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.3
NuGet Package Manager:
Install-Package Skybrud.Umbraco.Redirects -Version 16.0.3
Changelog
-
Fixed notifications logic in the middleware (see #237 and 5941674)
When updating the package to the new backoffice, the logic for handling notifications was outcommented. And then probably forgotten. This release reactivates the logic, and also adds support for cancelling the middleware via the pre-lookup notification. -
Updated the Skybrud.Essentials dependency (see 59cd13d)
Bumped fromv1.1.62tov1.1.64. Just to keep things updated.
v13.0.9
New release for Umbraco 13. This release will not work on other versions of Umbraco.
Installation
Via NuGet:
.NET CLI:
dotnet add package Skybrud.Umbraco.Redirects --version 13.0.9
NuGet Package Manager:
Install-Package Skybrud.Umbraco.Redirects -Version 13.0.9
Changelog
-
Updated the Skybrud.Essentials dependency (see ebba0e4)
The dependency was a few versions behind, so might as well update it. -
Updated the outbound property editor to support localization (see 3705277)
The outbound property editor now supports localization, with translations available in English and Danish.
v17.0.1
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 👍