Skip to content

Commit

Permalink
Merge pull request #320 from H2CK:feature/update_nc28
Browse files Browse the repository at this point in the history
Support NC28
  • Loading branch information
H2CK authored Dec 14, 2023
2 parents a84ec1c + 63869d6 commit bccd8d6
Show file tree
Hide file tree
Showing 14 changed files with 70,460 additions and 6,540 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/appstore-build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: mavrosxristoforos/[email protected]
with:
xml-file: ${{ env.APP_NAME }}/appinfo/info.xml
xpath: "//info//dependencies//nextcloud/@min-version"
xpath: "//info//dependencies//nextcloud/@max-version"

- name: Read package.json node and npm engines version
uses: skjnldsv/read-package-engines-version-actions@v2
Expand All @@ -47,8 +47,8 @@ jobs:
continue-on-error: true
with:
path: ${{ env.APP_NAME }}
fallbackNode: "^14"
fallbackNpm: "^6"
fallbackNode: "^16"
fallbackNpm: "^8"

- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
# Skip if no package.json
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: mavrosxristoforos/[email protected]
with:
xml-file: ${{ env.APP_NAME }}/appinfo/info.xml
xpath: "//info//dependencies//nextcloud/@min-version"
xpath: "//info//dependencies//nextcloud/@max-version"

- name: Read package.json node and npm engines version
uses: skjnldsv/read-package-engines-version-actions@v2
Expand All @@ -55,8 +55,8 @@ jobs:
continue-on-error: true
with:
path: ${{ env.APP_NAME }}
fallbackNode: "^14"
fallbackNpm: "^6"
fallbackNode: "^16"
fallbackNpm: "^8"

- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
# Skip if no package.json
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Changelog

All notable changes to this project will be documented in this file.
## [0.7.2] - 2023-12-14

### Changed

- Nextcloud 28 support
- Nextcloud 23 & 24 support removed
- Translations update
- Dependency updates
- Execute pipeline test on latest version
- Added tests

## [0.7.1] - 2023-10-29

### Changed
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Full documentation can be found at:
- [Developer Documentation](https://github.com/H2CK/oidc/wiki#developer-documentation)
]]></description>
<version>0.7.1</version>
<version>0.7.2</version>
<licence>agpl</licence>
<author mail="[email protected]" homepage="https://github.com/H2CK/oidc">Thorsten Jagel</author>
<namespace>OIDCIdentityProvider</namespace>
Expand All @@ -39,7 +39,7 @@ Full documentation can be found at:
<screenshot>https://raw.githubusercontent.com/H2CK/oidc/master/docs/oidc-app.png</screenshot>
<dependencies>
<lib>openssl</lib>
<nextcloud min-version="23" max-version="27"/>
<nextcloud min-version="25" max-version="28"/>
</dependencies>

<background-jobs>
Expand Down
24 changes: 12 additions & 12 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bccd8d6

Please sign in to comment.