This repository has been archived by the owner on May 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make rightclick compatible with Nextcloud 15
- Loading branch information
1 parent
a7b4667
commit c8a8cea
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> |