From 35023ea389b26ca0c4e4ca6e6aaf22b7ccca813f Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Fri, 28 Apr 2023 11:56:07 -0400 Subject: [PATCH] Update supported ESR version (#7316) * Update README.md * Update full_description.txt * Update changelog * update app to alert on servers below 7.8.0 --------- Co-authored-by: Elias Nahum --- README.md | 2 +- app/constants/supported_server.ts | 2 +- fastlane/metadata/android/en-US/full_description.txt | 2 +- fastlane/metadata/changelog | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0629186d9a..c5adbf7772 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Mattermost Mobile v2 -- **Minimum Server versions:** Current ESR version (7.1.0+) +- **Minimum Server versions:** Current ESR version (7.8.0+) - **Supported iOS versions:** 12.1+ - **Supported Android versions:** 7.0+ diff --git a/app/constants/supported_server.ts b/app/constants/supported_server.ts index 10fecfdb96..ab77763abb 100644 --- a/app/constants/supported_server.ts +++ b/app/constants/supported_server.ts @@ -2,7 +2,7 @@ // See LICENSE.txt for license information. export const MIN_REQUIRED_VERSION = '5.26.2'; -export const FULL_VERSION = '7.1.0'; +export const FULL_VERSION = '7.8.0'; export const MAJOR_VERSION = 7; export const MIN_VERSION = 1; export const PATCH_VERSION = 0; diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 906c0e91d5..efbe6130a6 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 v7.1.0+. Older servers may not be able to connect or have unexpected behavior. +Requires Mattermost Server v7.8.0+. Older servers may not be able to connect or have unexpected behavior. ------- diff --git a/fastlane/metadata/changelog b/fastlane/metadata/changelog index 9f16f8a838..190c873131 100644 --- a/fastlane/metadata/changelog +++ b/fastlane/metadata/changelog @@ -1,4 +1,4 @@ -This version is compatible with Mattermost servers v7.1.0+. +This version is compatible with Mattermost servers v7.8.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).