From 5fddeec3857219375307fa0029b27288b8f23307 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Fri, 16 May 2025 09:28:47 +0300 Subject: [PATCH] Update supported ESR version (#8835) * Update README.md * Update full_description.txt * Update changelog * Update supported_server.ts --- README.md | 2 +- app/constants/supported_server.ts | 6 +++--- fastlane/metadata/android/en-US/full_description.txt | 2 +- fastlane/metadata/changelog | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 31c1fd1b4..a5f35de49 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Mattermost Mobile v2 -- **Minimum Server versions:** Current ESR version (9.11.0+) +- **Minimum Server versions:** Current ESR version (10.5.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 af86c8e34..d3a7b22c2 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 = '9.11.0'; -export const MAJOR_VERSION = 9; -export const MIN_VERSION = 11; +export const FULL_VERSION = '10.5.0'; +export const MAJOR_VERSION = 10; +export const MIN_VERSION = 5; 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 55042eadc..f986f8578 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 v9.11.0+. Older servers may not be able to connect or have unexpected behavior. +Requires Mattermost Server v10.5.0+. Older servers may not be able to connect or have unexpected behavior. ------- diff --git a/fastlane/metadata/changelog b/fastlane/metadata/changelog index 740a94bc5..7656ad3a7 100644 --- a/fastlane/metadata/changelog +++ b/fastlane/metadata/changelog @@ -1,4 +1,4 @@ -This version is compatible with Mattermost servers v9.11.0+. +This version is compatible with Mattermost servers v10.5.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).