Skip to content

Commit 55ff205

Browse files
committed
First stable release for Umbraco 14
1 parent fb137c7 commit 55ff205

File tree

5 files changed

+27
-24
lines changed

5 files changed

+27
-24
lines changed

NUGET.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ URLs can be added to redirect to either a content item, media item or a custom U
1010

1111
- Property editor that can be added to either a content item or media item to show inbound redirects
1212

13-
- Package only handles custom redirects - eg. added manually by an editor. The package will let Umbraco handle redirects for renamed and moved pages
13+
- Package only handles custom redirects - e.g. added manually by an editor. The package will let Umbraco handle redirects for renamed and moved pages
1414

1515
- Includes an `IRedirectsService` for managing the redirects from your own code
1616

README.md

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
# Skybrud Redirects
22

3-
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/skybrud/Skybrud.Umbraco.Redirects/blob/v4/main/LICENSE.md)
3+
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/skybrud/Skybrud.Umbraco.Redirects/blob/v14/main/LICENSE.md)
44
[![NuGet](https://img.shields.io/nuget/v/Skybrud.Umbraco.Redirects.svg)](https://www.nuget.org/packages/Skybrud.Umbraco.Redirects)
55
[![NuGet](https://img.shields.io/nuget/dt/Skybrud.Umbraco.Redirects.svg)](https://www.nuget.org/packages/Skybrud.Umbraco.Redirects)
66
[![Umbraco Marketplace](https://img.shields.io/badge/umbraco-marketplace-%233544B1)](https://marketplace.umbraco.com/package/skybrud.umbraco.redirects)
77
[![Skybrud.Umbraco.Redirects at packages.limbo.works](https://img.shields.io/badge/limbo-packages-blue)](https://packages.limbo.works/skybrud.umbraco.redirects/)
88

9+
> [!WARNING]
10+
> Umbraco has reached end-of-life for version 14. This package is no longer supported for this version of Umbraco.
11+
912
**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.
1013

1114
URLs can be added to redirect to either a content item, media item or a custom URL.
1215

1316
<table>
1417
<tr>
1518
<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>
19+
<td><a href="https://github.com/skybrud/Skybrud.Umbraco.Redirects/blob/v14/main/LICENSE.md"><strong>MIT License</strong></a></td>
1720
</tr>
1821
<tr>
1922
<td><strong>Umbraco:</strong></td>
@@ -37,34 +40,29 @@ URLs can be added to redirect to either a content item, media item or a custom U
3740

3841
## Installation
3942

40-
**Umbraco 14**
43+
### Umbraco 14
4144

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

4447
```
45-
dotnet add package Skybrud.Umbraco.Redirects --version 14.0.0-beta001
48+
dotnet add package Skybrud.Umbraco.Redirects --version 14.0.0
4649
```
4750

4851
or the NuGet Package Manager:
4952

5053
```
51-
Install-Package Skybrud.Umbraco.Redirects -Version 14.0.0-beta001
54+
Install-Package Skybrud.Umbraco.Redirects -Version 14.0.0
5255
```
5356

54-
**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.
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
6558

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.
59+
- [**`v16/main`**](https://github.com/skybrud/Skybrud.Umbraco.Redirects/tree/v16/main) Umbraco 16
60+
- [**`v15/main`**](https://github.com/skybrud/Skybrud.Umbraco.Redirects/tree/v15/main) Umbraco 15
61+
- [**`v13/main`**](https://github.com/skybrud/Skybrud.Umbraco.Redirects/tree/v13/main) Umbraco 13
62+
- ~~[**`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>
63+
- ~~[**`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>
64+
- ~~[**`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>
65+
- ~~[**`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>
6866

6967

7068

@@ -77,7 +75,7 @@ For the Umbraco 7 version of this package, see the [**v1/main**](https://github.
7775

7876
- Property editor that can be added to either a content item or media item to show inbound redirects
7977

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
8179

8280
- Includes a `RedirectsService` for managing the redirects from your own code
8381

83.5 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>14.0.0-beta001</VersionPrefix>
10+
<VersionPrefix>14.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)