forked from Ivasoft/mattermost-mobile
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:
@@ -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+
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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.
|
||||
|
||||
-------
|
||||
|
||||
|
||||
@@ -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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user