From 9dcfd149d81e777d2a5a1dc383059610868c5c1e Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Mon, 17 Nov 2025 08:15:50 +0200 Subject: [PATCH] Update supported ESR version (#9205) * Update supported ESR version * Update supported_server.ts * Update full_description.txt * Update changelog --- README.md | 2 +- app/constants/supported_server.ts | 4 ++-- fastlane/metadata/android/en-US/full_description.txt | 2 +- fastlane/metadata/changelog | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a5f35de49..61b289444 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Mattermost Mobile v2 -- **Minimum Server versions:** Current ESR version (10.5.0+) +- **Minimum Server versions:** Current ESR version (10.11.0+) - **Supported iOS versions:** 15.1+ - **Supported Android versions:** 7.0+ diff --git a/app/constants/supported_server.ts b/app/constants/supported_server.ts index d3a7b22c2..fed6391ed 100644 --- a/app/constants/supported_server.ts +++ b/app/constants/supported_server.ts @@ -2,9 +2,9 @@ // See LICENSE.txt for license information. export const MIN_REQUIRED_VERSION = '5.26.2'; -export const FULL_VERSION = '10.5.0'; +export const FULL_VERSION = '10.11.0'; export const MAJOR_VERSION = 10; -export const MIN_VERSION = 5; +export const MIN_VERSION = 11; export const PATCH_VERSION = 0; export default { diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index f986f8578..aff2d1f6c 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 v10.5.0+. Older servers may not be able to connect or have unexpected behavior. +Requires Mattermost Server v10.11.0+. Older servers may not be able to connect or have unexpected behavior. ------- diff --git a/fastlane/metadata/changelog b/fastlane/metadata/changelog index 7656ad3a7..2cb93ea12 100644 --- a/fastlane/metadata/changelog +++ b/fastlane/metadata/changelog @@ -1,4 +1,4 @@ -This version is compatible with Mattermost servers v10.5.0+. +This version is compatible with Mattermost servers v10.11.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).