Skip to content

Commit 9236cb8

Browse files
Merge pull request #455 from nextcloud/release/4.0.1
chore: release v4.0.1
2 parents 137409f + 7ff92d9 commit 9236cb8

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,16 @@ 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-
## 4.0.0 - 2025-08-21
11+
## 4.0.1 - 2026-02-26
1212

1313
### Added
1414

15+
- ✨ Rate limiting for data export and deletion requests.
16+
17+
## 4.0.0 - 2025-08-21
18+
19+
### Changed
20+
1521
- ✨ Support Nextcloud 32.
1622

1723
### Changed

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>4.0.0</version>
12+
<version>4.0.1</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": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Test script for the Nextcloud data_request app",
55
"main": "init.js",
66
"directories": {

0 commit comments

Comments
 (0)