Skip to content

Commit 9955c7b

Browse files
Merge pull request #456 from nextcloud/release/5.0.0
chore: release v5.0.0
2 parents d343ff2 + 7dc29ed commit 9955c7b

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ All notable changes to this project will be documented in this file.
88

99
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
1010

11+
## 5.0.0 - 2026-02-26
12+
13+
### Added
14+
15+
- ✨ Support Nextcloud 33.
16+
- ✨ Rate limiting for data export and deletion requests.
17+
1118
## 4.0.0 - 2025-08-21
1219

1320
### Added

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<name>Data Request</name>
1010
<summary>Request your data from the admins</summary>
1111
<description><![CDATA[Enable your users to request an export or deletion of their data. According options are added to the personal settings section. Administrators will be notified by email about the request.]]></description>
12-
<version>5.0.0-dev.0</version>
12+
<version>5.0.0</version>
1313
<licence>agpl</licence>
1414
<author mail="blizzz@arthur-schiwon.de" homepage="https://nextcloud.com">Arthur Schiwon</author>
1515
<namespace>DataRequest</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": "data_request",
3-
"version": "5.0.0-dev.0",
3+
"version": "5.0.0",
44
"description": "Test script for the Nextcloud data_request app",
55
"main": "init.js",
66
"directories": {

0 commit comments

Comments
 (0)