From c671642895db4b39dde76492119bec075f9823cf Mon Sep 17 00:00:00 2001 From: Mike Alhayek Date: Thu, 21 Nov 2024 11:15:42 -0800 Subject: [PATCH] Release 2.1 (#17039) (#17043) --- Directory.Packages.props | 10 +++++----- README.md | 4 ++-- mkdocs.yml | 3 ++- src/OrchardCore.Build/OrchardCore.Commons.props | 2 +- .../Modules/Manifest/ManifestConstants.cs | 2 +- src/docs/README.md | 2 +- src/docs/getting-started/templates/README.md | 8 ++++---- src/docs/guides/add-admin-menu/README.md | 6 +++--- src/docs/guides/create-blazor-cms/README.md | 2 +- 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 +- src/docs/releases/2.1.0.md | 4 ++-- src/docs/releases/2.2.0.md | 5 +++++ 14 files changed, 30 insertions(+), 24 deletions(-) create mode 100644 src/docs/releases/2.2.0.md diff --git a/Directory.Packages.props b/Directory.Packages.props index f8050295a57..34339afc030 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -64,7 +64,7 @@ - + @@ -84,7 +84,7 @@ - + @@ -92,7 +92,7 @@ - + @@ -133,10 +133,10 @@ - + - + diff --git a/README.md b/README.md index 256afe454db..5e981aa33f7 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Orchard Core consists of two distinct projects: ## Build Status -Stable (`release/2.0`): +Stable (`release/2.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) @@ -25,7 +25,7 @@ Nightly (`main`): [![Build status](https://github.com/OrchardCMS/OrchardCore/actions/workflows/preview_ci.yml/badge.svg)](https://github.com/OrchardCMS/OrchardCore/actions?query=workflow%3A%22Preview+-+CI%22) [![Cloudsmith](https://api-prd.cloudsmith.io/badges/version/orchardcore/preview/nuget/OrchardCore.Application.Cms.Targets/latest/x/?render=true&badge_token=gAAAAABey9hKFD_C-ZIpLvayS3HDsIjIorQluDs53KjIdlxoDz6Ntt1TzvMNJp7a_UWvQbsfN5nS7_0IbxCyqHZsjhmZP6cBkKforo-NqwrH5-E6QCrJ3D8%3D)](https://cloudsmith.io/~orchardcore/repos/preview/packages/detail/nuget/OrchardCore.Application.Cms.Targets/latest/) -## Project Status: v2.0.2 +## Project Status: v2.1.0 The software is production-ready, and capable of serving large mission-critical applications as well, and we're not aware of any fundamental bugs or missing features we deem crucial. Orchard Core continues to evolve, with each version bringing new improvements, and keeping up with the cutting-edge of .NET. diff --git a/mkdocs.yml b/mkdocs.yml index d22589e4125..cd10f5ca01e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -55,7 +55,7 @@ validation: # Add files here that are intentionally not in the navigation and thus omitted_files shouldn't warn about them. not_in_nav: | samples/ - releases/2.1.0.md + releases/2.2.0.md # Extensions markdown_extensions: @@ -274,6 +274,7 @@ nav: - Owners: resources/owners/README.md - Workshops: resources/workshops/README.md - Releases: + - 2.1.0: releases/2.1.0.md - 2.0.2: releases/2.0.2.md - 2.0.1: releases/2.0.1.md - 2.0.0: releases/2.0.0.md diff --git a/src/OrchardCore.Build/OrchardCore.Commons.props b/src/OrchardCore.Build/OrchardCore.Commons.props index ea4fa9d60eb..5f50b0f8111 100644 --- a/src/OrchardCore.Build/OrchardCore.Commons.props +++ b/src/OrchardCore.Build/OrchardCore.Commons.props @@ -2,7 +2,7 @@ 12.0 - 2.1.0 + 2.2.0 preview $(VersionSuffix)-$(BuildNumber) 612,618 diff --git a/src/OrchardCore/OrchardCore.Abstractions/Modules/Manifest/ManifestConstants.cs b/src/OrchardCore/OrchardCore.Abstractions/Modules/Manifest/ManifestConstants.cs index f4b2b9fffcb..e0dec3e39b3 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 = "2.0.2"; + public const string OrchardCoreVersion = "2.1.0"; public const string OrchardCoreWebsite = "https://orchardcore.net"; diff --git a/src/docs/README.md b/src/docs/README.md index 665901bb275..183e72e98f3 100644 --- a/src/docs/README.md +++ b/src/docs/README.md @@ -58,7 +58,7 @@ Orchard Core CMS supports all major site building strategies: ## Status -The latest released version of Orchard Core is `2.0.2`. The release notes can be found under [Releases](releases/2.0.2.md). +The latest released version of Orchard Core is `2.1.0`. The release notes can be found under [Releases](releases/2.1.0.md). ## Getting Started diff --git a/src/docs/getting-started/templates/README.md b/src/docs/getting-started/templates/README.md index afffb6b4afb..0b27cbcd9c8 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/2.1.0.md b/src/docs/releases/2.1.0.md index 65063caf9cf..c755d22cb70 100644 --- a/src/docs/releases/2.1.0.md +++ b/src/docs/releases/2.1.0.md @@ -1,8 +1,8 @@ # Orchard Core 2.1.0 -Release date: Not yet released +Release date: 11/21/2024 -Here's the updated version to include the reference to `IEntity` implementations: +This release includes critical bug fixes that enhance stability and performance, along with new features to improve functionality. ## Change Log diff --git a/src/docs/releases/2.2.0.md b/src/docs/releases/2.2.0.md new file mode 100644 index 00000000000..e49385f689f --- /dev/null +++ b/src/docs/releases/2.2.0.md @@ -0,0 +1,5 @@ +# Orchard Core 2.2.0 + +Release date: Not yet released + +## Change Log