Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pierre-alain-b/rainloop-nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre-Alain Bandinelli <pa@bandinelli.net>2021-12-23 22:58:40 +0300
committerPierre-Alain Bandinelli <pa@bandinelli.net>2021-12-23 22:58:40 +0300
commit6eef584e2dddfffe019fa9419b67159b0006a453 (patch)
tree9099da7c49bf01b389c34cf685e533e0b2534195 /appinfo
parentf0bc568d031f7dc79e0c8cf3d77c127a0e050bce (diff)
Making rainloop available for nextcloud 23 and 24
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index c34047d..876ced0 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -22,7 +22,7 @@
<dependencies>
<php min-version="5.4" />
<owncloud min-version="6" max-version="9.2" />
- <nextcloud min-version="20" max-version="22" />
+ <nextcloud min-version="20" max-version="24" />
</dependencies>
<settings>
<admin>OCA\RainLoop\Settings\AdminSettings</admin>