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

github.com/nextcloud/files_rightclick.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-09-22 14:12:16 +0300
committerJoas Schilling <coding@schilljs.com>2022-09-22 14:12:16 +0300
commitd55330aa16cbf16aa1fa6129c94d6bddce2a2b68 (patch)
treef2605ea60bd62e3f05797d59dc23bdb4bd2ea8d9
parent696ce944d0be1a3cf3ffed2379d7e3164f98781a (diff)
Add Nextcloud 25 support on masterupdate-master-version
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--appinfo/info.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index ed176cb..e11b462 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -4,7 +4,7 @@
<name>Right click</name>
<summary>Right click menu for Nextcloud</summary>
<description><![CDATA[This app allows users and developers to have a right click menu. Simply use the RightClick object to quickly create context menus. The Files app already shows the actions menu when right clicking on files and folders.]]></description>
- <version>1.4.0</version>
+ <version>1.5.0</version>
<licence>agpl</licence>
<author mail="samy@nastuzzi.fr" homepage="https://samy.nastuzzi.fr">NASTUZZI Samy</author>
<namespace>FilesRightClick</namespace>
@@ -16,7 +16,7 @@
<repository>https://github.com/nextcloud/files_rightclick</repository>
<screenshot>https://raw.githubusercontent.com/nextcloud/files_rightclick/master/screenshots/picture.png</screenshot>
<dependencies>
- <nextcloud min-version="25" max-version="25" />
+ <nextcloud min-version="26" max-version="26" />
</dependencies>
<default_enable />
</info>