Skip to content

Commit

Permalink
Merge pull request #923 from nextcloud/update-master-version
Browse files Browse the repository at this point in the history
feat(deps): Add Nextcloud 30 support
  • Loading branch information
max-nextcloud authored Apr 17, 2024
2 parents 196105f + c4c6a11 commit 16d4d7f
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<description><![CDATA[Requires users to accept the terms of service before accessing data.
This product includes GeoLite2 data created by MaxMind, available from [maxmind.com](http://www.maxmind.com)]]></description>

<version>2.4.0</version>
<version>2.5.0</version>
<licence>agpl</licence>
<author>Joas Schilling</author>

Expand All @@ -29,7 +29,7 @@ This product includes GeoLite2 data created by MaxMind, available from [maxmind.
<screenshot>https://github.com/nextcloud/terms_of_service/raw/master/docs/notification-and-settings.png</screenshot>

<dependencies>
<nextcloud min-version="28" max-version="29" />
<nextcloud min-version="28" max-version="30" />
</dependencies>

<repair-steps>
Expand Down
4 changes: 2 additions & 2 deletions js/terms_of_service-admin.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/terms_of_service-admin.js.map

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terms_of_service",
"description": "Requires users to accept the terms of service before accessing data.",
"version": "2.3.2",
"version": "2.5.0",
"author": "Joas Schilling <coding@schilljs.com>",
"license": "agpl",
"private": true,
Expand Down

0 comments on commit 16d4d7f

Please sign in to comment.