Skip to content

Commit 659890f

Browse files
committed
add support for nc 32
Signed-off-by: nabim777 <[email protected]>
1 parent 1379c4c commit 659890f

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/shared_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
nextcloud_versions:
1111
required: false
1212
type: string
13-
default: "30 31"
13+
default: "31 32"
1414
php_versions:
1515
required: false
1616
type: string

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1414
## [Unreleased]
1515

1616
### Added
17+
- Support Nextcloud 32 [#901](https://github.com/nextcloud/integration_openproject/pull/901)
1718

1819
### Changed
1920

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ For more information on how to set up and use the OpenProject application, pleas
4949
<screenshot>https://github.com/nextcloud/integration_openproject/raw/master/img/screenshot1.png</screenshot>
5050
<screenshot>https://github.com/nextcloud/integration_openproject/raw/master/img/screenshot2.png</screenshot>
5151
<dependencies>
52-
<nextcloud min-version="28" max-version="31" />
52+
<nextcloud min-version="28" max-version="32" />
5353
</dependencies>
5454
<background-jobs>
5555
<job>OCA\OpenProject\BackgroundJob\RemoveExpiredDirectUploadTokens</job>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "integration_openproject",
3-
"version": "2.10.0",
3+
"version": "2.10.1",
44
"description": "OpenProject Integration",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)