File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 4.1.0
4+
5+ ### Added
6+ - Nextcloud 29 support
7+ - Option to add inputs to occ actions (@ZeiTee )
8+ - Button to duplicate a file action
9+
10+ ### Fixed
11+ - Retrieval of nodes inside group-folders for flow actions (@ZeiTee )
12+ - Prevent creation of deleted nodes during flow action setup
13+
314## 4.0.3
415
516### Fixed
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
1414⚠️ **Attention** Scripts may modify and delete files permanently. Take care and make sure to read the documentation thoroughly before scripting.
1515 ]]> </description >
1616
17- <version >4.0.3 </version >
17+ <version >4.1.0 </version >
1818
1919 <licence >agpl</licence >
2020 <author mail =" r.ferreira.fuentes@gmail.com" >Raul Ferreira Fuentes</author >
@@ -35,7 +35,7 @@ Allows administrators to write small scripts which users can run through the fil
3535 <screenshot >https://raw.githubusercontent.com/Raudius/files_scripts/master/screenshots/4.png</screenshot >
3636
3737 <dependencies >
38- <nextcloud min-version =" 28" max-version =" 28 " />
38+ <nextcloud min-version =" 28" max-version =" 29 " />
3939 <php min-version =" 8.0" />
4040 </dependencies >
4141 <commands >
Original file line number Diff line number Diff line change 11{
22 "name" : " files_scripts" ,
33 "description" : " Nextcloud app for running custom scripts on files." ,
4- "version" : " 4.0.3 " ,
4+ "version" : " 4.1.0 " ,
55 "author" : " Raul Ferreira Fuentes <r.ferreira.fuentes@gmail.com>" ,
66 "homepage" : " https://github.com/" ,
77 "license" : " agpl" ,
You can’t perform that action at this time.
0 commit comments