Skip to content

Commit

Permalink
Merge pull request #44 from jcdcdev/dev/v15
Browse files Browse the repository at this point in the history
15.0.0
  • Loading branch information
jcdcdev authored Nov 19, 2024
2 parents 2e65f80 + 178b2e5 commit 0739c34
Show file tree
Hide file tree
Showing 135 changed files with 4,306 additions and 2,503 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ jobs:
project-path: src/Umbraco.Community.BackOfficeOrganiser/Umbraco.Community.BackOfficeOrganiser.csproj
npm-working-dir: src/Umbraco.Community.BackOfficeOrganiser.Client
npm-enabled: true
umbraco-version: 14
umbraco-version: 15
dotnet-version: "9"
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
project-path: src/Umbraco.Community.BackOfficeOrganiser/Umbraco.Community.BackOfficeOrganiser.csproj
npm-working-dir: src/Umbraco.Community.BackOfficeOrganiser.Client
npm-enabled: true
umbraco-version: 14
umbraco-version: 15
dotnet-version: "9"
- name: Release
uses: jcdcdev/jcdcdev.Umbraco.GitHub.Release@main
with:
Expand Down
56 changes: 56 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# Security Policy

## Supported Versions

The following table outlines the versions of the project that are currently supported with security updates:

| Version | Supported | Umbraco Version |
| ------------------------------------------------------- | --------- | --------------- |
| [15.x](https://github.com/jcdcdev/Umbraco.Community.BackOfficeOrganiser/tree/v15) || 15 |
| [14.x](https://github.com/jcdcdev/Umbraco.Community.BackOfficeOrganiser/tree/v14) || 14 |
| [13.x](https://github.com/jcdcdev/Umbraco.Community.BackOfficeOrganiser/tree/v13) || 13 |
| [10.x](https://github.com/jcdcdev/Umbraco.Community.BackOfficeOrganiser/tree/v10) || 10 |
| [12.x](https://github.com/jcdcdev/Umbraco.Community.BackOfficeOrganiser/tree/v12) || 12 |
| [0.1.x](https://github.com/jcdcdev/Umbraco.Community.BackOfficeOrganiser/tree/main) || 11 |


## Future Support

Project maintainers plan to support all STS (Short-Term Support) and LTS (Long-Term Support) versions of Umbraco. However, exact release dates cannot be guaranteed.

> [!NOTE]
> Visit [jcdc.dev/blog/umbraco-version-information](https://jcdc.dev/blog/umbraco-version-information) for more information on Umbraco versions.
## Reporting a Vulnerability

If you discover a vulnerability in this project, please follow one of these steps to report it:

- Create an [issue](https://github.com/jcdcdev/Umbraco.Community.BackOfficeOrganiser/security/advisories/new)
- Contact the project author privately at [jcdc.dev/contact](https://jcdc.dev/contact)

### Details

Include as much information as possible about the vulnerability, including:

- Steps to reproduce
- Potential impact
- Any suggested fixes


### Acknowledgment

You will receive an acknowledgment of your report as soon as possible.

> [!NOTE]
> Response times may vary depending on other commitments.
### Resolution

Once the vulnerability is confirmed, project maintainers will work to resolve it as quickly as possible.

You will be notified once the issue has been resolved or rejected.

> [!TIP]
> If the vulnerability is accepted, you will receive credit in the release notes.
Thank you for helping to keep this project secure!
67 changes: 0 additions & 67 deletions src/TestSite.14/uSync/v14/Content/home.config

This file was deleted.

2 changes: 0 additions & 2 deletions src/TestSite.14/uSync/v14/Templates/hom.config

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import { defineConfig } from '@hey-api/openapi-ts';

export default defineConfig({
input:
'http://localhost:54813/umbraco/swagger/default/swagger.json',
input: 'http://localhost:54813/umbraco/swagger/default/swagger.json',
output: {
format: 'prettier',
path: './src/api',
},
client: "legacy/fetch",
types: {
enums: 'typescript',
},
Expand Down
Loading

0 comments on commit 0739c34

Please sign in to comment.