-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #169 from Raudius/release/4.1.0
Release 4.1.0
- Loading branch information
Showing
3 changed files
with
14 additions
and
3 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
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ Allows administrators to write small scripts which users can run through the fil | |
⚠️ **Attention** Scripts may modify and delete files permanently. Take care and make sure to read the documentation thoroughly before scripting. | ||
]]></description> | ||
|
||
<version>4.0.3</version> | ||
<version>4.1.0</version> | ||
|
||
<licence>agpl</licence> | ||
<author mail="[email protected]" >Raul Ferreira Fuentes</author> | ||
|
@@ -35,7 +35,7 @@ Allows administrators to write small scripts which users can run through the fil | |
<screenshot>https://raw.githubusercontent.com/Raudius/files_scripts/master/screenshots/4.png</screenshot> | ||
|
||
<dependencies> | ||
<nextcloud min-version="28" max-version="28"/> | ||
<nextcloud min-version="28" max-version="29"/> | ||
<php min-version="8.0" /> | ||
</dependencies> | ||
<commands> | ||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "files_scripts", | ||
"description": "Nextcloud app for running custom scripts on files.", | ||
"version": "4.0.3", | ||
"version": "4.1.0", | ||
"author": "Raul Ferreira Fuentes <[email protected]>", | ||
"homepage": "https://github.com/", | ||
"license": "agpl", | ||
|