Skip to content

Commit

Permalink
Merge pull request #169 from Raudius/release/4.1.0
Browse files Browse the repository at this point in the history
Release 4.1.0
  • Loading branch information
Raudius authored May 31, 2024
2 parents 9a0d223 + 54d62b4 commit cda3869
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 4.1.0

### Added
- Nextcloud 29 support
- Option to add inputs to occ actions (@ZeiTee)
- Button to duplicate a file action

### Fixed
- Retrieval of nodes inside group-folders for flow actions (@ZeiTee)
- Prevent creation of deleted nodes during flow action setup

## 4.0.3

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion package.json
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",
Expand Down

0 comments on commit cda3869

Please sign in to comment.