Skip to content

Commit

Permalink
Prepare v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
onairmarc committed Mar 31, 2024
1 parent 1f9cb9b commit 68f3940
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 11 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ jobs:
CreateRelease:
name: Create Release
uses: EncoreDigitalGroup/.github/.github/workflows/create-release.yml@main
with:
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
with:
generate_release_notes: true
is_draft: false
pre_release: false
BuildsDocs:
name: Build Documentation
ProcessDocumenation:
name: ProcessDocumentation
uses: ./.github/workflows/process_documentation.yml
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@
],
"minimum-stability": "stable",
"require": {
"php": "^8.2.0",
"guzzlehttp/guzzle": "^7.7",
"php": "^8.1",
"jms/serializer": "^3.28"
"jms/serializer": "^3.28",
"encoredigitalgroup/foundation": "^1.1"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
Expand Down
4 changes: 2 additions & 2 deletions docs_src/in.tree
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
<toc-element topic="calendar-events.md"/>
<toc-element topic="calendar-tag-groups.md"/>
</toc-element>
<toc-element toc-title="Groups (Coming Soon)">
<toc-element toc-title="Groups (Finalizing Docs)">
<toc-element topic="groups-home.md"/>
</toc-element>
<toc-element toc-title="People (Documentation Being Written Right Now!)">
<toc-element toc-title="People (Finalizing Docs)">
<toc-element topic="people-home.md"/>
<toc-element topic="people-person.md"/>
</toc-element>
Expand Down
8 changes: 4 additions & 4 deletions docs_src/topics/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

## Supported Versions

| Version | Supported |
|---------|-------------|
| 0.x | |
| 1.x | Coming Soon |
| Version | Supported |
|---------|-----------|
| 0.x | |
| 1.x | |

## Reporting a Vulnerability

Expand Down
Binary file modified webHelpIN2-all.zip
Binary file not shown.

0 comments on commit 68f3940

Please sign in to comment.