Skip to content

Commit fe90f48

Browse files
MikeAlhayekPiedone
andauthored
Release 1.8.4 (#16667)
--------- Co-authored-by: Zoltán Lehóczky <[email protected]>
1 parent 8bb8196 commit fe90f48

File tree

31 files changed

+523
-19
lines changed

31 files changed

+523
-19
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ build/
1616
app.publish/
1717
[Bb]in/
1818
[Oo]bj/
19+
*.binlog
1920

2021
# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
2122
!packages/*/build/
@@ -194,19 +195,18 @@ node_modules/
194195

195196
wwwroot
196197
**/Localization/**/*.po
198+
!test/OrchardCore.Tests/Localization/**/*.po
197199
!src/OrchardCore.Modules/**/wwwroot
198200
!src/OrchardCore.Themes/**/wwwroot
199201
!src/OrchardCore.Modules/**/Localization/**/*.po
200202
!src/OrchardCore.Themes/**/Localization/**/*.po
201203
!src/Templates/**/content/**
202204
src/Templates/**/content/**/[Bb]in/
203205
src/Templates/**/content/**/[Oo]bj/
204-
.template.config/
205206
/OrchardCore.sln.GhostDoc.xml
206207

207208
# Rider
208209
/.idea
209210

210211
# BenchmarkDotNet artifacts
211212
BenchmarkDotNet.Artifacts
212-

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Orchard Core consists of two distinct projects:
1818

1919
## Build Status
2020

21-
Stable (release/1.8.3):
21+
Stable (release/1.8.4):
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.8.3
33+
### 1.8.4
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

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.4: docs/releases/1.8.4.md
245246
- 1.8.3: docs/releases/1.8.3.md
246247
- 1.8.2: docs/releases/1.8.2.md
247248
- 1.8.1: docs/releases/1.8.1.md

src/OrchardCore.Build/OrchardCore.Commons.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<PropertyGroup>
66
<LangVersion>12.0</LangVersion>
7-
<VersionPrefix>1.8.3</VersionPrefix>
7+
<VersionPrefix>1.8.4</VersionPrefix>
88
<VersionSuffix></VersionSuffix>
99
<VersionSuffix Condition="'$(VersionSuffix)'!='' AND '$(BuildNumber)' != ''">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
1010
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

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.8.3";
8+
public const string OrchardCoreVersion = "1.8.4";
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.8.3`.
68-
The release notes can be found on <https://github.com/OrchardCMS/OrchardCore/releases/tag/v1.8.3>
67+
The latest released version of Orchard Core is `1.8.4`.
68+
The release notes can be found on <https://github.com/OrchardCMS/OrchardCore/releases/tag/v1.8.4>
6969

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"$schema": "http://json.schemastore.org/dotnetcli.host",
3+
"symbolInfo": {
4+
"Framework": {
5+
"longName": "framework",
6+
"shortName": "fm"
7+
},
8+
"OrchardVersion": {
9+
"longName": "orchard-version",
10+
"shortName": "ov"
11+
}
12+
},
13+
"usageExamples": [
14+
"--framework net8.0",
15+
"--orchard-version 1.8.4"
16+
]
17+
}
16.3 KB
Loading
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"$schema": "http://json.schemastore.org/vs-2017.3.host",
3+
"icon": "icon.png",
4+
"symbolInfo": [
5+
{
6+
"id": "Framework",
7+
"isVisible": "true"
8+
},
9+
{
10+
"id": "AddPart",
11+
"name": {
12+
"text": "Add all files required for a part"
13+
},
14+
"isVisible": "true"
15+
},
16+
{
17+
"id": "PartName",
18+
"name": {
19+
"text": "Part name (without Part suffix)"
20+
},
21+
"isVisible": "true"
22+
},
23+
{
24+
"id": "OrchardVersion",
25+
"name": {
26+
"text": "Orchard Core Version"
27+
},
28+
"isVisible": "true"
29+
}
30+
]
31+
}
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
{
2+
"$schema": "http://json.schemastore.org/template",
3+
"author": "Orchard Core Community and Contributors",
4+
"classifications": [
5+
"Web",
6+
"Orchard Core",
7+
"CMS"
8+
],
9+
"name": "Orchard Core Cms Module",
10+
"identity": "OrchardCore.Templates.Cms.Module",
11+
"shortName": "ocmodulecms",
12+
"sourceName": "OrchardCore.Templates.Cms.Module",
13+
"defaultName": "OrchardCore.Cms.Module",
14+
"preferNameDirectory": true,
15+
"symbols": {
16+
"Framework": {
17+
"type": "parameter",
18+
"description": "The target framework for the project.",
19+
"datatype": "choice",
20+
"choices": [
21+
{
22+
"choice": "net8.0",
23+
"description": "Target net8.0"
24+
}
25+
],
26+
"replaces": "$(TemplateTargetPackageFramework)",
27+
"defaultValue": "net8.0"
28+
},
29+
"AddPart": {
30+
"type": "parameter",
31+
"dataType": "bool",
32+
"description": "Add dependency injection for part in Startup.cs. If PartName is not provided, default name will be used",
33+
"defaultValue": "false"
34+
},
35+
"PartName": {
36+
"type": "parameter",
37+
"datatype": "string",
38+
"description": "Add all files required for a part",
39+
"replaces": "MyTest",
40+
"fileRename": "MyTest",
41+
"defaultValue": "MyTest"
42+
},
43+
"OrchardVersion": {
44+
"type": "parameter",
45+
"datatype": "string",
46+
"description": "Specifies which version of Orchard Core packages to use.",
47+
"replaces": "$(TemplateOrchardPackageVersion)",
48+
"defaultValue": "1.8.4"
49+
}
50+
},
51+
"sources": [
52+
{
53+
"modifiers": [
54+
{
55+
"condition": "(PartName=='' || AddPart == false)",
56+
"exclude": [
57+
"Migrations.cs",
58+
"Drivers/MyTestPartDisplayDriver.cs",
59+
"Handlers/MyTestPartHandler.cs",
60+
"Models/MyTestPart.cs",
61+
"Settings/MyTestPartSettings.cs",
62+
"Settings/MyTestPartSettingsDisplayDriver.cs",
63+
"Settings/MyTestPartSettingsViewModel.cs",
64+
"ViewModels/MyTestPartViewModel.cs",
65+
"Views/_ViewImports.cshtml",
66+
"Views/MyTestPart.Edit.cshtml",
67+
"Views/MyTestPart.liquid",
68+
"Views/MyTestPart_Summary.liquid",
69+
"Views/MyTestPartSettings.Edit.cshtml"
70+
]
71+
}
72+
]
73+
}
74+
],
75+
"tags": {
76+
"language": "C#",
77+
"type": "project"
78+
}
79+
}

0 commit comments

Comments
 (0)