Skip to content

Commit

Permalink
Fix the order of 2.1 release notes (#16838)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeAlhayek authored Oct 5, 2024
1 parent d7a36af commit c8ae4b6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/docs/releases/2.1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@ The feature formerly known as **Azure Email Provider** has been renamed to **Azu

Additionally, the configuration provider key for the default provider has changed from `OrchardCore_Email_Azure` to `OrchardCore_Email_AzureCommunicationServices`. While the old key (`OrchardCore_Email_Azure`) will continue to bind for backward compatibility, it is scheduled for removal in the next major release. To ensure future compatibility, it is highly recommended to update your configuration to use the new key.

### Autoroute Feature

### Content Item Shape Alternates Based on Alias and Slug

Content item shapes can be overridden by their alias if `AliasPart` is attached or by their slug if `AutoroutePart` is attached. For examples, refer to the [docs](../reference/modules/Templates/README.md).

## Added Features

### Azure Communication Services SMS Feature
Expand All @@ -115,7 +121,3 @@ A new feature was added to allow you to send SMS messages using Azure Communicat
### External Authentication Feature

The new **External Authentication** feature contains common functionality used by multiple external (i.e. non-local) authentication providers (like Microsoft or Google login). See [above](#external-authentication-logic-has-been-separated-from-the-users-feature) for details.

### Content Item Shape Alternates Based on Alias and Slug

Content item shapes can be overridden by their alias if `AliasPart` is attached or by their slug if `AutoroutePart` is attached. For examples, refer to the [docs](../reference/modules/Templates/README.md).

0 comments on commit c8ae4b6

Please sign in to comment.