diff --git a/README.md b/README.md index 1be1c7f955e..7fc1a0dd8db 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Orchard Core consists of two distinct projects: ## Build Status -Stable (release/1.8.0): +Stable (release/1.8.1): [![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.0 +### 1.8.1 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/mkdocs.yml b/mkdocs.yml index 7c2c530255d..c29ccfec374 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.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 - 1.7.1: docs/releases/1.7.1.md diff --git a/src/OrchardCore/OrchardCore.Abstractions/Modules/Manifest/ManifestConstants.cs b/src/OrchardCore/OrchardCore.Abstractions/Modules/Manifest/ManifestConstants.cs index 03a2ef8346c..e7c5909c270 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.0"; + public const string OrchardCoreVersion = "1.8.1"; public const string OrchardCoreWebsite = "https://orchardcore.net"; diff --git a/src/README.md b/src/README.md index 7f6d137faf0..640f4e3438b 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.0`. -The release notes can be found on +The latest released version of Orchard Core is `1.8.1`. +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 fa10e620495..4050f18a86d 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 - + ``` diff --git a/src/docs/releases/1.8.0.md b/src/docs/releases/1.8.0.md index f4ca64d54d0..6212c64b0ad 100644 --- a/src/docs/releases/1.8.0.md +++ b/src/docs/releases/1.8.0.md @@ -1,6 +1,6 @@ # Orchard Core 1.8.0 -Release date: January 2024 +Release date: January 2, 2024 In this update, we've introduced several significant changes that may require your attention before upgrading. Additionally, performance-related enhancements have been implemented to optimize your app's scalability, especially when dealing with a large number of tenants. diff --git a/src/docs/releases/1.8.1.md b/src/docs/releases/1.8.1.md new file mode 100644 index 00000000000..000acc9b467 --- /dev/null +++ b/src/docs/releases/1.8.1.md @@ -0,0 +1,12 @@ +# Orchard Core 1.8.1 + +Release date: January 9, 2024 + +## What's Changed + +* Fix dependencies for GraphQL by @MikeAlhayek in +* Set a default display name only when none is specified by @giannik and @MikeAlhayek in +* Add Keyed services support in ShellScopeServices by @MikeAlhayek in +* Fix Media Field dependency by @MikeAlhayek in + +**Full Changelog**: