Skip to content

Commit 397aeb8

Browse files
committed
feat: release 3.2.3 with Nextcloud 34 support
The NC34 max-version bump was already on main but never released. This bumps the version, adds the changelog entry, and bumps league/commonmark to 2.8.2 to clear the roave/security-advisories conflict that was breaking the static-psalm-analysis CI jobs. Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com>
1 parent 504797a commit 397aeb8

4 files changed

Lines changed: 25 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ All notable changes to this project will be documented in this file.
88
The format is based on [Keep a Changelog](http://keepachangelog.com/)
99
and this project adheres to [Semantic Versioning](http://semver.org/).
1010

11+
## 3.2.3 - 2026-04-21
12+
13+
### Added
14+
15+
- Added support for Nextcloud 34.
16+
17+
### Changed
18+
19+
- Updated dependencies & translations.
20+
1121
## 3.2.2 - 2025-11-10
1222

1323
### Added

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<description><![CDATA[GitHub integration provides a dashboard widget displaying your most important notifications
1111
and a unified search provider for repositories, issues and pull requests. It also provides a link reference provider
1212
to render links to issues, pull requests and comments in Talk and Text.]]></description>
13-
<version>3.2.2</version>
13+
<version>3.2.3</version>
1414
<licence>agpl</licence>
1515
<author>Julien Veyssier</author>
1616
<namespace>Github</namespace>

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}
88
],
99
"require": {
10-
"league/commonmark": "^2.3",
10+
"league/commonmark": "^2.8.2",
1111
"php": "^8.2",
1212
"bamarni/composer-bin-plugin": "^1.8"
1313
},

composer.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)