From ddb53d7d0a93e6ae54d3328f63648b54d40e419f Mon Sep 17 00:00:00 2001 From: Mike Alhayek Date: Tue, 9 Jan 2024 14:55:54 -0800 Subject: [PATCH] Release 1.8.1 (#15019) --- README.md | 4 +-- mkdocs.yml | 1 + .../OrchardCore.Commons.props | 2 +- .../Views/Media-HtmlField.Modal.cshtml | 2 +- .../Views/Media-HtmlBodyPart.Modal.cshtml | 2 +- .../Views/Media-MarkdownBodyPart.Modal.cshtml | 2 +- .../Views/Admin/Index.cshtml | 4 ++- .../Views/MediaField-Attached.Edit.cshtml | 2 +- .../Views/MediaField.Edit.cshtml | 6 ++-- .../GraphQL/Startup.cs | 2 +- .../GraphQL/Startup.cs | 2 +- .../Modules/Manifest/ManifestConstants.cs | 2 +- .../Shell/Scope/ShellScopeServices.cs | 29 ++++++++++++------- .../Builders/ContentPartDefinitionBuilder.cs | 27 +++++++++++++---- .../ContentPartFieldSettingsExtensions.cs | 2 +- src/README.md | 4 +-- src/docs/getting-started/templates/README.md | 10 +++---- src/docs/guides/add-admin-menu/README.md | 6 ++-- .../guides/create-cms-application/README.md | 2 +- .../create-modular-application-mvc/README.md | 2 +- src/docs/guides/decoupled-cms/README.md | 2 +- src/docs/releases/1.8.0.md | 2 +- src/docs/releases/1.8.1.md | 12 ++++++++ 23 files changed, 84 insertions(+), 45 deletions(-) create mode 100644 src/docs/releases/1.8.1.md 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.Build/OrchardCore.Commons.props b/src/OrchardCore.Build/OrchardCore.Commons.props index 6e3fe65f99e..84d3a48ca45 100644 --- a/src/OrchardCore.Build/OrchardCore.Commons.props +++ b/src/OrchardCore.Build/OrchardCore.Commons.props @@ -4,7 +4,7 @@ 12.0 - 1.8.0 + 1.8.1 $(VersionSuffix)-$(BuildNumber) true diff --git a/src/OrchardCore.Modules/OrchardCore.ContentFields/Views/Media-HtmlField.Modal.cshtml b/src/OrchardCore.Modules/OrchardCore.ContentFields/Views/Media-HtmlField.Modal.cshtml index e88c9ab7159..cb75bffb509 100644 --- a/src/OrchardCore.Modules/OrchardCore.ContentFields/Views/Media-HtmlField.Modal.cshtml +++ b/src/OrchardCore.Modules/OrchardCore.ContentFields/Views/Media-HtmlField.Modal.cshtml @@ -18,6 +18,6 @@ - diff --git a/src/OrchardCore.Modules/OrchardCore.Html/Views/Media-HtmlBodyPart.Modal.cshtml b/src/OrchardCore.Modules/OrchardCore.Html/Views/Media-HtmlBodyPart.Modal.cshtml index 418900c946d..1407e34d703 100644 --- a/src/OrchardCore.Modules/OrchardCore.Html/Views/Media-HtmlBodyPart.Modal.cshtml +++ b/src/OrchardCore.Modules/OrchardCore.Html/Views/Media-HtmlBodyPart.Modal.cshtml @@ -18,6 +18,6 @@ - diff --git a/src/OrchardCore.Modules/OrchardCore.Markdown/Views/Media-MarkdownBodyPart.Modal.cshtml b/src/OrchardCore.Modules/OrchardCore.Markdown/Views/Media-MarkdownBodyPart.Modal.cshtml index a35788afe29..1c2759ab48d 100644 --- a/src/OrchardCore.Modules/OrchardCore.Markdown/Views/Media-MarkdownBodyPart.Modal.cshtml +++ b/src/OrchardCore.Modules/OrchardCore.Markdown/Views/Media-MarkdownBodyPart.Modal.cshtml @@ -20,6 +20,6 @@ - diff --git a/src/OrchardCore.Modules/OrchardCore.Media/Views/Admin/Index.cshtml b/src/OrchardCore.Modules/OrchardCore.Media/Views/Admin/Index.cshtml index c24a371591b..493ba70fbae 100644 --- a/src/OrchardCore.Modules/OrchardCore.Media/Views/Admin/Index.cshtml +++ b/src/OrchardCore.Modules/OrchardCore.Media/Views/Admin/Index.cshtml @@ -1,9 +1,11 @@ - +
@@ -65,6 +64,7 @@
+
@@ -62,9 +61,12 @@
- + +