Skip to content

Commit 6630b37

Browse files
authored
Merge pull request #167 from jcdcdev/dev/v17
17.0.0
2 parents 567e5d9 + 515fb93 commit 6630b37

File tree

85 files changed

+2190
-2209
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+2190
-2209
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Build
10-
uses: jcdcdev/jcdcdev.Umbraco.Github.Build@main
10+
uses: jcdcdev/jcdcdev.Umbraco.Github.Build@v17
1111
with:
1212
project-name: Umbraco.Community.SimpleDashboards
1313
project-path: src/Umbraco.Community.SimpleDashboards/Umbraco.Community.SimpleDashboards.csproj
1414
npm-working-dir: src/Umbraco.Community.SimpleDashboards.Client
1515
npm-enabled: true
16-
umbraco-version: 16
17-
dotnet-version: "9"
18-
npm-version: "22.x"
16+
npm-version: "22.x"

.github/workflows/release.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 🚀 Release
22
on:
33
workflow_dispatch:
44
pull_request:
5-
types: [ closed ]
5+
types: [closed]
66
jobs:
77
release:
88
if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
@@ -13,19 +13,17 @@ jobs:
1313
steps:
1414
- name: Build
1515
id: build
16-
uses: jcdcdev/jcdcdev.Umbraco.GitHub.Build@main
16+
uses: jcdcdev/jcdcdev.Umbraco.Github.Build@v17
1717
with:
1818
project-name: Umbraco.Community.SimpleDashboards
1919
project-path: src/Umbraco.Community.SimpleDashboards/Umbraco.Community.SimpleDashboards.csproj
2020
npm-working-dir: src/Umbraco.Community.SimpleDashboards.Client
2121
npm-enabled: true
22-
umbraco-version: 16
23-
dotnet-version: "9"
2422
npm-version: "22.x"
2523
- name: Release
26-
uses: jcdcdev/jcdcdev.Umbraco.GitHub.Release@main
24+
uses: jcdcdev/jcdcdev.Umbraco.GitHub.Release@v17
2725
with:
2826
artifact-name: ${{ steps.build.outputs.artifact-name }}
2927
version: ${{ steps.build.outputs.version }}
3028
nuget-api-key: ${{ secrets.NUGET_API_KEY }}
31-
github-token: ${{ secrets.GITHUB_TOKEN }}
29+
github-token: ${{ secrets.GITHUB_TOKEN }}

SECURITY.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,16 @@ The following table outlines the versions of the project that are currently supp
1010
| Package Version | Umbraco Version | Security Phase Start | End of Life |
1111
| ---------------------------------------------------------------------------------- | --------------- | -------------------- | ----------- |
1212
| [13.x](https://github.com/jcdcdev/Umbraco.Community.SimpleDashboards/tree/v13) | 13 | 2025-12-14 | 2026-12-14 |
13-
| [15.x](https://github.com/jcdcdev/Umbraco.Community.SimpleDashboards/tree/v15) | 15 | 2025-08-14 | 2025-11-14 |
14-
| [16.x](https://github.com/jcdcdev/Umbraco.Community.SimpleDashboards/tree/v16) | 16 | 2026-03-12 | 2026-06-12 |
13+
| [16.x](https://github.com/jcdcdev/Umbraco.Community.SimpleDashboards/tree/v16) | 16 | 2026-03-12 | 2026-06-12 |
14+
| [17.x](https://github.com/jcdcdev/Umbraco.Community.SimpleDashboards/tree/v17) | 17 | 2027-11-27 | 2028-11-27 |
1515
## Unsupported Versions
1616

1717
| Package Version | Umbraco Version | End of Life |
1818
| ---------------------------------------------------------------------------------- | --------------- | ----------- |
1919
| [10.x](https://github.com/jcdcdev/Umbraco.Community.SimpleDashboards/tree/v10) | 10 | 2025-06-16 |
2020
| [12.x](https://github.com/jcdcdev/Umbraco.Community.SimpleDashboards/tree/v12) | 12 | 2024-06-29 |
2121
| [14.x](https://github.com/jcdcdev/Umbraco.Community.SimpleDashboards/tree/v14) | 14 | 2025-05-30 |
22+
| [15.x](https://github.com/jcdcdev/Umbraco.Community.SimpleDashboards/tree/v15) | 15 | 2025-11-14 |
2223

2324

2425
## Future Support

0 commit comments

Comments
 (0)