From 0c51859b090566da67b4df59bd0ea28d1f8e127b Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 22 Sep 2022 13:24:43 +0200 Subject: Add Nextcloud 25 support on master Signed-off-by: Joas Schilling --- .github/workflows/update-christophwurst-nextcloud.yml | 2 +- appinfo/info.xml | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update-christophwurst-nextcloud.yml b/.github/workflows/update-christophwurst-nextcloud.yml index e2e5f52..50c81c6 100644 --- a/.github/workflows/update-christophwurst-nextcloud.yml +++ b/.github/workflows/update-christophwurst-nextcloud.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - branches: ["master", "stable24", "stable23", "stable22"] + branches: ["master", "stable25", "stable24", "stable23"] name: update-christophwurst-nextcloud-${{ matrix.branches }} diff --git a/appinfo/info.xml b/appinfo/info.xml index 47df678..d805b35 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -12,7 +12,7 @@ The tags can later be used to control retention, file access, automatic script e 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. - 1.15.0 + 1.16.0 agpl Joas Schilling FilesAutomatedTagging @@ -34,6 +34,6 @@ To define tags, administrators can create and manage a set of rule groups. Each https://github.com/nextcloud/files_automatedtagging.git https://raw.githubusercontent.com/nextcloud/files_automatedtagging/master/docs/screenshot.png - + diff --git a/package.json b/package.json index ebd6041..8803162 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "files_automatedtagging", - "version": "1.15.0", + "version": "1.16.0", "bugs": { "url": "https://github.com/nextcloud/files_automatedtagging/issues" }, -- cgit v1.2.3