Skip to content

Commit

Permalink
Merge pull request #142 from Raudius/release/4.0.0
Browse files Browse the repository at this point in the history
Release 4.0.0
  • Loading branch information
Raudius authored Dec 24, 2023
2 parents 9b0b6e3 + fdee90d commit d868d6b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 4.0.0

### Removed
- Removes deprecated function `html_to_pdf`, it may be installed separately by installing [files_scripts_deprecated](https://github.com/Raudius/files_scripts_deprecated).

### Added
- Integrates with new files API.
- Replaces single MIME-type restriction with multi-option file-type filtering, which works with extensions and MIME types.
- Replaces app-wide "show actions in menu" settings option, with per-script selection.

## 3.1.3

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

0 comments on commit d868d6b

Please sign in to comment.