Skip to content

Commit fc3e75c

Browse files
committed
First stable release for Umbraco 15 🎉
1 parent 3d69d00 commit fc3e75c

File tree

5 files changed

+27
-34
lines changed

5 files changed

+27
-34
lines changed

NUGET.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@ URLs can be added to redirect to either a content item, media item or a custom U
66

77
## Features
88

9-
- Global dashboard for listing all redirects. Supports filtering and searching.
9+
- Global dashboard for listing all redirects. Supports filtering and searching
1010

11-
- Property editor that can be added to either a content item or media item to show inbound redirects
12-
13-
- Package only handles custom redirects - eg. added manually by an editor. The package will let Umbraco handle redirects for renamed and moved pages
11+
- Package only handles custom redirects - e.g. added manually by an editor. The package will let Umbraco handle redirects for renamed and moved pages
1412

1513
- Includes an `IRedirectsService` for managing the redirects from your own code
1614

README.md

Lines changed: 17 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ URLs can be added to redirect to either a content item, media item or a custom U
1313
<table>
1414
<tr>
1515
<td><strong>License:</strong></td>
16-
<td><a href="https://github.com/skybrud/Skybrud.Umbraco.Redirects/blob/v13/main/LICENSE.md"><strong>MIT License</strong></a></td>
16+
<td><a href="https://github.com/skybrud/Skybrud.Umbraco.Redirects/blob/v15/main/LICENSE.md"><strong>MIT License</strong></a></td>
1717
</tr>
1818
<tr>
1919
<td><strong>Umbraco:</strong></td>
@@ -24,7 +24,7 @@ URLs can be added to redirect to either a content item, media item or a custom U
2424
<tr>
2525
<td><strong>Target Framework:</strong></td>
2626
<td>
27-
.NET 8
27+
.NET 9
2828
</td>
2929
</tr>
3030
</table>
@@ -37,37 +37,29 @@ URLs can be added to redirect to either a content item, media item or a custom U
3737

3838
## Installation
3939

40-
**Umbraco 14**
40+
### Umbraco 15
4141

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:
4343

4444
```
45-
dotnet add package Skybrud.Umbraco.Redirects --version 15.0.0-beta001
45+
dotnet add package Skybrud.Umbraco.Redirects --version 15.0.0
4646
```
4747

4848
or the NuGet Package Manager:
4949

5050
```
51-
Install-Package Skybrud.Umbraco.Redirects -Version 15.0.0-beta001
51+
Install-Package Skybrud.Umbraco.Redirects -Version 15.0.0
5252
```
5353

54-
**Umbraco 14**
55-
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
5655

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.
56+
- [**`v16/main`**](https://github.com/skybrud/Skybrud.Umbraco.Redirects/tree/v16/main) Umbraco 16
57+
- ~~[**`v14/main`**](https://github.com/skybrud/Skybrud.Umbraco.Redirects/tree/v14/main) Umbraco 14~~ <sub title="Umbraco 14 has reached end-of-life"><sup>(EOL)</sup></sub>
58+
- [**`v13/main`**](https://github.com/skybrud/Skybrud.Umbraco.Redirects/tree/v13/main) Umbraco 13
59+
- ~~[**`v4/main`**](https://github.com/skybrud/Skybrud.Umbraco.Redirects/tree/v4/main) Umbraco 10, 11 and 12~~ <sub title="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~~ <sub title="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~~ <sub title="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~~ <sub title="Umbraco 7 has reached end-of-life"><sup>(EOL)</sup></sub>
7163

7264

7365

@@ -76,11 +68,9 @@ For the Umbraco 7 version of this package, see the [**v1/main**](https://github.
7668

7769
## Features
7870

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
8272

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
8474

8575
- Includes a `RedirectsService` for managing the redirects from your own code
8676

@@ -105,4 +95,4 @@ Add-on for handling imports and exports of redirects supporting formats like CSV
10595

10696
## Documentation
10797

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/)
83.4 KB
Binary file not shown.

src/Skybrud.Umbraco.Redirects.sln

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 15
4-
VisualStudioVersion = 15.0.28307.168
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.13.35919.96 d17.13
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CEEEBF65-93EE-47DF-8794-B7313BFDC517}"
77
ProjectSection(SolutionItems) = preProject
8+
..\debug.bat = ..\debug.bat
9+
..\LICENSE.md = ..\LICENSE.md
10+
..\NUGET.md = ..\NUGET.md
11+
..\README.md = ..\README.md
12+
..\release.bat = ..\release.bat
813
WebEssentials-Settings.json = WebEssentials-Settings.json
914
EndProjectSection
1015
EndProject

src/Skybrud.Umbraco.Redirects/Skybrud.Umbraco.Redirects.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<PropertyGroup>
10-
<VersionPrefix>15.0.0-beta001</VersionPrefix>
10+
<VersionPrefix>15.0.0</VersionPrefix>
1111
<VersionSuffix Condition="'$(Configuration)'=='Debug'">build$([System.DateTime]::UtcNow.ToString(`yyyyMMddHHmm`))</VersionSuffix>
1212
<Authors>Anders Bjerner</Authors>
1313
<Company>Limbo</Company>

0 commit comments

Comments
 (0)