From 970166404b3b14c187ae368f3151605685342b62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathana=C3=ABl=20Houn?= Date: Tue, 25 Feb 2025 19:27:44 +0100 Subject: [PATCH] docs: plugin tested for v9.11+ --- README.md | 2 +- plugin.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d31d94e..3cb94bf 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Clean your channels with `/broom`! ![Plugin screenshot](./.github/screenshot.gif) -**Supported Mattermost Server Versions: 5.24+** +**Supported and tested Mattermost Server Versions: 9.11+** _(if you have an older version, you should upgrade to a supported oneā€¦ Or check this plugin older releases if you really have to)_ ## Features diff --git a/plugin.json b/plugin.json index 24b890e..ff006b8 100644 --- a/plugin.json +++ b/plugin.json @@ -3,7 +3,7 @@ "name": "Broomer", "description": "Clean your channels with /broom", "version": "1.0.0", - "min_server_version": "5.24.0", + "min_server_version": "9.11.0", "homepage_url": "https://github.com/nathanaelhoun/mattermost-plugin-broomer", "support_url": "https://github.com/nathanaelhoun/mattermost-plugin-broomer/issues/new/choose", "release_notes_url": "https://github.com/nathanaelhoun/mattermost-plugin-broomer/releases",