Skip to content

Commit b0c8dc8

Browse files
authored
Merge pull request #773 from nextcloud/bump-to-2.8
chore: bump version to 2.8
2 parents bdf548c + e84dd79 commit b0c8dc8

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

.github/workflows/nighlty-ci-release-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
uses: ./.github/workflows/shared_workflow.yml
1313
secrets: inherit
1414
with:
15-
branch: release/2.7
15+
branch: release/2.8

.tx/backport

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ release/2.4
66
release/2.5
77
release/2.6
88
release/2.7
9+
release/2.8

CHANGELOG.md

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

99
### Changed
1010

11-
## 2.7.3 - 2025-01-28
11+
## 2.8.0 - 2025-02-24
1212

13-
### Changed
13+
### Added
1414

1515
- Support Nextcloud 31
1616
- Correct encoding of the avatar url [#767](https://github.com/nextcloud/integration_openproject/pull/767)

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ On the OpenProject end, users are able to:
2727
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/).
2828
]]>
2929
</description>
30-
<version>2.7.3</version>
30+
<version>2.8.0</version>
3131
<licence>agpl</licence>
3232
<author>Julien Veyssier</author>
3333
<namespace>OpenProject</namespace>
@@ -54,4 +54,4 @@ For more information on how to set up and use the OpenProject application, pleas
5454
<personal>OCA\OpenProject\Settings\Personal</personal>
5555
<personal-section>OCA\OpenProject\Settings\PersonalSection</personal-section>
5656
</settings>
57-
</info>
57+
</info>

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

0 commit comments

Comments
 (0)