Skip to content

Commit 121366e

Browse files
authored
Merge pull request #1280 from nextcloud/rel/3.0.1
build(release): 3.0.1
2 parents edc12f1 + 505f142 commit 121366e

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+
## 3.0.1 - 2025-11-12
9+
### Fixed
10+
* [Fix: error on upload when a tag is not found anymore (files_automatedtagging#1276)](https://github.com/nextcloud/files_automatedtagging/pull/1276)
11+
812
## 3.0.0 – 2025-09-26
913
### Changed
1014
- Require Nextcloud 32

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>3.0.0</version>
19+
<version>3.0.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": "3.0.0",
3+
"version": "3.0.1",
44
"bugs": {
55
"url": "https://github.com/nextcloud/files_automatedtagging/issues"
66
},

0 commit comments

Comments
 (0)