Skip to content

Commit 02f2d44

Browse files
authored
Merge pull request #316 from nextcloud/2.3.0
Prepare 2.3.0
2 parents 80278c8 + 12c6d94 commit 02f2d44

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,25 @@ 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-
## [Unreleased]
11+
## 2.3.0 - 2025-06-26
12+
13+
### Added
14+
15+
- Add an example of a chained workflow in readme @lukasdotcom [#301](https://github.com/nextcloud/approval/pull/301)
16+
- Allow workflow to unapprove files after they are modified @lukasdotcom [#309](https://github.com/nextcloud/approval/pull/309)
17+
- Support delegated settings to allow admin to delegate workflow settings @lukasdotcom [#310](https://github.com/nextcloud/approval/pull/310)
18+
19+
### Changed
20+
21+
- Support Nextcloud 32
22+
- Made the workflow input field wider @lukasdotcom [#303](https://github.com/nextcloud/approval/pull/303)
23+
- Remove the limit of five tags for tag selector @lukasdotcom [#307](https://github.com/nextcloud/approval/pull/307)
24+
- Use vue 3 and vite @lukasdotcom [#314](https://github.com/nextcloud/approval/pull/314)
25+
26+
### Fixed
27+
28+
- Cleanup test bootstrap @come-nc [#292](https://github.com/nextcloud/approval/pull/292)
29+
- Fix translations @lukasdotcom [#304](https://github.com/nextcloud/approval/pull/304)
1230

1331
## 2.2.0 – 2025-03-19
1432

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ and can be installed with [this app](https://apps.nextcloud.com/apps/integration
3232
<screenshot>https://github.com/nextcloud/approval/raw/main/img/screenshot_2.jpg</screenshot>
3333
<screenshot>https://github.com/nextcloud/approval/raw/main/img/screenshot_3.jpg</screenshot>
3434
<dependencies>
35-
<nextcloud min-version="30" max-version="31"/>
35+
<nextcloud min-version="30" max-version="32"/>
3636
</dependencies>
3737
<settings>
3838
<admin>OCA\Approval\Settings\Admin</admin>

0 commit comments

Comments
 (0)