Update supported ESR version (#9205) (#9291)

* Update supported ESR version

* Update supported_server.ts

* Update full_description.txt

* Update changelog

(cherry picked from commit 9dcfd149d8)

Co-authored-by: Amy Blais <29708087+amyblais@users.noreply.github.com>
This commit is contained in:
Mattermost Build 2025-11-17 08:25:05 +02:00 committed by GitHub
parent cf85d222ba
commit c136f66515
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View file

@ -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+

View file

@ -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 {

View file

@ -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.
-------

View file

@ -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).