You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://packages.limbo.works/skybrud.umbraco.redirects/)
8
8
9
+
> [!WARNING]
10
+
> Umbraco has reached end-of-life for version 14. This package is no longer supported for this version of Umbraco.
11
+
9
12
**Skybrud.Umbraco.Redirects** is a redirects manager for Umbraco. The package features a dashboard and property editor that let's users manage inbound redirects from within the Umbraco backoffice.
10
13
11
14
URLs can be added to redirect to either a content item, media item or a custom URL.
@@ -37,34 +40,29 @@ URLs can be added to redirect to either a content item, media item or a custom U
37
40
38
41
## Installation
39
42
40
-
**Umbraco 14**
43
+
### Umbraco 14
41
44
42
-
Version 14 of this package supports Umbraco version 14. The package is only available via [**NuGet**](https://www.nuget.org/packages/Skybrud.Umbraco.Redirects/14.0.0-beta001). To install the package, you can use either the .NET CLI:
45
+
Version 14 of this package supports Umbraco version 14. The package is only available via [**NuGet**](https://www.nuget.org/packages/Skybrud.Umbraco.Redirects/14.0.0). To install the package, you can use either the .NET CLI:
For the Umbraco 10-12 version of this package, see the [**v13/main**](https://github.com/skybrud/Skybrud.Umbraco.Redirects/tree/v13/main) branch instead.
56
-
57
-
**Umbraco 10, 11 and 12**
58
-
For the Umbraco 10-12 version of this package, see the [**v4/main**](https://github.com/skybrud/Skybrud.Umbraco.Redirects/tree/v4/main) branch instead.
59
-
60
-
**Umbraco 9**
61
-
For the Umbraco 9 version of this package, see the [**v3/main**](https://github.com/skybrud/Skybrud.Umbraco.Redirects/tree/v3/main) branch instead.
62
-
63
-
**Umbraco 8**
64
-
For the Umbraco 8 version of this package, see the [**v2/main**](https://github.com/skybrud/Skybrud.Umbraco.Redirects/tree/v2/main) branch instead.
57
+
### Other versions of Umbraco
65
58
66
-
**Umbraco 7**
67
-
For the Umbraco 7 version of this package, see the [**v1/main**](https://github.com/skybrud/Skybrud.Umbraco.Redirects/tree/v1/main) branch instead.
-~~[**`v4/main`**](https://github.com/skybrud/Skybrud.Umbraco.Redirects/tree/v4/main) Umbraco 10, 11 and 12~~ <subtitle="Umbraco 10, 11 and 12 have reached end-of-life"><sup>(EOL)</sup></sub>
63
+
-~~[**`v3/main`**](https://github.com/skybrud/Skybrud.Umbraco.Redirects/tree/v3/main) Umbraco 9~~ <subtitle="Umbraco 9 has reached end-of-life"><sup>(EOL)</sup></sub>
64
+
-~~[**`v2/main`**](https://github.com/skybrud/Skybrud.Umbraco.Redirects/tree/v2/main) Umbraco 8~~ <subtitle="Umbraco 8 has reached end-of-life"><sup>(EOL)</sup></sub>
65
+
-~~[**`v1/main`**](https://github.com/skybrud/Skybrud.Umbraco.Redirects/tree/v1/main) Umbraco 7~~ <subtitle="Umbraco 7 has reached end-of-life"><sup>(EOL)</sup></sub>
68
66
69
67
70
68
@@ -77,7 +75,7 @@ For the Umbraco 7 version of this package, see the [**v1/main**](https://github.
77
75
78
76
- Property editor that can be added to either a content item or media item to show inbound redirects
79
77
80
-
- Package only handles custom redirecs - eg. added manually by an editor. The package will let Umbraco 7.5+ handle redirects for renamed pages
78
+
- Package only handles custom redirecs - e.g. added manually by an editor. The package will let Umbraco handle redirects for renamed and moved pages
81
79
82
80
- Includes a `RedirectsService` for managing the redirects from your own code
0 commit comments