update to version 7.2.0

This commit is contained in:
Scott Bishel 2022-05-11 17:25:46 -06:00
parent ccde68566b
commit 073ef8af75
13 changed files with 20 additions and 19 deletions

View file

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

View file

@ -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>

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

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

View file

@ -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>

View file

@ -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>

View file

@ -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"
>

View file

@ -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>

View file

@ -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 = [

View file

@ -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>