Skip to content

Commit 7d1007a

Browse files
authored
chore: prepare for release 2.11.4-20260625-nightly (#1081)
1 parent 449f50c commit 7d1007a

4 files changed

Lines changed: 11 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1717

1818
### Fixed
1919

20+
### Changed
21+
22+
### Removed
23+
24+
## 2.11.4-20260625-nightly
25+
26+
### Fixed
27+
2028
- Fix: Unnecessary 404 requests when searching OpenProject work packages [#1070](https://github.com/nextcloud/integration_openproject/pull/1070)
2129
- Fix: OpenProject avatar remains stale [#1069](https://github.com/nextcloud/integration_openproject/pull/1069)
2230
- Fix: Do not create OAuth client while setting up with OIDC auth method [#1049](https://github.com/nextcloud/integration_openproject/pull/1049)
2331
- Fix: Do not create OAuth client while updating OIDC setup [#1075](https://github.com/nextcloud/integration_openproject/pull/1075)
2432
- Fix: Handle invalid boolean auth-method value [#1074](https://github.com/nextcloud/integration_openproject/pull/1074)
2533
- Fix: Update OpenProject icon [#1078](https://github.com/nextcloud/integration_openproject/pull/1078)
2634

27-
### Changed
28-
29-
### Removed
30-
3135
## 2.11.3 - 2026-06-18
3236

3337
### Fixed

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ On the OpenProject end, users are able to:
3333
For more information on how to set up and use the OpenProject application, please refer to [integration setup guide](https://www.openproject.org/docs/system-admin-guide/integrations/nextcloud/) for administrators and [the user guide](https://www.openproject.org/docs/user-guide/nextcloud-integration/).
3434
]]>
3535
</description>
36-
<version>2.11.3</version>
36+
<version>2.11.4-20260625-nightly</version>
3737
<licence>agpl</licence>
3838
<author>Julien Veyssier</author>
3939
<namespace>OpenProject</namespace>

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.11.3",
3+
"version": "2.11.4-20260625-nightly",
44
"description": "OpenProject Integration",
55
"main": "index.js",
66
"directories": {

tests/acceptance/features/api/capabilities.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Feature: get capabilities of the app
3131
"properties": {
3232
"app_version": {
3333
"type": "string",
34-
"pattern": "^\\d+\\.\\d+\\.\\d+(-\\w+.\\d+)?$"
34+
"pattern": "^\\d+\\.\\d+\\.\\d+(-\\w+\\.\\d+|-\\w+)?(-\\w+)?$"
3535
},
3636
"groupfolder_version": {
3737
"type": "string",

0 commit comments

Comments
 (0)