Skip to content

Commit

Permalink
Bump plugin version to v0.8.2 (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieljackson authored Apr 20, 2024
1 parent 8fbd555 commit 4d225fe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "com.mattermost.wrangler",
"name": "Wrangler",
"description": "Manage messages across teams and channels",
"version": "0.8.1",
"version": "0.8.2",
"min_server_version": "7.1.0",
"server": {
"executables": {
Expand Down
4 changes: 2 additions & 2 deletions server/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const manifestStr = `
"id": "com.mattermost.wrangler",
"name": "Wrangler",
"description": "Manage messages across teams and channels",
"version": "0.8.1",
"version": "0.8.2",
"min_server_version": "7.1.0",
"server": {
"executables": {
Expand Down Expand Up @@ -60,7 +60,7 @@ const manifestStr = `
"key": "AllowedEmailDomain",
"display_name": "Allowed Email Domain",
"type": "text",
"help_text": "(Optional) When set, users must have an email ending in this domain to use Wrangler. Multiple domains can be specified by separating them with commas.",
"help_text": "(Optional) When set, users must have an email ending in this domain to use Wrangler. Multiple domains can be specified by separating them with commas. This also supports full email address matching if you want to limit plugin usage to specific users.",
"placeholder": "",
"default": null
},
Expand Down
4 changes: 2 additions & 2 deletions webapp/src/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const manifest = JSON.parse(`
"id": "com.mattermost.wrangler",
"name": "Wrangler",
"description": "Manage messages across teams and channels",
"version": "0.8.1",
"version": "0.8.2",
"min_server_version": "7.1.0",
"server": {
"executables": {
Expand Down Expand Up @@ -50,7 +50,7 @@ const manifest = JSON.parse(`
"key": "AllowedEmailDomain",
"display_name": "Allowed Email Domain",
"type": "text",
"help_text": "(Optional) When set, users must have an email ending in this domain to use Wrangler. Multiple domains can be specified by separating them with commas.",
"help_text": "(Optional) When set, users must have an email ending in this domain to use Wrangler. Multiple domains can be specified by separating them with commas. This also supports full email address matching if you want to limit plugin usage to specific users.",
"placeholder": "",
"default": null
},
Expand Down

0 comments on commit 4d225fe

Please sign in to comment.