summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2021-05-03 12:12:37 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2021-05-08 13:45:08 +0200
commit1af4a3523ca04604ff7bd2b30abc391398717ad8 (patch)
tree05b2aa917aae444aa0b5bb55cc956dca7aab0146 /appinfo
parent3c95764173057a54efe9bdf2e1346679a36209a0 (diff)
Require 64 bit integer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 1b6af4fed..997ea42fd 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -8,7 +8,7 @@
Before you update to a new version, [check the changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) to avoid surprises.
**Important**: To enable feed updates you will need to enable either [Nextcloud system cron](https://docs.nextcloud.org/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#cron) or use [an updater](https://github.com/nextcloud/news-updater) which uses the built in update API and disable cron updates. More information can be found [in the README](https://github.com/nextcloud/news).]]></description>
- <version>15.4.0-beta4</version>
+ <version>16.0.0</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>
@@ -29,7 +29,7 @@ Before you update to a new version, [check the changelog](https://github.com/nex
<screenshot small-thumbnail="https://raw.githubusercontent.com/nextcloud/news/master/screenshots/2-small.png">https://raw.githubusercontent.com/nextcloud/news/master/screenshots/2.png</screenshot>
<screenshot small-thumbnail="https://raw.githubusercontent.com/nextcloud/news/master/screenshots/3-small.png">https://raw.githubusercontent.com/nextcloud/news/master/screenshots/3.png</screenshot>
<dependencies>
- <php min-version="7.2"/>
+ <php min-version="7.2" min-int-size="64"/>
<database min-version="10">pgsql</database>
<database>sqlite</database>
<database min-version="8.0">mysql</database>