Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions plugins.html
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,11 @@ <h1>Kanboard Plugins</h1>
<p>Receive individual or project notifications on Hipchat.</p>
<p><em>By Frédéric Guillot</em></p>
</dd>
<dt><a href="https://github.com/creecros/userimport_wgroups">Import user with group</a></dt>
<dd>
<p>Adds a group name field to Import via CSV.</p>
<p><em>By Craig Crosby</em></p>
</dd>
<dt><a href="https://github.com/juehv/kanboard-InstantActions">Instant Actions for Kanboard Tasks</a></dt>
<dd>
<p>Add buttons to tasks in board view for edit, delete and close them.</p>
Expand Down
12 changes: 12 additions & 0 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,18 @@
"remote_install": true,
"compatible_version": ">=1.0.37"
},
"importwithgroup": {
"title": "ImportWithGroup",
"version": "1.0.0",
"author": "Craig Crosby",
"license": "MIT",
"description": "Adds a group name field to Import via CSV.",
"homepage": "https://github.com/creecros/userimport_wgroups",
"readme": "https://github.com/creecros/userimport_wgroups/blob/master/README.md",
"download": "https://github.com/creecros/userimport_wgroups/releases/download/1.0.0/ImportWithGroup-1.0.0.zip",
"remote_install": true,
"compatible_version": ">=1.0.47"
},
"instantactions": {
"title": "Instant Actions for Kanboard Tasks",
"version": "1.0.0",
Expand Down