From f89376f13a1f70f256cfd98e5041e1ecda36a391 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions@users.noreply.github.com> Date: Fri, 14 Nov 2025 11:04:48 +0000 Subject: [PATCH 1/2] doc: Update security policy --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index d4ce6dc..1fe48dd 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -10,7 +10,6 @@ The following table outlines the versions of the project that are currently supp | Package Version | Umbraco Version | Security Phase Start | End of Life | | ---------------------------------------------------------------------------------- | --------------- | -------------------- | ----------- | | [13.x](https://github.com/jcdcdev/jcdcdev.Umbraco.ExtendedMarkdownEditor/tree/v13) | 13 | 2025-12-14 | 2026-12-14 | -| [15.x](https://github.com/jcdcdev/jcdcdev.Umbraco.ExtendedMarkdownEditor/tree/v15) | 15 | 2025-08-14 | 2025-11-14 | | [16.x](https://github.com/jcdcdev/jcdcdev.Umbraco.ExtendedMarkdownEditor/tree/v16) | 16 | 2026-03-12 | 2026-06-12 | ## Unsupported Versions @@ -19,6 +18,7 @@ The following table outlines the versions of the project that are currently supp | [10.x](https://github.com/jcdcdev/jcdcdev.Umbraco.ExtendedMarkdownEditor/tree/v10) | 10 | 2025-06-16 | | [12.x](https://github.com/jcdcdev/jcdcdev.Umbraco.ExtendedMarkdownEditor/tree/v12) | 12 | 2024-06-29 | | [14.x](https://github.com/jcdcdev/jcdcdev.Umbraco.ExtendedMarkdownEditor/tree/v14) | 14 | 2025-05-30 | +| [15.x](https://github.com/jcdcdev/jcdcdev.Umbraco.ExtendedMarkdownEditor/tree/v15) | 15 | 2025-11-14 | ## Future Support From e916e0325d7ee2d3d1ea325ecabfb243d1af7b25 Mon Sep 17 00:00:00 2001 From: jcdcdev <23620443+jcdcdev@users.noreply.github.com> Date: Fri, 14 Nov 2025 11:35:55 +0000 Subject: [PATCH 2/2] doc: Update README --- .github/README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/README.md b/.github/README.md index affacf7..a3b7736 100644 --- a/.github/README.md +++ b/.github/README.md @@ -30,19 +30,11 @@ Replaces `IHtmlEncodedString` with `MarkdownValue` which contains the following - **Html** - The transformed HTML value - **Markdown** - The Markdig MarkdownDocument -> [!IMPORTANT] -> Version 15 will only receive security updates and no new features. +> [!WARNING] +> Version 15 is no longer supported and is End of Life (EOL). > Please review the [security policy](https://github.com/jcdcdev/jcdcdev.Umbraco.ExtendedMarkdownEditor?tab=security-ov-file#supported-versions) for more information. -## Quick Start - -```csharp -dotnet add package jcdcdev.Umbraco.ExtendedMarkdownEditor -``` - - - ## Contributing Contributions to this package are most welcome! Please visit the [Contributing](https://github.com/jcdcdev/jcdcdev.Umbraco.ExtendedMarkdownEditor/contribute) page.