From 117455c6d929e481a93e700a026a1896c7d1f3aa Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions@users.noreply.github.com> Date: Fri, 14 Nov 2025 11:07:44 +0000 Subject: [PATCH 1/3] doc: Update security policy --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index 33d070a..8566303 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/Umbraco.Community.SimpleDashboards/tree/v13) | 13 | 2025-12-14 | 2026-12-14 | -| [15.x](https://github.com/jcdcdev/Umbraco.Community.SimpleDashboards/tree/v15) | 15 | 2025-08-14 | 2025-11-14 | | [16.x](https://github.com/jcdcdev/Umbraco.Community.SimpleDashboards/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/Umbraco.Community.SimpleDashboards/tree/v10) | 10 | 2025-06-16 | | [12.x](https://github.com/jcdcdev/Umbraco.Community.SimpleDashboards/tree/v12) | 12 | 2024-06-29 | | [14.x](https://github.com/jcdcdev/Umbraco.Community.SimpleDashboards/tree/v14) | 14 | 2025-05-30 | +| [15.x](https://github.com/jcdcdev/Umbraco.Community.SimpleDashboards/tree/v15) | 15 | 2025-11-14 | ## Future Support From f61bfdaaf5dec9234a2ead50942fd555711c6515 Mon Sep 17 00:00:00 2001 From: jcdcdev <23620443+jcdcdev@users.noreply.github.com> Date: Fri, 14 Nov 2025 11:36:08 +0000 Subject: [PATCH 2/3] doc: Update README --- .github/README.md | 41 ++--------------------------------------- 1 file changed, 2 insertions(+), 39 deletions(-) diff --git a/.github/README.md b/.github/README.md index 7fca6c0..aa55325 100644 --- a/.github/README.md +++ b/.github/README.md @@ -15,48 +15,11 @@ This packages aims to help developers quickly put together Umbraco Dashboards us - Supports both Views & View Components - Easy to define section permissions -> [!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/Umbraco.Community.SimpleDashboards?tab=security-ov-file#supported-versions) for more information. -## Quick Start - -### Install Package - -```csharp -dotnet add package Umbraco.Community.SimpleDashboards -``` - -### Register Dashboard - -By default, this will display in the content section for Admins only. - -```csharp title="BasicDashboard.cs" -using Umbraco.Community.SimpleDashboards.Web; -public class BasicDashboard : SimpleDashboard { } -``` - -### Create View - -- Your view **must** go in `/Views/Dashboard` -- You view **must** be the name of your C# class (without `Dashboard`) - - For example: `BasicDashboard.cs` => `/Views/Dashboard/Basic.cshtml` - -```csharp title="Views/Dashboard/Basic.cshtml" -@inherits Umbraco.Community.SimpleDashboards.Web.DashboardViewPage - - -

My Dashboard is: @Model.Dashboard.Alias

-
-``` - -### More Examples - -[docs/examples.md](https://github.com/jcdcdev/Umbraco.Community.SimpleDashboards/blob/v15/docs/examples.md) - - - ## Contributing Contributions to this package are most welcome! Please visit the [Contributing](https://github.com/jcdcdev/Umbraco.Community.SimpleDashboards/contribute) page. From ad16d9750729539a4c8cfc5e36937609bbba7f14 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions@users.noreply.github.com> Date: Thu, 27 Nov 2025 11:07:56 +0000 Subject: [PATCH 3/3] doc: Update security policy --- SECURITY.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index 8566303..1e64f16 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -10,7 +10,8 @@ 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/Umbraco.Community.SimpleDashboards/tree/v13) | 13 | 2025-12-14 | 2026-12-14 | -| [16.x](https://github.com/jcdcdev/Umbraco.Community.SimpleDashboards/tree/v16) | 16 | 2026-03-12 | 2026-06-12 | +| [16.x](https://github.com/jcdcdev/Umbraco.Community.SimpleDashboards/tree/v16) | 16 | 2026-03-12 | 2026-06-12 | +| [17.x](https://github.com/jcdcdev/Umbraco.Community.SimpleDashboards/tree/v17) | 17 | 2027-11-27 | 2028-11-27 | ## Unsupported Versions | Package Version | Umbraco Version | End of Life |