From 1a2e4e72bd4b7f1591c383b6ab3fab3ed14a4305 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Wed, 26 Jul 2017 00:53:23 +0900 Subject: [PATCH] Update bundle plugin information --- plugins.json | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/plugins.json b/plugins.json index 1148881ca..458449b6f 100644 --- a/plugins.json +++ b/plugins.json @@ -1,4 +1,17 @@ [ + { + "id": "notifications", + "name": "Notifications Plugin", + "description": "Provides notifications feature on GitBucket.", + "versions": [ + { + "version": "1.0.0", + "range": ">=4.15.0", + "file": "gitbucket-notifications-plugin_2.12-1.0.0.jar" + } + ], + "default": true + }, { "id": "emoji", "name": "Emoji Plugin", @@ -18,11 +31,11 @@ "description": "Provides Gist feature on GitBucket.", "versions": [ { - "version": "4.9.1", - "range": ">=4.14.0", - "file": "gitbucket-gist-plugin_2.12-4.9.1.jar" + "version": "4.10.0", + "range": ">=4.15.0", + "file": "gitbucket-gist-plugin_2.12-4.10.0.jar" } ], - "default": false + "default": true } ]