Skip to content

Commit dacd579

Browse files
authored
Merge pull request #251 from nextcloud/releases/2.1.0
prepare 2.1.0
2 parents a63e42f + c841d95 commit dacd579

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## 2.1.0 – 2025-01-09
10+
11+
### Changed
12+
13+
- Support Nextcloud 31
14+
15+
### Fixed
16+
17+
- Request action icon was black in dark theme @julien-nc [#228](https://github.com/nextcloud/approval/pull/228)
18+
- Notifications: Notifier::prepare() threw \InvalidArgumentException which is deprecated @nickvergessen [#249](https://github.com/nextcloud/approval/pull/249)
19+
920
## 2.0.0 – 2024-07-23
1021

1122
### Changed

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Approve/reject files based on workflows defined by admins.
99
**Warning**: The DocuSign integration is no longer part of this app
1010
and can be installed with [this app](https://apps.nextcloud.com/apps/integration_docusign).
1111
]]></description>
12-
<version>2.0.0</version>
12+
<version>2.1.0</version>
1313
<licence>agpl</licence>
1414
<author>Julien Veyssier</author>
1515
<namespace>Approval</namespace>

0 commit comments

Comments
 (0)