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
The package now has three build warnings due to obsolete methods, all related to looking up content by their URL route. Since the methods will first be removed in Umbraco 17, the errors are ignored for now.
@@ -18,7 +18,7 @@ URLs can be added to redirect to either a content item, media item or a custom U
18
18
<tr>
19
19
<td><strong>Umbraco:</strong></td>
20
20
<td>
21
-
Umbraco 14
21
+
Umbraco 15
22
22
</td>
23
23
</tr>
24
24
<tr>
@@ -39,20 +39,23 @@ URLs can be added to redirect to either a content item, media item or a custom U
39
39
40
40
**Umbraco 14**
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/14.0.0-beta001). To install the package, you can use either the .NET CLI:
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:
For the Umbraco 14 version of this package, see the [**v14/main**](https://github.com/skybrud/Skybrud.Umbraco.Redirects/tree/v14/main) branch instead.
56
+
54
57
**Umbraco 13**
55
-
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.
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.
56
59
57
60
**Umbraco 10, 11 and 12**
58
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.
0 commit comments