summaryrefslogtreecommitdiffstats
path: root/appinfo/info.xml
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml18
1 files changed, 15 insertions, 3 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index c871c782a..080ee279d 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -10,14 +10,18 @@
- 🆓 Free and open source under AGPLv3, no ads or premium functions
**System Cron is currently required for this app to work**
+
Requirements can be found [here](https://nextcloud.github.io/news/install/#dependencies)
+
The Changelog is available [here](https://github.com/nextcloud/news/blob/master/CHANGELOG.md)
Create a [bug report](https://github.com/nextcloud/news/issues/new/choose)
+
Create a [feature request](https://github.com/nextcloud/news/discussions/new)
+
Report a [feed issue](https://github.com/nextcloud/news/discussions/new)
]]></description>
- <version>16.0.0</version>
+ <version>25.0.0-alpha5</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>
@@ -39,7 +43,7 @@ Report a [feed issue](https://github.com/nextcloud/news/discussions/new)
<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" min-int-size="64"/>
+ <php min-version="8.0" min-int-size="64"/>
<database min-version="10">pgsql</database>
<database>sqlite</database>
<database min-version="8.0">mysql</database>
@@ -51,19 +55,27 @@ Report a [feed issue](https://github.com/nextcloud/news/discussions/new)
<lib>json</lib>
<owncloud max-version="0" min-version="0"/>
- <nextcloud min-version="20" max-version="22"/>
+ <nextcloud min-version="27" max-version="29"/>
</dependencies>
<background-jobs>
<job>OCA\News\Cron\UpdaterJob</job>
</background-jobs>
+ <repair-steps>
+ <post-migration>
+ <step>OCA\News\Migration\RemoveUnusedJob</step>
+ </post-migration>
+ </repair-steps>
+
<commands>
<command>OCA\News\Command\ExploreGenerator</command>
<command>OCA\News\Command\ShowFeed</command>
<command>OCA\News\Command\Updater\UpdateFeed</command>
+ <command>OCA\News\Command\Updater\UpdateUser</command>
<command>OCA\News\Command\Updater\BeforeUpdate</command>
<command>OCA\News\Command\Updater\AfterUpdate</command>
+ <command>OCA\News\Command\Updater\Job</command>
<command>OCA\News\Command\Config\FolderList</command>
<command>OCA\News\Command\Config\FolderAdd</command>
<command>OCA\News\Command\Config\FolderDelete</command>