Releases: mattermost/mattermost-plugin-demo
v0.1.0
Supported Mattermost Server Versions: 5.12+
Enhancements
- b1b0359 Add /crash command that crashes the plugin (#32)
- d88f20b Ephemeral post function demo (#30)
- ffcf4e3 Use new bot helper. (#29)
- 74756b3 Adding localization. (#25)
- 3e5323b Automatically serve static files for plugins (#24)
- abc395e Add hooks for UserHasBeenCreated, FileWillBeUploaded (#23)
- 83c0218 Added a custom link tooltip (#21)
- a637423 Illustrate demo plugin settings schema (#20)
v0.0.5
v0.0.2
This release addresses an issue with the demo OnActivate
hook on servers with large numbers of teams, an issue connecting to the plugin endpoint on servers without a subpath configured, and minor screenshot updates to the documentation reflecting the correct plugin name.
Initial Release
The initial release of this plugin demos all supported server hooks and webapp components exposed by the Mattermost plugin framework. New versions will be released as build tooling changes or new features are supported. We expect to stabilize on 1.0.0
as plugins official leave beta over the next few months.
The pre-built version of this plugin includes binaries for Linux, OSX and Windows. Mattermost will automatically invoke the correct binary on startup.
This plugin is written for Mattermost 5.2 and later. It will not run on earlier versions of Mattermost.