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
@@ -24,7 +24,7 @@ URLs can be added to redirect to either a content item, media item or a custom U
24
24
<tr>
25
25
<td><strong>Target Framework:</strong></td>
26
26
<td>
27
-
.NET 8
27
+
.NET 9
28
28
</td>
29
29
</tr>
30
30
</table>
@@ -37,37 +37,29 @@ URLs can be added to redirect to either a content item, media item or a custom U
37
37
38
38
## Installation
39
39
40
-
**Umbraco 14**
40
+
### Umbraco 15
41
41
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/15.0.0-beta001). To install the package, you can use either the .NET CLI:
42
+
Version 15 of this package supports Umbraco version 15. The package is only available via [**NuGet**](https://www.nuget.org/packages/Skybrud.Umbraco.Redirects/15.0.0). To install the package, you can use either the .NET CLI:
For the Umbraco 14 version of this package, see the [**v14/main**](https://github.com/skybrud/Skybrud.Umbraco.Redirects/tree/v14/main) branch instead.
54
+
### Other versions of Umbraco
56
55
57
-
**Umbraco 13**
58
-
For the Umbraco 13 version of this package, see the [**v13/main**](https://github.com/skybrud/Skybrud.Umbraco.Redirects/tree/v13/main) branch instead.
59
-
60
-
**Umbraco 10, 11 and 12**
61
-
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.
62
-
63
-
**Umbraco 9**
64
-
For the Umbraco 9 version of this package, see the [**v3/main**](https://github.com/skybrud/Skybrud.Umbraco.Redirects/tree/v3/main) branch instead.
65
-
66
-
**Umbraco 8**
67
-
For the Umbraco 8 version of this package, see the [**v2/main**](https://github.com/skybrud/Skybrud.Umbraco.Redirects/tree/v2/main) branch instead.
68
-
69
-
**Umbraco 7**
70
-
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>
60
+
-~~[**`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>
61
+
-~~[**`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>
62
+
-~~[**`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>
71
63
72
64
73
65
@@ -76,11 +68,9 @@ For the Umbraco 7 version of this package, see the [**v1/main**](https://github.
76
68
77
69
## Features
78
70
79
-
- Global dashboard for listing all redirects. Supports filtering and searching.
80
-
81
-
- Property editor that can be added to either a content item or media item to show inbound redirects
71
+
- Global dashboard for listing all redirects. Supports filtering and searching
82
72
83
-
- Package only handles custom redirecs - eg. added manually by an editor. The package will let Umbraco 7.5+ handle redirects for renamed pages
73
+
- Package only handles custom redirecs - e.g. added manually by an editor. The package will let Umbraco handle redirects for renamed and moved pages
84
74
85
75
- Includes a `RedirectsService` for managing the redirects from your own code
86
76
@@ -105,4 +95,4 @@ Add-on for handling imports and exports of redirects supporting formats like CSV
105
95
106
96
## Documentation
107
97
108
-
-[Go to the documentation on **packages.skybrud.dk**](https://packages.skybrud.dk/skybrud.umbraco.redirects/docs/v4/)
98
+
-[Go to the documentation on **packages.skybrud.dk**](https://packages.skybrud.dk/skybrud.umbraco.redirects/docs/v15/)
0 commit comments