| Date | 2021-09-09 (1,517 days ago) |
|---|---|
| Downloads | 961 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.NET CLI:
dotnet add package Skybrud.Umbraco.Redirects --version 3.0.0-alpha002Package Manager:
Install-Package Skybrud.Umbraco.Redirects -Version 3.0.0-alpha002#changelog">ChangelogFixed issues with trailing slashes (see d4f3355, b1770ac and #103)
The Umbraco 8 version of this package would strip trailing slashes from inbound URLs, and then do lookups in the database. This was overlooked when migrating the package to Umbraco 9. Thanks to a PR from @PhyxionNL this is now working in Umbraco 9 as well.
Updated branding to reflect the Limbo name, but keeping the package name (see 11d7c1b)
We've been called Limbo for over 1½ year now, so might be time to update the package information.
Updated Umbraco dependencies to RC003 (see 4d80b3e)
Seems Umbraco changed the signature of a method related to migrations, so the Umbraco dependencies have now been updated to the latest release candidate, which seems to fix the issue - without changing any other code.
As IUserComposer is now obsolete, RedirectsComposer has been updated to implement IComposer instead (see 17da4df)
Doesn't really change much, but might as well avoid using obsolete interfaces.
Changed dashboard alias to just redirects (see c569e4e)
The dashboard alias has been the full name of this package for a while, but as it's now possible to deeplink to dashboards, and the alias thereby is visible, the alias has now been updated to be redirects instead of the longer Skybrud.Umbraco.Redirects.
Removed references of IsRegex column (see 118e3e7)
The IsRegex property is still kept in the RedirectSchema class, at it's used for creating the database table - but all other references has now been removed as the functionality was never really used, and shouldn't be supported by this package.