Skip to content

Commit e6906a6

Browse files
Merge pull request #507 from nextcloud/release/v5.1.0
chore(release): v5.1.0
2 parents 5795eb0 + 08b1073 commit e6906a6

4 files changed

Lines changed: 18 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@ 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.1.0 - 2026-06-01
12+
13+
### Added
14+
15+
- ✨ Support Nextcloud 34.
16+
17+
## 5.0.0 - 2026-02-26
18+
19+
### Added
20+
21+
- ✨ Support Nextcloud 33.
22+
- ✨ Rate limiting for data export and deletion requests.
23+
1124
## 4.0.0 - 2025-08-21
1225

1326
### Added

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
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.1.0</version>
1313
<licence>agpl</licence>
1414
<author mail="blizzz@arthur-schiwon.de" homepage="https://nextcloud.com">Arthur Schiwon</author>
1515
<namespace>DataRequest</namespace>
@@ -20,7 +20,7 @@
2020
<screenshot>https://raw.githubusercontent.com/nextcloud/data_request/master/screenshots/personal-settings.png</screenshot>
2121
<screenshot>https://raw.githubusercontent.com/nextcloud/data_request/master/screenshots/settings-close-up.png</screenshot>
2222
<dependencies>
23-
<nextcloud min-version="33" max-version="33" />
23+
<nextcloud min-version="34" max-version="34" />
2424
</dependencies>
2525

2626
<settings>

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.1.0",
44
"description": "Test script for the Nextcloud data_request app",
55
"main": "init.js",
66
"directories": {

0 commit comments

Comments
 (0)