Skip to content

Commit 017d0ff

Browse files
authored
Merge pull request #137 from Raudius/release/3.1.2
Release 3.1.2
2 parents efd9626 + c4b60b4 commit 017d0ff

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 3.1.2
4+
5+
### Fixed
6+
- Fixed bug where `tag_file` would not work on folders.
7+
- Fixed incomplete function registration behaviour.
8+
39
## 3.1.1
410

511
### Fixed

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Allows administrators to write small scripts which users can run through via the
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>3.1.1</version>
17+
<version>3.1.2</version>
1818

1919
<licence>agpl</licence>
2020
<author mail="r.ferreira.fuentes@gmail.com" >Raul Ferreira Fuentes</author>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "files_scripts",
33
"description": "Nextcloud app for running custom scripts on files.",
4-
"version": "3.1.1",
4+
"version": "3.1.2",
55
"author": "Raul Ferreira Fuentes <r.ferreira.fuentes@gmail.com>",
66
"homepage": "https://github.com/",
77
"license": "agpl",

0 commit comments

Comments
 (0)