Skip to content

Commit ba8482b

Browse files
committed
Release v3.0.0
3.0.0 - 2025-02-24 Added - ✨ Support Nextcloud 31. - 🔌 Add reuse compliance. Changed - 🗣️ Update translations. - 🔌 Upgrade dependencies. - 🔌 Updating cypress.yml workflow - 🔌 Use psr-log 3 compatible. - 🔌 Move dev tools to vendor-bin. Removed - 🧹 Drop support for Nextcloud 30. Signed-off-by: Max <[email protected]>
1 parent e74a1a9 commit ba8482b

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

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

1332
### 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>3.0.0-dev</version>
12+
<version>3.0.0</version>
1313
<licence>agpl</licence>
1414
<author mail="[email protected]" homepage="https://nextcloud.com">Arthur Schiwon</author>
1515
<namespace>DataRequest</namespace>

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

0 commit comments

Comments
 (0)