diff --git a/README.md b/README.md index 735c0c781d3..3b744e1f1f1 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Orchard Core consists of two distinct projects: ## Build Status -Stable (`release/2.0.1`): +Stable (`release/2.0`): [![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) @@ -23,7 +23,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.1 +## Project Status: v2.0.2 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 61c8aebe266..6d833b99112 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -271,6 +271,7 @@ nav: - Owners: resources/owners/README.md - Workshops: resources/workshops/README.md - Releases: + - 2.0.2: releases/2.0.2.md - 2.0.1: releases/2.0.1.md - 2.0.0: releases/2.0.0.md - 1.8.4: releases/1.8.4.md diff --git a/src/OrchardCore/OrchardCore.Abstractions/Modules/Manifest/ManifestConstants.cs b/src/OrchardCore/OrchardCore.Abstractions/Modules/Manifest/ManifestConstants.cs index 42e0757f6c4..f4b2b9fffcb 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.1"; + public const string OrchardCoreVersion = "2.0.2"; public const string OrchardCoreWebsite = "https://orchardcore.net"; diff --git a/src/docs/README.md b/src/docs/README.md index a91d3ec1e4b..c192cf4c8ca 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.1`. The release notes can be found under [Releases](releases/2.0.1.md). +The latest released version of Orchard Core is `2.0.2`. The release notes can be found under [Releases](releases/2.0.2.md). ## Getting Started diff --git a/src/docs/getting-started/templates/README.md b/src/docs/getting-started/templates/README.md index a742968c205..afffb6b4afb 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.0.2.md b/src/docs/releases/2.0.2.md new file mode 100644 index 00000000000..37085be4414 --- /dev/null +++ b/src/docs/releases/2.0.2.md @@ -0,0 +1,9 @@ +# Orchard Core 2.0.2 + +Release date: September 26, 2024. + +This release removes features that were included in 2.0.1 by mistake. + +You may have to re-enable the User Registration feature if you installed version 2.0.1 and enabled External Authentication. + +**Full Changelog**: https://github.com/OrchardCMS/OrchardCore/compare/v2.0.1...v2.0.2