Update bundle plugin information

This commit is contained in:
Naoki Takezoe
2017-07-26 00:53:23 +09:00
parent 2a83c1b9ba
commit 1a2e4e72bd

View File

@@ -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
}
]