Update supported ESR version (#7610)

* Update README.md

* Update supported_server.ts

* Update full_description.txt

* Update changelog
This commit is contained in:
Amy Blais 2023-11-10 09:19:54 -05:00 committed by GitHub
parent c8013e775c
commit 148f9dd716
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
# Mattermost Mobile v2
- **Minimum Server versions:** Current ESR version (7.8.0+)
- **Minimum Server versions:** Current ESR version (8.1.0+)
- **Supported iOS versions:** 12.4+
- **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 = '7.8.0';
export const MAJOR_VERSION = 7;
export const MIN_VERSION = 8;
export const FULL_VERSION = '8.1.0';
export const MAJOR_VERSION = 8;
export const MIN_VERSION = 1;
export const PATCH_VERSION = 0;
export default {

View file

@ -1,4 +1,4 @@
Requires Mattermost Server v7.8.0+. Older servers may not be able to connect or have unexpected behavior.
Requires Mattermost Server v8.1.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.8.0+.
This version is compatible with Mattermost servers v8.1.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).