Patched Mattermost Playbooks plugin — license check removed for Slash fork (MIT licensed)
Find a file
2026-06-03 20:56:23 +00:00
server Playbooks v2.8.1 — license check removed for Slash fork 2026-06-03 20:56:23 +00:00
.gitignore Playbooks v2.8.1 — license check removed for Slash fork 2026-06-03 20:56:23 +00:00
CHANGELOG.md Playbooks v2.8.1 — license check removed for Slash fork 2026-06-03 20:56:23 +00:00
plugin.json Playbooks v2.8.1 — license check removed for Slash fork 2026-06-03 20:56:23 +00:00
README.md Playbooks v2.8.1 — license check removed for Slash fork 2026-06-03 20:56:23 +00:00

slash-playbooks-plugin

Patched build of the Mattermost Playbooks plugin (v2.8.1) for the Slash fork.

Change: The IsE10LicensedOrDevelopment license gate in server/plugin.go has been removed, allowing the plugin to activate on open-source Mattermost builds.

The Playbooks plugin is MIT licensed. See LICENSE.txt in the upstream repo: https://github.com/mattermost/mattermost-plugin-playbooks

What This Repo Contains

  • server/plugin.go — patched plugin entry point (license check removed)
  • server/manifest.go — auto-generated from plugin.json
  • server/dist/plugin-linux-amd64 — compiled binary (linux/amd64)
  • plugin.json — plugin manifest

Upstream

Based on: https://github.com/mattermost/mattermost-plugin-playbooks/tree/v2.8.1