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 <nahumhbl@gmail.com>
This commit is contained in:
Amy Blais
2023-04-28 11:56:07 -04:00
committed by GitHub
parent 4292c61a5c
commit 35023ea389
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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