From 2dcfd0ace1bbc3ca6085b3755e5eff6537742cb3 Mon Sep 17 00:00:00 2001 From: Mike Alhayek Date: Fri, 12 Jan 2024 10:33:54 -0800 Subject: [PATCH 1/3] Release 1.8.2 --- README.md | 4 ++-- .../Modules/Manifest/ManifestConstants.cs | 2 +- src/README.md | 4 ++-- src/docs/getting-started/templates/README.md | 10 +++++----- src/docs/guides/add-admin-menu/README.md | 6 +++--- src/docs/guides/create-cms-application/README.md | 2 +- .../guides/create-modular-application-mvc/README.md | 2 +- src/docs/guides/decoupled-cms/README.md | 2 +- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 7fc1a0dd8db..f57c922198c 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Orchard Core consists of two distinct projects: ## Build Status -Stable (release/1.8.1): +Stable (release/1.8.2): [![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) @@ -30,7 +30,7 @@ Nightly (main): ## Status -### 1.8.1 +### 1.8.2 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. diff --git a/src/OrchardCore/OrchardCore.Abstractions/Modules/Manifest/ManifestConstants.cs b/src/OrchardCore/OrchardCore.Abstractions/Modules/Manifest/ManifestConstants.cs index e7c5909c270..e01761f5c0f 100644 --- a/src/OrchardCore/OrchardCore.Abstractions/Modules/Manifest/ManifestConstants.cs +++ b/src/OrchardCore/OrchardCore.Abstractions/Modules/Manifest/ManifestConstants.cs @@ -5,7 +5,7 @@ public static class ManifestConstants { public const string OrchardCoreTeam = "The Orchard Core Team"; - public const string OrchardCoreVersion = "1.8.1"; + public const string OrchardCoreVersion = "1.8.2"; public const string OrchardCoreWebsite = "https://orchardcore.net"; diff --git a/src/README.md b/src/README.md index 640f4e3438b..18566e087f5 100644 --- a/src/README.md +++ b/src/README.md @@ -64,8 +64,8 @@ Orchard Core CMS supports all major site building strategies: ## Status -The latest released version of Orchard Core is `1.8.1`. -The release notes can be found on +The latest released version of Orchard Core is `1.8.2`. +The release notes can be found on Here is a more detailed [roadmap](https://github.com/OrchardCMS/OrchardCore/wiki/Roadmap). diff --git a/src/docs/getting-started/templates/README.md b/src/docs/getting-started/templates/README.md index 4050f18a86d..1d761bd9540 100644 --- a/src/docs/getting-started/templates/README.md +++ b/src/docs/getting-started/templates/README.md @@ -9,13 +9,13 @@ More information about `dotnet new` can be found at - + ``` From 1fa023c602b84ed47bf06f9d467bd74f61d46a85 Mon Sep 17 00:00:00 2001 From: Mike Alhayek Date: Fri, 12 Jan 2024 10:39:24 -0800 Subject: [PATCH 2/3] Fix docs --- mkdocs.yml | 1 + src/docs/getting-started/templates/README.md | 2 +- src/docs/releases/1.8.2.md | 10 ++++++++++ 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 src/docs/releases/1.8.2.md diff --git a/mkdocs.yml b/mkdocs.yml index c29ccfec374..dd0df22d786 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -242,6 +242,7 @@ nav: - Owners: docs/resources/owners/README.md - Workshops: docs/resources/workshops/README.md - Releases: + - 1.8.2: docs/releases/1.8.2.md - 1.8.1: docs/releases/1.8.1.md - 1.8.0: docs/releases/1.8.0.md - 1.7.2: docs/releases/1.7.2.md diff --git a/src/docs/getting-started/templates/README.md b/src/docs/getting-started/templates/README.md index 1d761bd9540..3d84c6a439e 100644 --- a/src/docs/getting-started/templates/README.md +++ b/src/docs/getting-started/templates/README.md @@ -25,7 +25,7 @@ dotnet new install OrchardCore.ProjectTemplates::1.8.2-* --nuget-source https:// #### Generate an Orchard Cms Web Application !!! warning - Due to a bug in the current published version, the following `dotnet new` commands will require the extra argument `--orchard-version 1.8.2`. For instance, instead of typing `dotnet new occms` use `dotnet new occms --orchard-version 1.8.1` + Due to a bug in the current published version, the following `dotnet new` commands will require the extra argument `--orchard-version 1.8.2`. For instance, instead of typing `dotnet new occms` use `dotnet new occms --orchard-version 1.8.2` ```CMD dotnet new occms diff --git a/src/docs/releases/1.8.2.md b/src/docs/releases/1.8.2.md new file mode 100644 index 00000000000..a9bb9d71f20 --- /dev/null +++ b/src/docs/releases/1.8.2.md @@ -0,0 +1,10 @@ +# Orchard Core 1.8.2 + +Release date: January 12, 2024 + +## What's Changed + +* Fix Display Name @MikeAlhayek in +* Add request localization settings to the configured one by @hishamco in + +**Full Changelog**: From 07066264a65cd6a517850b8779febb8f7350d0f5 Mon Sep 17 00:00:00 2001 From: Mike Alhayek Date: Wed, 17 Jan 2024 07:36:09 -0800 Subject: [PATCH 3/3] Update 1.8.2.md --- src/docs/releases/1.8.2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/releases/1.8.2.md b/src/docs/releases/1.8.2.md index a9bb9d71f20..b42c2674e4c 100644 --- a/src/docs/releases/1.8.2.md +++ b/src/docs/releases/1.8.2.md @@ -1,6 +1,6 @@ # Orchard Core 1.8.2 -Release date: January 12, 2024 +Release date: January 17, 2024 ## What's Changed