Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dominika Liberda
MM meme plugin
Commits
1b78ce78
Unverified
Commit
1b78ce78
authored
Jan 13, 2021
by
Ben Schumacher
Committed by
GitHub
Jan 13, 2021
Browse files
Release v1.4.0 (#43)
parent
8d6344b3
Changes
2
Hide whitespace changes
Inline
Side-by-side
plugin.json
View file @
1b78ce78
...
...
@@ -4,17 +4,20 @@
"description"
:
"Gives you the ability to quickly create and post memes via a /meme slash command."
,
"homepage_url"
:
"https://github.com/mattermost/mattermost-plugin-memes"
,
"support_url"
:
"https://github.com/mattermost/mattermost-plugin-memes/issues"
,
"release_notes_url"
:
"https://github.com/mattermost/mattermost-plugin-memes/releases/tag/v1.
3
.0"
,
"version"
:
"1.
3
.0"
,
"release_notes_url"
:
"https://github.com/mattermost/mattermost-plugin-memes/releases/tag/v1.
4
.0"
,
"version"
:
"1.
4
.0"
,
"min_server_version"
:
"5.2.0"
,
"server"
:
{
"executables"
:
{
"linux-amd64"
:
"server/dist/plugin-linux-amd64"
,
"darwin-amd64"
:
"server/dist/plugin-darwin-amd64"
,
"windows-amd64"
:
"server/dist/plugin-windows-amd64.exe"
}
},
"executable"
:
""
},
"settings_schema"
:
{
"footer"
:
"* To report an issue, make a suggestion or a contribution, [check the repository](https://github.com/mattermost/mattermost-plugin-memes)."
"header"
:
""
,
"footer"
:
"* To report an issue, make a suggestion or a contribution, [check the repository](https://github.com/mattermost/mattermost-plugin-memes)."
,
"settings"
:
null
}
}
server/manifest.go
View file @
1b78ce78
...
...
@@ -7,5 +7,5 @@ var manifest = struct {
Version
string
}{
ID
:
"memes"
,
Version
:
"1.
3
.0"
,
Version
:
"1.
4
.0"
,
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment