diff --git a/mac/Focalboard/Globals.swift b/mac/Focalboard/Globals.swift index 565ca77d4..01207c879 100644 --- a/mac/Focalboard/Globals.swift +++ b/mac/Focalboard/Globals.swift @@ -4,7 +4,7 @@ import Foundation class Globals { - static let ProductVersion = 01700 + static let ProductVersion = 70000 static let WhatsNewVersion = 01100 static var currentWhatsNewVersion: Int { diff --git a/mac/Focalboard/Info.plist b/mac/Focalboard/Info.plist index 4ffdad0bb..d5e686cf5 100644 --- a/mac/Focalboard/Info.plist +++ b/mac/Focalboard/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 0.17.0 + 7.2.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) ITSAppUsesNonExemptEncryption diff --git a/mattermost-plugin/plugin.json b/mattermost-plugin/plugin.json index f722925f3..a3bded9d4 100644 --- a/mattermost-plugin/plugin.json +++ b/mattermost-plugin/plugin.json @@ -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", diff --git a/mattermost-plugin/server/manifest.go b/mattermost-plugin/server/manifest.go index d39e1413c..4f0117794 100644 --- a/mattermost-plugin/server/manifest.go +++ b/mattermost-plugin/server/manifest.go @@ -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", diff --git a/server/model/version.go b/server/model/version.go index b098be33b..5a2f51cb0 100644 --- a/server/model/version.go +++ b/server/model/version.go @@ -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", diff --git a/webapp/package-lock.json b/webapp/package-lock.json index d21ee5dcc..522d54e32 100644 --- a/webapp/package-lock.json +++ b/webapp/package-lock.json @@ -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", diff --git a/webapp/package.json b/webapp/package.json index 707231895..d4f977d1b 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -1,6 +1,6 @@ { "name": "focalboard", - "version": "0.17.0", + "version": "7.2.0", "private": true, "description": "", "scripts": { diff --git a/webapp/src/components/__snapshots__/topBar.test.tsx.snap b/webapp/src/components/__snapshots__/topBar.test.tsx.snap index c760c4132..8e7917416 100644 --- a/webapp/src/components/__snapshots__/topBar.test.tsx.snap +++ b/webapp/src/components/__snapshots__/topBar.test.tsx.snap @@ -20,7 +20,7 @@ exports[`src/components/topBar should match snapshot for focalboardPlugin 1`] = class="version" title="v1.0.0" > - Jun 2022 + Aug 2022 diff --git a/webapp/src/components/__snapshots__/workspace.test.tsx.snap b/webapp/src/components/__snapshots__/workspace.test.tsx.snap index aabfb8b1d..39e8bbc42 100644 --- a/webapp/src/components/__snapshots__/workspace.test.tsx.snap +++ b/webapp/src/components/__snapshots__/workspace.test.tsx.snap @@ -56,7 +56,7 @@ exports[`src/components/workspace return workspace and showcard 1`] = ` class="version" title="v1.0.0" > - Jun 2022 + Aug 2022 @@ -1273,7 +1273,7 @@ exports[`src/components/workspace should match snapshot 1`] = ` class="version" title="v1.0.0" > - Jun 2022 + Aug 2022 diff --git a/webapp/src/components/globalHeader/__snapshots__/globalHeader.test.tsx.snap b/webapp/src/components/globalHeader/__snapshots__/globalHeader.test.tsx.snap index 34b40b815..d7fee8527 100644 --- a/webapp/src/components/globalHeader/__snapshots__/globalHeader.test.tsx.snap +++ b/webapp/src/components/globalHeader/__snapshots__/globalHeader.test.tsx.snap @@ -10,7 +10,7 @@ exports[`components/sidebar/GlobalHeader header menu should match snapshot 1`] = /> diff --git a/webapp/src/components/sidebar/__snapshots__/sidebar.test.tsx.snap b/webapp/src/components/sidebar/__snapshots__/sidebar.test.tsx.snap index e0151c8ff..bff9043d0 100644 --- a/webapp/src/components/sidebar/__snapshots__/sidebar.test.tsx.snap +++ b/webapp/src/components/sidebar/__snapshots__/sidebar.test.tsx.snap @@ -109,9 +109,9 @@ exports[`components/sidebarSidebar sidebar hidden 1`] = ` >
- Jun 2022 + Aug 2022
diff --git a/webapp/src/constants.ts b/webapp/src/constants.ts index 4a3da309d..5b0269cc1 100644 --- a/webapp/src/constants.ts +++ b/webapp/src/constants.ts @@ -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 = [ diff --git a/win-wpf/AppxManifest.xml b/win-wpf/AppxManifest.xml index 6a7d87742..c2b0b006f 100644 --- a/win-wpf/AppxManifest.xml +++ b/win-wpf/AppxManifest.xml @@ -2,7 +2,7 @@ - + Focalboard Mattermost, Inc.