Skip to content

Commit

Permalink
Merge pull request #137 from Raudius/release/3.1.2
Browse files Browse the repository at this point in the history
Release 3.1.2
  • Loading branch information
Raudius authored Dec 19, 2023
2 parents efd9626 + c4b60b4 commit 017d0ff
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 3.1.2

### Fixed
- Fixed bug where `tag_file` would not work on folders.
- Fixed incomplete function registration behaviour.

## 3.1.1

### 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 via the
⚠️**Attention** Scripts may modify and delete files permanently. Take care and make sure to read the documentation thoroughly before scripting.
]]></description>

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

0 comments on commit 017d0ff

Please sign in to comment.