Newer
Older
gitbucket_jkp / plugins.json
@Naoki Takezoe Naoki Takezoe on 29 Apr 2018 1 KB (refs #1969) Bump gist plugin
  1. [
  2. {
  3. "id": "notifications",
  4. "name": "Notifications Plugin",
  5. "description": "Provides notifications feature on GitBucket.",
  6. "versions": [
  7. {
  8. "version": "1.5.0",
  9. "range": ">=4.23.0",
  10. "url": "https://github.com/gitbucket/gitbucket-notifications-plugin/releases/download/1.5.0/gitbucket-notifications-plugin-assembly-1.5.0.jar"
  11. }
  12. ],
  13. "default": true
  14. },
  15. {
  16. "id": "emoji",
  17. "name": "Emoji Plugin",
  18. "description": "Provides Emoji support for GitBucket.",
  19. "versions": [
  20. {
  21. "version": "4.5.0",
  22. "range": ">=4.18.0",
  23. "url": "https://github.com/gitbucket/gitbucket-emoji-plugin/releases/download/4.5.0/gitbucket-emoji-plugin_2.12-4.5.0.jar"
  24. }
  25. ],
  26. "default": false
  27. },
  28. {
  29. "id": "gist",
  30. "name": "Gist Plugin",
  31. "description": "Provides Gist feature on GitBucket.",
  32. "versions": [
  33. {
  34. "version": "4.14.0",
  35. "range": ">=4.23.0",
  36. "url": "https://github.com/gitbucket/gitbucket-gist-plugin/releases/download/4.14.0/gitbucket-gist-plugin-assembly-4.14.0.jar"
  37. }
  38. ],
  39. "default": false
  40. },
  41. {
  42. "id": "pages",
  43. "name": "Pages Plugin",
  44. "description": "Project pages for gitbucket",
  45. "versions": [
  46. {
  47. "version": "1.7.0",
  48. "range": ">=4.23.0",
  49. "url": "https://github.com/gitbucket/gitbucket-pages-plugin/releases/download/v1.7.0/gitbucket-pages-plugin_2.12-1.7.0.jar"
  50. }
  51. ],
  52. "default": false
  53. }
  54. ]