Skip to content

Commit

Permalink
Update supported ESR version (#7610)
Browse files Browse the repository at this point in the history
* Update README.md

* Update supported_server.ts

* Update full_description.txt

* Update changelog
  • Loading branch information
amyblais authored Nov 10, 2023
1 parent c8013e7 commit 148f9dd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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+

Expand Down
6 changes: 3 additions & 3 deletions app/constants/supported_server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -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.

-------

Expand Down
2 changes: 1 addition & 1 deletion fastlane/metadata/changelog
Original file line number Diff line number Diff line change
@@ -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).

Expand Down

0 comments on commit 148f9dd

Please sign in to comment.