Update supported ESR version (#8835)
* Update README.md * Update full_description.txt * Update changelog * Update supported_server.ts
This commit is contained in:
parent
3887ce30a8
commit
5fddeec385
4 changed files with 6 additions and 6 deletions
|
|
@ -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+
|
||||
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
-------
|
||||
|
||||
|
|
|
|||
|
|
@ -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).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue