Skip to content

Commit

Permalink
Merge pull request #156 from Raudius/release/4.0.3
Browse files Browse the repository at this point in the history
Release 4.0.3
  • Loading branch information
Raudius authored Feb 4, 2024
2 parents 3a0044a + c0a9a22 commit fe70926
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 4.0.3

### Fixed

- Fixed `name_exact` parameter in `tags_find` function
- Fixed error message in files app due to incorrect integration with the new file actions API
- Fixed incorrect value in `shared_with` property of share objects @BadmanMassive

## 4.0.2

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion 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.2</version>
<version>4.0.3</version>

<licence>agpl</licence>
<author mail="[email protected]" >Raul Ferreira Fuentes</author>
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.2",
"version": "4.0.3",
"author": "Raul Ferreira Fuentes <[email protected]>",
"homepage": "https://github.com/",
"license": "agpl",
Expand Down

0 comments on commit fe70926

Please sign in to comment.