From 525269a0a167e1ff6d595129969c368e0069d5c3 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Wed, 2 Nov 2022 03:34:12 -0400 Subject: [PATCH] Update ESR version (#6701) --- README.md | 2 +- app/constants/calls.ts | 6 +++--- app/constants/view.js | 6 +++--- fastlane/metadata/android/en-US/full_description.txt | 2 +- fastlane/metadata/changelog | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 228d3330b..d6d857eb9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This `master` branch is mostly in maintenance mode while we're working to gettin # Mattermost Mobile App [![Mattermost](https://user-images.githubusercontent.com/7205829/136108314-75cd2e1f-4147-4cfa-a16c-9b3b0313ea25.png)](https://mattermost.com) -- **Minimum Server versions:** Current ESR version (6.3.0) +- **Minimum Server versions:** Current ESR version (7.1.0) - **Supported iOS versions:** 12.1+ - **Supported Android versions:** 7.0+ diff --git a/app/constants/calls.ts b/app/constants/calls.ts index 76d5d528f..9b466ba96 100644 --- a/app/constants/calls.ts +++ b/app/constants/calls.ts @@ -4,9 +4,9 @@ const RefreshConfigMillis = 20 * 60 * 1000; // Refresh config after 20 minutes const RequiredServer = { - FULL_VERSION: '6.3.0', - MAJOR_VERSION: 6, - MIN_VERSION: 3, + FULL_VERSION: '7.1.0', + MAJOR_VERSION: 7, + MIN_VERSION: 1, PATCH_VERSION: 0, }; diff --git a/app/constants/view.js b/app/constants/view.js index 2daf50bff..d0e81dc81 100644 --- a/app/constants/view.js +++ b/app/constants/view.js @@ -115,9 +115,9 @@ const ViewTypes = keyMirror({ }); const RequiredServer = { - FULL_VERSION: '5.37.0', - MAJOR_VERSION: 5, - MIN_VERSION: 37, + FULL_VERSION: '7.1.0', + MAJOR_VERSION: 7, + MIN_VERSION: 1, PATCH_VERSION: 0, }; diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index cbac3c1af..21b40540a 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -1,4 +1,4 @@ -Requires Mattermost Server v6.3.0+. Older servers may not be able to connect or have unexpected behavior. +Requires Mattermost Server v7.1.0+. Older servers may not be able to connect or have unexpected behavior. ------- diff --git a/fastlane/metadata/changelog b/fastlane/metadata/changelog index 0eff6df3c..9f16f8a83 100644 --- a/fastlane/metadata/changelog +++ b/fastlane/metadata/changelog @@ -1,4 +1,4 @@ -This version is compatible with Mattermost servers v6.3.0+. +This version is compatible with Mattermost servers v7.1.0+. Please see [changelog](https://docs.mattermost.com/administration/mobile-changelog.html) for full release notes. If you're interested in helping beta test upcoming versions before they are released, please see our [documentation](https://github.com/mattermost/mattermost-mobile#testing).