Skip to content

Commit

Permalink
Release 1.8.4 (#16667)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Zoltán Lehóczky <[email protected]>
  • Loading branch information
MikeAlhayek and Piedone authored Sep 4, 2024
1 parent 8bb8196 commit fe90f48
Show file tree
Hide file tree
Showing 31 changed files with 523 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ build/
app.publish/
[Bb]in/
[Oo]bj/
*.binlog

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

wwwroot
**/Localization/**/*.po
!test/OrchardCore.Tests/Localization/**/*.po
!src/OrchardCore.Modules/**/wwwroot
!src/OrchardCore.Themes/**/wwwroot
!src/OrchardCore.Modules/**/Localization/**/*.po
!src/OrchardCore.Themes/**/Localization/**/*.po
!src/Templates/**/content/**
src/Templates/**/content/**/[Bb]in/
src/Templates/**/content/**/[Oo]bj/
.template.config/
/OrchardCore.sln.GhostDoc.xml

# Rider
/.idea

# BenchmarkDotNet artifacts
BenchmarkDotNet.Artifacts

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Orchard Core consists of two distinct projects:

## Build Status

Stable (release/1.8.3):
Stable (release/1.8.4):

[![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)
[![NuGet](https://img.shields.io/nuget/v/OrchardCore.Application.Cms.Targets.svg)](https://www.nuget.org/packages/OrchardCore.Application.Cms.Targets)
Expand All @@ -30,7 +30,7 @@ Nightly (main):

## Status

### 1.8.3
### 1.8.4

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.

Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ nav:
- Owners: docs/resources/owners/README.md
- Workshops: docs/resources/workshops/README.md
- Releases:
- 1.8.4: docs/releases/1.8.4.md
- 1.8.3: docs/releases/1.8.3.md
- 1.8.2: docs/releases/1.8.2.md
- 1.8.1: docs/releases/1.8.1.md
Expand Down
2 changes: 1 addition & 1 deletion src/OrchardCore.Build/OrchardCore.Commons.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<PropertyGroup>
<LangVersion>12.0</LangVersion>
<VersionPrefix>1.8.3</VersionPrefix>
<VersionPrefix>1.8.4</VersionPrefix>
<VersionSuffix></VersionSuffix>
<VersionSuffix Condition="'$(VersionSuffix)'!='' AND '$(BuildNumber)' != ''">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public static class ManifestConstants
{
public const string OrchardCoreTeam = "The Orchard Core Team";

public const string OrchardCoreVersion = "1.8.3";
public const string OrchardCoreVersion = "1.8.4";

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

Expand Down
4 changes: 2 additions & 2 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ Orchard Core CMS supports all major site building strategies:

## Status

The latest released version of Orchard Core is `1.8.3`.
The release notes can be found on <https://github.com/OrchardCMS/OrchardCore/releases/tag/v1.8.3>
The latest released version of Orchard Core is `1.8.4`.
The release notes can be found on <https://github.com/OrchardCMS/OrchardCore/releases/tag/v1.8.4>

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

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "http://json.schemastore.org/dotnetcli.host",
"symbolInfo": {
"Framework": {
"longName": "framework",
"shortName": "fm"
},
"OrchardVersion": {
"longName": "orchard-version",
"shortName": "ov"
}
},
"usageExamples": [
"--framework net8.0",
"--orchard-version 1.8.4"
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"$schema": "http://json.schemastore.org/vs-2017.3.host",
"icon": "icon.png",
"symbolInfo": [
{
"id": "Framework",
"isVisible": "true"
},
{
"id": "AddPart",
"name": {
"text": "Add all files required for a part"
},
"isVisible": "true"
},
{
"id": "PartName",
"name": {
"text": "Part name (without Part suffix)"
},
"isVisible": "true"
},
{
"id": "OrchardVersion",
"name": {
"text": "Orchard Core Version"
},
"isVisible": "true"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
{
"$schema": "http://json.schemastore.org/template",
"author": "Orchard Core Community and Contributors",
"classifications": [
"Web",
"Orchard Core",
"CMS"
],
"name": "Orchard Core Cms Module",
"identity": "OrchardCore.Templates.Cms.Module",
"shortName": "ocmodulecms",
"sourceName": "OrchardCore.Templates.Cms.Module",
"defaultName": "OrchardCore.Cms.Module",
"preferNameDirectory": true,
"symbols": {
"Framework": {
"type": "parameter",
"description": "The target framework for the project.",
"datatype": "choice",
"choices": [
{
"choice": "net8.0",
"description": "Target net8.0"
}
],
"replaces": "$(TemplateTargetPackageFramework)",
"defaultValue": "net8.0"
},
"AddPart": {
"type": "parameter",
"dataType": "bool",
"description": "Add dependency injection for part in Startup.cs. If PartName is not provided, default name will be used",
"defaultValue": "false"
},
"PartName": {
"type": "parameter",
"datatype": "string",
"description": "Add all files required for a part",
"replaces": "MyTest",
"fileRename": "MyTest",
"defaultValue": "MyTest"
},
"OrchardVersion": {
"type": "parameter",
"datatype": "string",
"description": "Specifies which version of Orchard Core packages to use.",
"replaces": "$(TemplateOrchardPackageVersion)",
"defaultValue": "1.8.4"
}
},
"sources": [
{
"modifiers": [
{
"condition": "(PartName=='' || AddPart == false)",
"exclude": [
"Migrations.cs",
"Drivers/MyTestPartDisplayDriver.cs",
"Handlers/MyTestPartHandler.cs",
"Models/MyTestPart.cs",
"Settings/MyTestPartSettings.cs",
"Settings/MyTestPartSettingsDisplayDriver.cs",
"Settings/MyTestPartSettingsViewModel.cs",
"ViewModels/MyTestPartViewModel.cs",
"Views/_ViewImports.cshtml",
"Views/MyTestPart.Edit.cshtml",
"Views/MyTestPart.liquid",
"Views/MyTestPart_Summary.liquid",
"Views/MyTestPartSettings.Edit.cshtml"
]
}
]
}
],
"tags": {
"language": "C#",
"type": "project"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"$schema": "http://json.schemastore.org/dotnetcli.host",
"symbolInfo": {
"Framework": {
"longName": "framework",
"shortName": "fm"
},
"Logger": {
"longName": "logger",
"shortName": "lo"
},
"OrchardVersion": {
"longName": "orchard-version",
"shortName": "ov"
}
},
"usageExamples": [
"--framework net8.0",
"--logger none",
"--orchard-version 1.8.4"
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "http://json.schemastore.org/vs-2017.3.host",
"icon": "icon.png",
"symbolInfo": [
{
"id": "Framework",
"isVisible": "true"
},
{
"id": "Logger",
"isVisible": "true"
},
{
"id": "OrchardVersion",
"name": {
"text": "Orchard Core Version"
},
"isVisible": "true"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
{
"$schema": "http://json.schemastore.org/template",
"author": "Orchard Core Community and Contributors",
"classifications": [
"Web",
"Orchard Core",
"CMS"
],
"name": "Orchard Core Cms Web App",
"identity": "OrchardCore.Templates.Cms.Web",
"shortName": "occms",
"sourceName": "OrchardCore.Templates.Cms.Web",
"defaultName": "OrchardCore.Cms.Web",
"preferNameDirectory": true,
"symbols": {
"Framework": {
"type": "parameter",
"description": "The target framework for the project.",
"datatype": "choice",
"choices": [
{
"choice": "net8.0",
"description": "Target net8.0"
}
],
"replaces": "$(TemplateTargetPackageFramework)",
"defaultValue": "net8.0"
},
"Logger": {
"type": "parameter",
"dataType": "choice",
"choices": [
{
"choice": "NLog",
"description": "Configures NLog as the logger component."
},
{
"choice": "Serilog",
"description": "Configures Serilog as the logger component."
},
{
"choice": "None",
"description": "Do not configure logger."
}
],
"description": "Configures the logger component.",
"defaultValue": "NLog"
},
"OrchardVersion": {
"type": "parameter",
"datatype": "string",
"description": "Specifies which version of Orchard Core packages to use.",
"replaces": "$(TemplateOrchardPackageVersion)",
"defaultValue": "1.8.4"
},
"UseNLog": {
"type": "computed",
"value": "(Logger == \"NLog\")"
},
"UseSerilog": {
"type": "computed",
"value": "(Logger == \"Serilog\")"
}
},
"sources": [
{
"modifiers": [
{
"condition": "(!UseNLog)",
"exclude": [
"NLog.config"
]
}
]
}
],
"tags": {
"language": "C#",
"type": "project"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "http://json.schemastore.org/dotnetcli.host",
"symbolInfo": {
"Framework": {
"longName": "framework",
"shortName": "fm"
},
"OrchardVersion": {
"longName": "orchard-version",
"shortName": "ov"
}
},
"usageExamples": [
"--framework net8.0",
"--orchard-version 1.8.4"
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "http://json.schemastore.org/vs-2017.3.host",
"icon": "icon.png",
"symbolInfo": [
{
"id": "Framework",
"isVisible": "true"
},
{
"id": "OrchardVersion",
"name": {
"text": "Orchard Core Version"
},
"isVisible": "true"
}
]
}
Loading

0 comments on commit fe90f48

Please sign in to comment.