Skip to content

Commit c136f66

Browse files
Update supported ESR version (#9205) (#9291)
* Update supported ESR version * Update supported_server.ts * Update full_description.txt * Update changelog (cherry picked from commit 9dcfd14) Co-authored-by: Amy Blais <[email protected]>
1 parent cf85d22 commit c136f66

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Mattermost Mobile v2
22

3-
- **Minimum Server versions:** Current ESR version (10.5.0+)
3+
- **Minimum Server versions:** Current ESR version (10.11.0+)
44
- **Supported iOS versions:** 15.1+
55
- **Supported Android versions:** 7.0+
66

app/constants/supported_server.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
// See LICENSE.txt for license information.
33

44
export const MIN_REQUIRED_VERSION = '5.26.2';
5-
export const FULL_VERSION = '10.5.0';
5+
export const FULL_VERSION = '10.11.0';
66
export const MAJOR_VERSION = 10;
7-
export const MIN_VERSION = 5;
7+
export const MIN_VERSION = 11;
88
export const PATCH_VERSION = 0;
99

1010
export default {

fastlane/metadata/android/en-US/full_description.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Requires Mattermost Server v10.5.0+. Older servers may not be able to connect or have unexpected behavior.
1+
Requires Mattermost Server v10.11.0+. Older servers may not be able to connect or have unexpected behavior.
22

33
-------
44

fastlane/metadata/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This version is compatible with Mattermost servers v10.5.0+.
1+
This version is compatible with Mattermost servers v10.11.0+.
22

33
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).
44

0 commit comments

Comments
 (0)