Skip to content

Commit

Permalink
Merge pull request #5013 from mattermost/update-version-8-0
Browse files Browse the repository at this point in the history
Update to version 8.0
  • Loading branch information
marianunez authored Jun 10, 2024
2 parents 466ce56 + 94e5ff5 commit 568a5f0
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion mattermost-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"support_url": "https://github.com/mattermost/focalboard/issues",
"release_notes_url": "https://github.com/mattermost/focalboard/releases",
"icon_path": "assets/starter-template-icon.svg",
"version": "7.12.0",
"version": "8.0.0",
"min_server_version": "7.2.0",
"server": {
"executables": {
Expand Down
2 changes: 1 addition & 1 deletion mattermost-plugin/server/manifest.go

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

1 change: 1 addition & 0 deletions server/model/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (
// It should be maintained in chronological order with most current
// release at the front of the list.
var versions = []string{
"8.0.0",
"7.12.0",
"7.11.1",
"7.11.0",
Expand Down
2 changes: 1 addition & 1 deletion webapp/package-lock.json

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

2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "focalboard",
"version": "7.12.0",
"version": "8.0.0",
"private": true,
"description": "",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exports[`components/sidebar/GlobalHeader header menu should match snapshot 1`] =
/>
<a
class="GlobalHeaderComponent__button help-button"
href="https://www.focalboard.com/fwlink/doc-boards.html?v=7.12.0"
href="https://www.focalboard.com/fwlink/doc-boards.html?v=8.0.0"
rel="noreferrer"
target="_blank"
>
Expand Down
20 changes: 10 additions & 10 deletions webapp/src/components/sidebar/__snapshots__/sidebar.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ exports[`components/sidebarSidebar dont show hidden boards 1`] = `
>
<div
class="version"
title="v7.12.0"
title="v8.0.0"
>
v7.12.0
v8.0.0
</div>
</div>
</div>
Expand Down Expand Up @@ -252,9 +252,9 @@ exports[`components/sidebarSidebar should assign default category if current boa
>
<div
class="version"
title="v7.12.0"
title="v8.0.0"
>
v7.12.0
v8.0.0
</div>
</div>
</div>
Expand Down Expand Up @@ -508,9 +508,9 @@ exports[`components/sidebarSidebar shouldnt do any category assignment is board
>
<div
class="version"
title="v7.12.0"
title="v8.0.0"
>
v7.12.0
v8.0.0
</div>
</div>
</div>
Expand Down Expand Up @@ -919,9 +919,9 @@ exports[`components/sidebarSidebar sidebar hidden 1`] = `
>
<div
class="version"
title="v7.12.0"
title="v8.0.0"
>
v7.12.0
v8.0.0
</div>
</div>
</div>
Expand Down Expand Up @@ -1213,9 +1213,9 @@ exports[`components/sidebarSidebar some categories hidden 1`] = `
>
<div
class="version"
title="v7.12.0"
title="v8.0.0"
>
v7.12.0
v8.0.0
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions webapp/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ class Constants {
static readonly titleColumnId = '__title'
static readonly badgesColumnId = '__badges'

static readonly versionString = '7.12.0'
static readonly versionDisplayString = 'May 2023'
static readonly versionString = '8.0.0'
static readonly versionDisplayString = 'June 2024'

static readonly archiveHelpPage = 'https://docs.mattermost.com/boards/migrate-to-boards.html'
static readonly imports = [
Expand Down

0 comments on commit 568a5f0

Please sign in to comment.