From 3c28e59efa5a797ec8197aa2ece77ae091540ce5 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 14 Aug 2024 13:33:14 +0200 Subject: [PATCH 1/2] feat(deps): Add Nextcloud 31 support Signed-off-by: Joas Schilling --- appinfo/info.xml | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index f360fe6..f31f1fe 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -9,7 +9,7 @@ This app allows you to define a set of classification rules that will assign tag For each classification rule you can define when the tag will be assigned to a file, based on text content, BAILS classification metadata or Microsoft Information Purview metadata. ]]> - 3.0.3 + 4.0.0 agpl Marcel Klehr Files_Confidential @@ -20,7 +20,7 @@ content, BAILS classification metadata or Microsoft Information Purview metadata https://github.com/nextcloud/files_confidential.git - + OCA\Files_Confidential\Settings\AdminSettings diff --git a/package-lock.json b/package-lock.json index 41a5a3e..0d84cdd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "files_confidential", - "version": "3.0.1", + "version": "4.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "files_confidential", - "version": "3.0.1", + "version": "4.0.0", "license": "ISC", "dependencies": { "url-parse": "^1.5.10", diff --git a/package.json b/package.json index 147cb0d..d5cc790 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "files_confidential", - "version": "3.0.1", + "version": "4.0.0", "description": "", "directories": { "lib": "lib", From 9af635b368759c27e9353a6f11d69c2498366bcd Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Tue, 8 Oct 2024 09:10:11 +0200 Subject: [PATCH 2/2] fix: Don't bump major version Signed-off-by: Marcel Klehr --- appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index f31f1fe..0e321d9 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -9,7 +9,7 @@ This app allows you to define a set of classification rules that will assign tag For each classification rule you can define when the tag will be assigned to a file, based on text content, BAILS classification metadata or Microsoft Information Purview metadata. ]]> - 4.0.0 + 3.1.0 agpl Marcel Klehr Files_Confidential diff --git a/package-lock.json b/package-lock.json index 0d84cdd..8ce6393 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "files_confidential", - "version": "4.0.0", + "version": "3.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "files_confidential", - "version": "4.0.0", + "version": "3.1.0", "license": "ISC", "dependencies": { "url-parse": "^1.5.10", diff --git a/package.json b/package.json index d5cc790..dccb69a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "files_confidential", - "version": "4.0.0", + "version": "3.1.0", "description": "", "directories": { "lib": "lib",