Skip to content

Commit 3da8508

Browse files
committed
4.0.0
1 parent 20f4c37 commit 3da8508

File tree

4 files changed

+58
-24
lines changed

4 files changed

+58
-24
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,40 @@ 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
12+
13+
### Added
14+
15+
- ✨ Support Nextcloud 32.
16+
17+
### Changed
18+
19+
- 🔌 Upgrade dependencies.
20+
- 🔌 Improve tests.
21+
22+
### Removed
23+
24+
- 🧹 Drop support for Nextcloud 31.
25+
26+
## 3.0.0 - 2025-02-24
27+
28+
### Added
29+
30+
- ✨ Support Nextcloud 31.
31+
- 🔌 Add reuse compliance.
32+
33+
### Changed
34+
35+
- 🗣️ Update translations.
36+
- 🔌 Upgrade dependencies.
37+
- 🔌 Updating cypress.yml workflow
38+
- 🔌 Use psr-log 3 compatible.
39+
- 🔌 Move dev tools to vendor-bin.
40+
41+
### Removed
42+
43+
- 🧹 Drop support for Nextcloud 30.
44+
1145
## 2.0.0 - 2024-09-11
1246

1347
### Added

appinfo/info.xml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,26 @@
44
- SPDX-License-Identifier: AGPL-3.0-or-later
55
-->
66
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
7-
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
8-
<id>data_request</id>
9-
<name>Data Request</name>
10-
<summary>Request your data from the admins</summary>
11-
<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-dev.0</version>
13-
<licence>agpl</licence>
14-
<author mail="[email protected]" homepage="https://nextcloud.com">Arthur Schiwon</author>
15-
<namespace>DataRequest</namespace>
16-
<category>tools</category>
17-
<website>https://github.com/nextcloud/data_request</website>
18-
<bugs>https://github.com/nextcloud/data_request/issues</bugs>
19-
<repository type="git">https://github.com/nextcloud/data_request.git</repository>
20-
<screenshot>https://raw.githubusercontent.com/nextcloud/data_request/master/screenshots/personal-settings.png</screenshot>
21-
<screenshot>https://raw.githubusercontent.com/nextcloud/data_request/master/screenshots/settings-close-up.png</screenshot>
22-
<dependencies>
23-
<nextcloud min-version="32" max-version="32" />
24-
</dependencies>
7+
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
8+
<id>data_request</id>
9+
<name>Data Request</name>
10+
<summary>Request your data from the admins</summary>
11+
<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>
13+
<licence>agpl</licence>
14+
<author mail="[email protected]" homepage="https://nextcloud.com">Arthur Schiwon</author>
15+
<namespace>DataRequest</namespace>
16+
<category>tools</category>
17+
<website>https://github.com/nextcloud/data_request</website>
18+
<bugs>https://github.com/nextcloud/data_request/issues</bugs>
19+
<repository type="git">https://github.com/nextcloud/data_request.git</repository>
20+
<screenshot>https://raw.githubusercontent.com/nextcloud/data_request/master/screenshots/personal-settings.png</screenshot>
21+
<screenshot>https://raw.githubusercontent.com/nextcloud/data_request/master/screenshots/settings-close-up.png</screenshot>
22+
<dependencies>
23+
<nextcloud min-version="32" max-version="32" />
24+
</dependencies>
2525

26-
<settings>
27-
<personal>OCA\DataRequest\Settings\Personal</personal>
28-
</settings>
26+
<settings>
27+
<personal>OCA\DataRequest\Settings\Personal</personal>
28+
</settings>
2929
</info>

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

0 commit comments

Comments
 (0)