diff --git a/CHANGELOG.md b/CHANGELOG.md index ad0d7e0e..33d6fc52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,40 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). +## 4.0.0 - 2025-08-21 + +### Added + +- โœจ Support Nextcloud 32. + +### Changed + +- ๐Ÿ”Œ Upgrade dependencies. +- ๐Ÿ”Œ Improve tests. + +### Removed + +- ๐Ÿงน Drop support for Nextcloud 31. + +## 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. + ## 2.0.0 - 2024-09-11 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index a51872ee..f0a1271b 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -4,26 +4,26 @@ - SPDX-License-Identifier: AGPL-3.0-or-later --> - data_request - Data Request - Request your data from the admins - - 4.0.0-dev.0 - agpl - Arthur Schiwon - DataRequest - tools - https://github.com/nextcloud/data_request - https://github.com/nextcloud/data_request/issues - https://github.com/nextcloud/data_request.git - https://raw.githubusercontent.com/nextcloud/data_request/master/screenshots/personal-settings.png - https://raw.githubusercontent.com/nextcloud/data_request/master/screenshots/settings-close-up.png - - - + xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd"> + data_request + Data Request + Request your data from the admins + + 4.0.0 + agpl + Arthur Schiwon + DataRequest + tools + https://github.com/nextcloud/data_request + https://github.com/nextcloud/data_request/issues + https://github.com/nextcloud/data_request.git + https://raw.githubusercontent.com/nextcloud/data_request/master/screenshots/personal-settings.png + https://raw.githubusercontent.com/nextcloud/data_request/master/screenshots/settings-close-up.png + + + - - OCA\DataRequest\Settings\Personal - + + OCA\DataRequest\Settings\Personal + diff --git a/package-lock.json b/package-lock.json index d80acabd..9c9c63dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "data_request", - "version": "4.0.0-dev.0", + "version": "4.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "data_request", - "version": "4.0.0-dev.0", + "version": "4.0.0", "license": "AGPL-3.0-or-later", "devDependencies": { "@nextcloud/cypress": "^1.0.0-beta.13", diff --git a/package.json b/package.json index 35dc8df0..a4d4150d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "data_request", - "version": "4.0.0-dev.0", + "version": "4.0.0", "description": "Test script for the Nextcloud data_request app", "main": "init.js", "directories": {