Skip to content

Commit 0453582

Browse files
Merge pull request #229 from nextcloud/update-master-version
feat(deps): Add Nextcloud 30 support on master
2 parents 39b11e2 + cd9cf65 commit 0453582

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/update-nextcloud-ocp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
branches: ['main', 'master', 'stable28', 'stable27', 'stable26']
20+
branches: ['main', 'master', 'stable29', 'stable28', 'stable27']
2121

2222
name: update-nextcloud-ocp-${{ matrix.branches }}
2323

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<name>Data Request</name>
66
<summary>Request your data from the admins</summary>
77
<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>
8-
<version>1.16.0</version>
8+
<version>2.0.0</version>
99
<licence>agpl</licence>
1010
<author mail="blizzz@arthur-schiwon.de" homepage="https://nextcloud.com">Arthur Schiwon</author>
1111
<namespace>DataRequest</namespace>
@@ -16,7 +16,7 @@
1616
<screenshot>https://raw.githubusercontent.com/nextcloud/data_request/master/screenshots/personal-settings.png</screenshot>
1717
<screenshot>https://raw.githubusercontent.com/nextcloud/data_request/master/screenshots/settings-close-up.png</screenshot>
1818
<dependencies>
19-
<nextcloud min-version="29" max-version="29" />
19+
<nextcloud min-version="30" max-version="30" />
2020
</dependencies>
2121

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

0 commit comments

Comments
 (0)