update to version 7.2.0

pull/3056/head
Scott Bishel 2 years ago
parent ccde68566b
commit 073ef8af75
  1. 2
      mac/Focalboard/Globals.swift
  2. 2
      mac/Focalboard/Info.plist
  3. 4
      mattermost-plugin/plugin.json
  4. 4
      mattermost-plugin/server/manifest.go
  5. 3
      server/model/version.go
  6. 4
      webapp/package-lock.json
  7. 2
      webapp/package.json
  8. 2
      webapp/src/components/__snapshots__/topBar.test.tsx.snap
  9. 4
      webapp/src/components/__snapshots__/workspace.test.tsx.snap
  10. 2
      webapp/src/components/globalHeader/__snapshots__/globalHeader.test.tsx.snap
  11. 4
      webapp/src/components/sidebar/__snapshots__/sidebar.test.tsx.snap
  12. 4
      webapp/src/constants.ts
  13. 2
      win-wpf/AppxManifest.xml

@ -4,7 +4,7 @@
import Foundation
class Globals {
static let ProductVersion = 01700
static let ProductVersion = 70000
static let WhatsNewVersion = 01100
static var currentWhatsNewVersion: Int {

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.17.0</string>
<string>7.2.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>ITSAppUsesNonExemptEncryption</key>

@ -6,8 +6,8 @@
"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": "0.17.0",
"min_server_version": "6.7.0",
"version": "7.2.0",
"min_server_version": "7.0.0",
"server": {
"executables": {
"linux-amd64": "server/dist/plugin-linux-amd64",

@ -20,8 +20,8 @@ const manifestStr = `
"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": "0.17.0",
"min_server_version": "6.7.0",
"version": "7.2.0",
"min_server_version": "7.0.0",
"server": {
"executables": {
"darwin-amd64": "server/dist/plugin-darwin-amd64",

@ -4,7 +4,8 @@ package model
// It should be maintained in chronological order with most current
// release at the front of the list.
var versions = []string{
"0.17.0",
"7.2.0",
"7.0.0",
"0.16.0",
"0.15.0",
"0.14.0",

@ -1,12 +1,12 @@
{
"name": "focalboard",
"version": "0.17.0",
"version": "7.2.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "focalboard",
"version": "0.17.0",
"version": "7.2.0",
"dependencies": {
"@draft-js-plugins/editor": "^4.1.2",
"@draft-js-plugins/emoji": "^4.6.0",

@ -1,6 +1,6 @@
{
"name": "focalboard",
"version": "0.17.0",
"version": "7.2.0",
"private": true,
"description": "",
"scripts": {

@ -20,7 +20,7 @@ exports[`src/components/topBar should match snapshot for focalboardPlugin 1`] =
class="version"
title="v1.0.0"
>
Jun 2022
Aug 2022
</div>
</div>
</div>

@ -56,7 +56,7 @@ exports[`src/components/workspace return workspace and showcard 1`] = `
class="version"
title="v1.0.0"
>
Jun 2022
Aug 2022
</div>
</div>
</div>
@ -1273,7 +1273,7 @@ exports[`src/components/workspace should match snapshot 1`] = `
class="version"
title="v1.0.0"
>
Jun 2022
Aug 2022
</div>
</div>
</div>

@ -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=0.17.0"
href="https://www.focalboard.com/fwlink/doc-boards.html?v=7.2.0"
rel="noreferrer"
target="_blank"
>

@ -109,9 +109,9 @@ exports[`components/sidebarSidebar sidebar hidden 1`] = `
>
<div
class="version"
title="v0.17.0"
title="v7.2.0"
>
Jun 2022
Aug 2022
</div>
</div>
</div>

@ -32,8 +32,8 @@ class Constants {
static readonly titleColumnId = '__title'
static readonly badgesColumnId = '__badges'
static readonly versionString = '0.17.0'
static readonly versionDisplayString = 'Jun 2022'
static readonly versionString = '7.2.0'
static readonly versionDisplayString = 'Aug 2022'
static readonly archiveHelpPage = 'https://docs.mattermost.com/boards/data-and-archives.html'
static readonly imports = [

@ -2,7 +2,7 @@
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities">
<Identity Name="MattermostInc.Focalboard" Publisher="CN=5C59534D-C37D-4D0C-8464-26AA0D0B6EFE" Version="0.17.0.0" ProcessorArchitecture="x64" />
<Identity Name="MattermostInc.Focalboard" Publisher="CN=5C59534D-C37D-4D0C-8464-26AA0D0B6EFE" Version="7.0.0.0" ProcessorArchitecture="x64" />
<Properties>
<DisplayName>Focalboard</DisplayName>
<PublisherDisplayName>Mattermost, Inc.</PublisherDisplayName>

Loading…
Cancel
Save