Skip to content

Commit

Permalink
Migrate to Mattermost 5.2 new plugin system
Browse files Browse the repository at this point in the history
  • Loading branch information
moussetc committed Aug 19, 2018
1 parent 6f682c3 commit 485f90e
Show file tree
Hide file tree
Showing 6 changed files with 312 additions and 37 deletions.
292 changes: 283 additions & 9 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

[[constraint]]
name = "github.com/mattermost/mattermost-server"
version = "4.10.0"
version = "5.2.0"

[[constraint]]
name = "github.com/stretchr/testify"
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
This Mattermost plugin adds a `/roll` slash command to roll all kinds of virtual dice.

## Requirements
- Mattermost 4.6 (to allow plugins to create slash commands)
- for Mattermost 5.2 or higher: use the latest v2.x.x release
- for Mattermost 4.6 to 5.1: use the latest v1.x.x release
- for Mattermost below: unsupported versions (plugins can't create slash commands)

## Installation and configuration
1. Go to the [Releases page](https://github.com/moussetc/mattermost-plugin-dice-roller/releases) and download the package for your OS and architecture.
Expand Down Expand Up @@ -44,4 +46,4 @@ If you want to create a fully bundled plugin that will run on a local server, yo
- Generate roll results as accurate image (number of dice, number of faces...)

## Credits
- This project uses a dice icon provided by [openclipart](https://openclipart.org/detail/94501/twentysided-dice) under the [Creative Commons Zero 1.0 Public Domain License](https://creativecommons.org/publicdomain/zero/1.0/).
- This project uses a dice icon provided by [openclipart](https://openclipart.org/detail/94501/twentysided-dice) under the [Creative Commons Zero 1.0 Public Domain License](https://creativecommons.org/publicdomain/zero/1.0/).
Loading

0 comments on commit 485f90e

Please sign in to comment.