From 8709ecc4bbc715accd065a04fb84e19a9b99fcc8 Mon Sep 17 00:00:00 2001 From: JordanP244656 <162927099+JordanP244656@users.noreply.github.com> Date: Wed, 18 Mar 2026 18:10:56 -0400 Subject: [PATCH 1/3] Add analytics plugin details to registry.json Added analytics plugin information to registry. Signed-off-by: JordanP244656 <162927099+JordanP244656@users.noreply.github.com> --- plugins/registry.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/plugins/registry.json b/plugins/registry.json index 506df880bd..efff7afa35 100644 --- a/plugins/registry.json +++ b/plugins/registry.json @@ -116,6 +116,15 @@ "icon_url": "https://i.imgur.com/Mo60CdK.png", "thumbnail_url": "https://i.imgur.com/Mo60CdK.png" }, + "analytics": { + "repository": "JordanP244656/ModmailPlugins", + "branch": "main", + "description": "Simple analytics plugin for Modmail that tracks ticket activity and provides usage insights.", + "bot_version": "4.0.0", + "title": "Analytics", + "icon_url": "https://i.imgur.com/Mo60CdK.png", + "thumbnail_url": "https://i.imgur.com/Mo60CdK.png" + },SSSSS "rename": { "repository": "Nicklaus-s/modmail-plugins", "branch": "master", From 6f78b8c6de04b2345f9a30be8dc5a0b174b3a0a6 Mon Sep 17 00:00:00 2001 From: JordanP244656 <162927099+JordanP244656@users.noreply.github.com> Date: Wed, 18 Mar 2026 18:17:51 -0400 Subject: [PATCH 2/3] Fix JSON formatting in registry.json Signed-off-by: JordanP244656 <162927099+JordanP244656@users.noreply.github.com> --- plugins/registry.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/registry.json b/plugins/registry.json index efff7afa35..6202097a52 100644 --- a/plugins/registry.json +++ b/plugins/registry.json @@ -124,7 +124,7 @@ "title": "Analytics", "icon_url": "https://i.imgur.com/Mo60CdK.png", "thumbnail_url": "https://i.imgur.com/Mo60CdK.png" - },SSSSS + }, "rename": { "repository": "Nicklaus-s/modmail-plugins", "branch": "master", From 060504991274121904625d299ce55586841a8d3d Mon Sep 17 00:00:00 2001 From: JordanP244656 <162927099+JordanP244656@users.noreply.github.com> Date: Wed, 18 Mar 2026 18:20:42 -0400 Subject: [PATCH 3/3] Update bot_version for analytics plugin to 4.2.1 Signed-off-by: JordanP244656 <162927099+JordanP244656@users.noreply.github.com> --- plugins/registry.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/registry.json b/plugins/registry.json index 6202097a52..d077b928d9 100644 --- a/plugins/registry.json +++ b/plugins/registry.json @@ -120,7 +120,7 @@ "repository": "JordanP244656/ModmailPlugins", "branch": "main", "description": "Simple analytics plugin for Modmail that tracks ticket activity and provides usage insights.", - "bot_version": "4.0.0", + "bot_version": "4.2.1", "title": "Analytics", "icon_url": "https://i.imgur.com/Mo60CdK.png", "thumbnail_url": "https://i.imgur.com/Mo60CdK.png"