Skip to content

Commit 543a5d0

Browse files
authored
Merge pull request #26 from jcdcdev/dev/v17
17.0.0
2 parents dfbc572 + 60e8dc8 commit 543a5d0

File tree

114 files changed

+2231
-2252
lines changed

Some content is hidden

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

114 files changed

+2231
-2252
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.SimpleTrees
1313
project-path: src/Umbraco.Community.SimpleTrees/Umbraco.Community.SimpleTrees.csproj
1414
npm-working-dir: src/Umbraco.Community.SimpleTrees.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.SimpleTrees
1919
project-path: src/Umbraco.Community.SimpleTrees/Umbraco.Community.SimpleTrees.csproj
2020
npm-working-dir: src/Umbraco.Community.SimpleTrees.Client
2121
npm-enabled: true
2222
npm-version: "22.x"
23-
umbraco-version: 16
24-
dotnet-version: "9"
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: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,13 @@ The following table outlines the versions of the project that are currently supp
99
1010
| Package Version | Umbraco Version | Security Phase Start | End of Life |
1111
| ---------------------------------------------------------------------------------- | --------------- | -------------------- | ----------- |
12-
| [15.x](https://github.com/jcdcdev/Umbraco.Community.SimpleTrees/tree/v15) | 15 | 2025-08-14 | 2025-11-14 |
13-
| [16.x](https://github.com/jcdcdev/Umbraco.Community.SimpleTrees/tree/v16) | 16 | 2026-03-12 | 2026-06-12 |
12+
| [16.x](https://github.com/jcdcdev/Umbraco.Community.SimpleTrees/tree/v16) | 16 | 2026-03-12 | 2026-06-12 |
13+
| [17.x](https://github.com/jcdcdev/Umbraco.Community.SimpleTrees/tree/v17) | 17 | 2027-11-27 | 2028-11-27 |
14+
## Unsupported Versions
15+
16+
| Package Version | Umbraco Version | End of Life |
17+
| ---------------------------------------------------------------------------------- | --------------- | ----------- |
18+
| [15.x](https://github.com/jcdcdev/Umbraco.Community.SimpleTrees/tree/v15) | 15 | 2025-11-14 |
1419

1520

1621
## Future Support

0 commit comments

Comments
 (0)