Skip to content

Commit b8d6d96

Browse files
authored
Release 1.8 (#14939)
1 parent ef1eaab commit b8d6d96

File tree

12 files changed

+28
-25
lines changed

12 files changed

+28
-25
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ Orchard Core consists of two distinct projects:
1010
[![Documentation](https://readthedocs.org/projects/orchardcore/badge/)](https://docs.orchardcore.net/)
1111
[![Crowdin](https://badges.crowdin.net/orchard-core/localized.svg)](https://crowdin.com/project/orchard-core)
1212

13-
## Local communities
13+
## Local Communities
1414

1515
中文资源
1616

1717
[![Orchard Core CN 中文讨论组](https://docs.orchardcore.net/en/latest/docs/assets/images/orchard-core-cn-community-logo.png)](https://shang.qq.com/wpa/qunwpa?idkey=48721591a71ee7586316604a7a4ee99d26fd977c6120370a06585085a5936f62)
1818

1919
## Build Status
2020

21-
Stable (release/1.7.2):
21+
Stable (release/1.8.0):
2222

2323
[![Build status](https://github.com/OrchardCMS/OrchardCore/actions/workflows/release_ci.yml/badge.svg)](https://github.com/OrchardCMS/OrchardCore/actions?query=workflow%3A%22Release+-+CI%22)
2424
[![NuGet](https://img.shields.io/nuget/v/OrchardCore.Application.Cms.Targets.svg)](https://www.nuget.org/packages/OrchardCore.Application.Cms.Targets)
@@ -30,7 +30,7 @@ Nightly (main):
3030

3131
## Status
3232

33-
### 1.7.2
33+
### 1.8.0
3434

3535
The software is finished -- and by finished, we mean there are no show-stopping, little-children-killing bugs in it. That we know of. There are probably numerous lower-priority bugs triaged into the next point release or service pack, as well.
3636

@@ -40,7 +40,7 @@ Here is a more detailed [roadmap](https://github.com/OrchardCMS/OrchardCore/wiki
4040

4141
- Clone the repository using the command `git clone https://github.com/OrchardCMS/OrchardCore.git` and checkout the `main` branch.
4242

43-
### Command line
43+
### Command Line
4444

4545
- Install the latest version of the .NET SDK from this page <https://dotnet.microsoft.com/download>
4646
- Next, navigate to `./OrchardCore/src/OrchardCore.Cms.Web`.
@@ -49,9 +49,9 @@ Here is a more detailed [roadmap](https://github.com/OrchardCMS/OrchardCore/wiki
4949

5050
### Visual Studio
5151

52-
- Download Visual Studio 2022 (v17.5+) from https://www.visualstudio.com/downloads/
53-
- Open `OrchardCore.sln` and wait for Visual Studio to restore all Nuget packages.
54-
- Ensure `OrchardCore.Cms.Web` is the startup project and run it.
52+
- Download Visual Studio 2022 (v17.5+) from <https://www.visualstudio.com/downloads>.
53+
- Launch the solution by clicking on `OrchardCore.sln`. Give Visual Studio time to restore all missing Nuget packages.
54+
- Ensure `OrchardCore.Cms.Web` is set as the startup project. Then run the app.
5555

5656
### Docker
5757

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ nav:
242242
- Owners: docs/resources/owners/README.md
243243
- Workshops: docs/resources/workshops/README.md
244244
- Releases:
245+
- 1.8.0: docs/releases/1.8.0.md
245246
- 1.7.2: docs/releases/1.7.2.md
246247
- 1.7.1: docs/releases/1.7.1.md
247248
- 1.7.0: docs/releases/1.7.0.md

src/OrchardCore.Build/Dependencies.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<PackageManagement Include="NodaTime" Version="3.1.10" />
5151
<PackageManagement Include="OpenIddict.AspNetCore" Version="5.0.1" />
5252
<PackageManagement Include="OpenIddict.Core" Version="5.0.1" />
53-
<PackageManagement Include="OrchardCore.Translations.All" Version="1.7.1" />
53+
<PackageManagement Include="OrchardCore.Translations.All" Version="1.8.0" />
5454
<PackageManagement Include="PdfPig" Version="0.1.8" />
5555
<PackageManagement Include="Serilog.AspNetCore" Version="7.0.0" />
5656
<PackageManagement Include="Shortcodes" Version="1.3.3" />

src/OrchardCore.Build/OrchardCore.Commons.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<PropertyGroup>
66
<LangVersion>12.0</LangVersion>
77
<VersionPrefix>1.8.0</VersionPrefix>
8-
<VersionSuffix>preview</VersionSuffix>
8+
<VersionSuffix></VersionSuffix>
99
<VersionSuffix Condition="'$(VersionSuffix)'!='' AND '$(BuildNumber)' != ''">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
1010
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1111
<WarningsNotAsErrors>612,618</WarningsNotAsErrors>

src/OrchardCore/OrchardCore.Abstractions/Modules/Manifest/ManifestConstants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ public static class ManifestConstants
55
{
66
public const string OrchardCoreTeam = "The Orchard Core Team";
77

8-
public const string OrchardCoreVersion = "1.7.2";
8+
public const string OrchardCoreVersion = "1.8.0";
99

1010
public const string OrchardCoreWebsite = "https://orchardcore.net";
1111

src/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ Orchard Core CMS supports all major site building strategies:
6464

6565
## Status
6666

67-
The latest released version of Orchard Core is `1.7.2`.
68-
The release notes can be found on <https://github.com/OrchardCMS/OrchardCore/releases/tag/v1.7.2>
67+
The latest released version of Orchard Core is `1.8.0`.
68+
The release notes can be found on <https://github.com/OrchardCMS/OrchardCore/releases/tag/v1.8.0>
6969

7070
Here is a more detailed [roadmap](https://github.com/OrchardCMS/OrchardCore/wiki/Roadmap).
7171

src/docs/getting-started/templates/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ More information about `dotnet new` can be found at <https://docs.microsoft.com/
99
Once the .NET Core SDK has been installed, type the following command to install the templates for creating Orchard Core web applications:
1010

1111
```CMD
12-
dotnet new install OrchardCore.ProjectTemplates::1.7.2
12+
dotnet new install OrchardCore.ProjectTemplates::1.8.0
1313
```
1414

1515
This will use the most stable release of Orchard Core. In order to use the latest `main` branch of Orchard Core, the following command can be used:
1616

1717
```CMD
18-
dotnet new install OrchardCore.ProjectTemplates::1.7.2-* --nuget-source https://nuget.cloudsmith.io/orchardcore/preview/v3/index.json
18+
dotnet new install OrchardCore.ProjectTemplates::1.8.0-* --nuget-source https://nuget.cloudsmith.io/orchardcore/preview/v3/index.json
1919
```
2020

2121
## Create a new website
@@ -25,7 +25,7 @@ dotnet new install OrchardCore.ProjectTemplates::1.7.2-* --nuget-source https://
2525
#### Generate an Orchard Cms Web Application
2626

2727
!!! warning
28-
Due to a bug in the current published version, the following `dotnet new` commands will require the extra argument `--orchard-version 1.7.2`. For instance, instead of typing `dotnet new occms` use `dotnet new occms --orchard-version 1.7.2`
28+
Due to a bug in the current published version, the following `dotnet new` commands will require the extra argument `--orchard-version 1.8.0`. For instance, instead of typing `dotnet new occms` use `dotnet new occms --orchard-version 1.8.0`
2929

3030
```CMD
3131
dotnet new occms
@@ -47,7 +47,7 @@ Options:
4747
4848
-ov|--orchard-version Specifies which version of Orchard Core packages to use.
4949
string - Optional
50-
Default: 1.7.2
50+
Default: 1.8.0
5151
```
5252

5353
Logging can be ignored with this command:
@@ -134,7 +134,7 @@ Options:
134134
135135
-ov|--orchard-version Specifies which version of Orchard Core packages to use.
136136
string - Optional
137-
Default: 1.7.2
137+
Default: 1.8.0
138138
```
139139

140140
```CMD

src/docs/guides/add-admin-menu/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ There are different ways to create sites and modules for Orchard Core. You can l
1919

2020
You can install the latest released templates using this command:
2121

22-
```dotnet new install OrchardCore.ProjectTemplates::1.7.2-*```
23-
22+
```dotnet new install OrchardCore.ProjectTemplates::1.8.0-*```
23+
2424
!!! note
2525
To use the development branch of the template add `--nuget-source https://nuget.cloudsmith.io/orchardcore/preview/v3/index.json`
2626

@@ -40,10 +40,10 @@ The next step is to reference the module from the application, by adding a proje
4040

4141
We also need a reference to the `OrchardCore.Admin` package in order to be able to implement the required interfaces:
4242

43-
```dotnet add .\MyModule\MyModule.csproj package OrchardCore.Admin --version 1.7.2-*```
43+
```dotnet add .\MyModule\MyModule.csproj package OrchardCore.Admin --version 1.8.0-*```
4444

4545
!!! note
46-
To use the development branch of the template add `--source https://nuget.cloudsmith.io/orchardcore/preview/v3/index.json --version 1.7.2-*`
46+
To use the development branch of the template add ` --source https://nuget.cloudsmith.io/orchardcore/preview/v3/index.json --version 1.8.0-*`
4747

4848
## Adding our controller and views
4949

src/docs/guides/create-cms-application/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ There are different ways to create sites and modules for Orchard Core. You can l
1313

1414
In this guide we will use our "Code Generation Templates". You can install the latest stable release of the templates using this command:
1515

16-
```dotnet new install OrchardCore.ProjectTemplates::1.7.2-*```
16+
```dotnet new install OrchardCore.ProjectTemplates::1.8.0-*```
1717

1818
!!! note
1919
To use the development branch of the template add `--nuget-source https://nuget.cloudsmith.io/orchardcore/preview/v3/index.json`

src/docs/guides/create-modular-application-mvc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ There are different ways to create sites and modules for Orchard Core. You can l
1818

1919
In this guide we will use our [Code Generation Templates](../../getting-started/templates/). You can install the latest stable release of the templates using this command:
2020

21-
```dotnet new install OrchardCore.ProjectTemplates::1.7.2-*```
21+
```dotnet new install OrchardCore.ProjectTemplates::1.8.0-*```
2222

2323
!!! note
2424
To use the development branch of the template add `--nuget-source https://nuget.cloudsmith.io/orchardcore/preview/v3/index.json`

0 commit comments

Comments
 (0)