Skip to content

Commit 840a36f

Browse files
authored
Merge pull request #1282 from nextcloud/rel/1.20.1
build(release): 1.20.1
2 parents 2a428f4 + 8342b4f commit 840a36f

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
# Changelog
66
All notable changes to this project will be documented in this file.
77

8+
## 1.20.1 - 2025-11-12
9+
### Fixed
10+
* [Fix: error on upload when a tag is not found anymore (files_automatedtagging#1278)](https://github.com/nextcloud/files_automatedtagging/pull/1278)
11+
812
## 1.20.0 – 2024-07-25
913
### Changed
1014
- Require Nextcloud 30

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The tags can later be used to control retention, file access, automatic script e
1616
To define tags, administrators can create and manage a set of rule groups. Each rule group consists of one or more rules combined through operators. Rules can include criteria like file type, size, time and more. A request matches a group if all rules evaluate to true. On uploading a file all defined groups are evaluated and when matching, the given tags are assigned to the file.
1717
</description>
1818

19-
<version>1.20.0</version>
19+
<version>1.20.1</version>
2020
<licence>agpl</licence>
2121
<author>Joas Schilling</author>
2222
<namespace>FilesAutomatedTagging</namespace>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "files_automatedtagging",
3-
"version": "1.20.0",
3+
"version": "1.20.1",
44
"bugs": {
55
"url": "https://github.com/nextcloud/files_automatedtagging/issues"
66
},

0 commit comments

Comments
 (0)