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

github.com/nextcloud/previewgenerator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Steinmetz <richard@steinmetz.cloud>2021-12-14 19:17:07 +0300
committerRichard Steinmetz <richard@steinmetz.cloud>2021-12-14 19:17:07 +0300
commite3742ebbe523cd54782a38e139cd212774aea237 (patch)
tree3dd996277d0c87776d44dd5ce021ba50c5581eec
parent5b15089d2921cedcb75d95d2b9464a78f3abcff8 (diff)
Master is v4.0
Drop Nextcloud v20 and PHP v7.2 Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
-rw-r--r--appinfo/info.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 5b61f56..91b470d 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -14,7 +14,7 @@ The first time you install this app, before using a cron job, you properly want
<licence>AGPL</licence>
<author>Roeland Jago Douma</author>
<author>Richard Steinmetz</author>
- <version>3.4.0</version>
+ <version>4.0.0</version>
<namespace>PreviewGenerator</namespace>
<category>multimedia</category>
<website>https://github.com/nextcloud/previewgenerator</website>
@@ -24,8 +24,8 @@ The first time you install this app, before using a cron job, you properly want
<filesystem/>
</types>
<dependencies>
- <php min-version="7.2" max-version="8.0" />
- <nextcloud min-version="20" max-version="23" />
+ <php min-version="7.3" max-version="8.0" />
+ <nextcloud min-version="21" max-version="24" />
</dependencies>
<commands>