Skip to content

Commit 3fc02f5

Browse files
committed
chore(release): Set version to 6.0.0
Signed-off-by: samin-z <samin.zavarkesh@gmail.com>
1 parent 82c9ee5 commit 3fc02f5

4 files changed

Lines changed: 21 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@
55
# Changelog
66
All notable changes to this project will be documented in this file.
77

8+
## 6.0.0 - 2026-09-10
9+
10+
### Changed
11+
- Add Nextcloud 35 support on master
12+
- Add OpenAPI
13+
- Feat/add retention api events
14+
15+
### Fixed
16+
- Consider upload when using modification time
17+
18+
## 5.0.0 - 2026-06-05
19+
### Changed
20+
- Add Nextcloud 34 support on master
21+
22+
### Fixed
23+
- fix(api): Validate admin provided parameters to be sensible
24+
825
## 4.0.0 - 2025-01-30
926
### Changed
1027

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<summary>This application allows for automatic deletion of files after a given time.</summary>
1111
<description>An app for Nextcloud to control automatic deletion of files after a given time.
1212
Optionally the users can be informed the day before.</description>
13-
<version>6.0.0-dev.0</version>
13+
<version>6.0.0</version>
1414
<licence>AGPL-3.0-or-later</licence>
1515
<author>Roeland Jago Douma</author>
1616
<namespace>Files_Retention</namespace>

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "files_retention",
3-
"version": "6.0.0-dev.0",
3+
"version": "6.0.0",
44
"private": true,
55
"license": "AGPL-3.0-or-later",
66
"author": "Joas Schilling <coding@schilljs.com>",

0 commit comments

Comments
 (0)