Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test notice v10.1 #416

Merged
merged 1 commit into from
Oct 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions notices.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,18 +68,18 @@
}
},
{
"id": "server_upgrade_v10.0",
"id": "server_upgrade_v10.1",
"conditions": {
"audience": "sysadmin",
"clientType": "all",
"serverVersion": ["<10.0"],
"instanceType": "onprem",
"displayDate": ">= 2024-09-17T00:00:00Z"
"displayDate": ">= 2024-10-16T00T00:00:00Z"
},
"localizedMessages": {
"en": {
"title": "Mattermost 10.0 is here!",
"description": "Mattermost v10.0 extends Microsoft Teams and M365 platform to accelerate mission-critical workflows in defense, government and vital services at scale. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) only takes a few minutes.",
"title": "Mattermost 10.1 is here!",
"description": "Mattermost v10.1 includes multiple new improvements and bug fixes, including channel bookmarks. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) only takes a few minutes.",
"image": "https://raw.githubusercontent.com/mattermost/notices/master/images/server_upgrade.png",
"actionText": "Learn more",
"actionParam": "https://docs.mattermost.com/about/mattermost-v10-changelog.html"
Expand Down
Loading