Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Make rightclick compatible with Nextcloud 15 #35

Merged
merged 1 commit into from
Jan 3, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>Files Right Click</name>
<summary>Add a rightclick menu generator for any Nextcloud apps</summary>
<description><![CDATA[This app will allow users but also developers to have a right click menu. Simply use the RightClick object to create quickly and easly menus. Already files app got a right click menu]]></description>
<version>0.8.4</version>
<version>0.8.5</version>
<licence>AGPL</licence>
<author mail="[email protected]" homepage="https://github.com/NastuzziSamy/files_rightclick.git">NASTUZZI Samy</author>
<namespace>FilesRightClick</namespace>
Expand All @@ -17,6 +17,6 @@
<documentation>https://github.com/NastuzziSamy/files_rightclick</documentation>
<screenshot>https://raw.githubusercontent.com/NastuzziSamy/files_rightclick/master/screenshots/picture.png</screenshot>
<dependencies>
<nextcloud min-version="13" max-version="14"/>
<nextcloud min-version="13" max-version="16"/>
</dependencies>
</info>