Skip to content

Commit

Permalink
Bump version to 1.2.0 (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzei authored Mar 27, 2023
1 parent 347546a commit 1644267
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
22 changes: 16 additions & 6 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,36 @@
"description": "Microsoft Calendar Integration",
"homepage_url": "https://mattermost.gitbook.io/plugin-mscalendar",
"support_url": "/~https://github.com/mattermost/mattermost-plugin-mscalendar/issues",
"release_notes_url": "/~https://github.com/mattermost/mattermost-plugin-mscalendar/releases/tag/v1.1.0",
"release_notes_url": "/~https://github.com/mattermost/mattermost-plugin-mscalendar/releases/tag/v1.2.0",
"icon_path": "assets/profile.svg",
"version": "1.1.0",
"version": "1.2.0",
"min_server_version": "5.37.0",
"server": {
"executables": {
"linux-amd64": "server/dist/plugin-linux-amd64",
"darwin-amd64": "server/dist/plugin-darwin-amd64",
"linux-amd64": "server/dist/plugin-linux-amd64",
"windows-amd64": "server/dist/plugin-windows-amd64.exe"
}
},
"executable": ""
},
"settings_schema": {
"header": "",
"footer": "",
"settings": [
{
"key": "AdminUserIDs",
"display_name": "Admin User IDs:",
"type": "text",
"help_text": "List of users authorized to administer the plugin in addition to the System Admins. Must be a comma-separated list of user IDs.\n \n User IDs can be found in **System Console > User Management > Users**. Select the user's name, and the ID is displayed in the top-right corner of the banner."
"help_text": "List of users authorized to administer the plugin in addition to the System Admins. Must be a comma-separated list of user IDs.\n \n User IDs can be found in **System Console \u003e User Management \u003e Users**. Select the user's name, and the ID is displayed in the top-right corner of the banner.",
"placeholder": "",
"default": null
},
{
"key": "AdminLogLevel",
"display_name": "Copy plugin logs to admins, as bot messages:",
"type": "dropdown",
"help_text": "Select the log level.",
"placeholder": "",
"default": "none",
"options": [
{
Expand Down Expand Up @@ -58,26 +63,31 @@
"display_name": "Display full context for each admin log message:",
"type": "bool",
"help_text": "",
"placeholder": "",
"default": false
},
{
"key": "OAuth2Authority",
"display_name": "Azure Directory (tenant) ID:",
"type": "text",
"help_text": "Directory (tenant) ID."
"help_text": "Directory (tenant) ID.",
"placeholder": "",
"default": null
},
{
"key": "OAuth2ClientId",
"display_name": "Azure Application (client) ID:",
"type": "text",
"help_text": "Microsoft Office Client ID.",
"placeholder": "",
"default": ""
},
{
"key": "OAuth2ClientSecret",
"display_name": "Microsoft Office Client Secret:",
"type": "text",
"help_text": "Microsoft Office Client Secret.",
"placeholder": "",
"default": ""
}
]
Expand Down
2 changes: 1 addition & 1 deletion server/manifest.go

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

0 comments on commit 1644267

Please sign in to comment.