diff --git a/README.md b/README.md index 4303c4c..0923ae5 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,8 @@ To explore the benefits of Mattermost’s enterprise features, you can replace t - Multiple languages including U.S. English, Australian English, Bulgarian, Chinese (Simplified and Traditional), Dutch, French, German, Hungarian, Italian, Japanese, Korean, Polish, Brazilian Portuguese, Romanian, Russian, Turkish, Spanish, Swedish, and Ukrainian -**Shipped version:** 7.1.2~ynh1 +**Shipped version:** 7.3.0~ynh1 + ## Screenshots diff --git a/README_fr.md b/README_fr.md index c831afa..b2964d2 100644 --- a/README_fr.md +++ b/README_fr.md @@ -37,7 +37,8 @@ Pour explorer les avantages des fonctionnalités d'entreprise de Mattermost, vou - Plusieurs langues dont l'anglais américain, l'anglais australien, le bulgare, le chinois (simplifié et traditionnel), le néerlandais, le français, l'allemand, le hongrois, l'italien, le japonais, le coréen, le polonais, le portugais brésilien, le roumain, le russe, le turc, l'espagnol, le suédois et l'ukrainien -**Version incluse :** 7.1.2~ynh1 +**Version incluse :** 7.3.0~ynh1 + ## Captures d'écran diff --git a/conf/amd64.src b/conf/amd64.src index 1f1e15f..8672689 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://releases.mattermost.com/7.1.2/mattermost-team-7.1.2-linux-amd64.tar.gz -SOURCE_SUM=3cbbd885a5299594a216ca3c1bc6baf1d176e69fb8d4838c90b74891accfdde7 +SOURCE_URL=https://releases.mattermost.com/7.3.0/mattermost-team-7.3.0-linux-amd64.tar.gz +SOURCE_SUM=47602e67b457a4871fd459f32a67f44e3353e4152989157eced2ad3bff5f634b SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/arm64.src b/conf/arm64.src index 44077be..6231155 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/SmartHoneybee/ubiquitous-memory/releases/download/v7.1.2/mattermost-v7.1.2-linux-arm64.tar.gz -SOURCE_SUM=fab8c7ff3ecb7c605206998f01da8a2aa76192470d7904ea87256382b876a30b +SOURCE_URL=https://github.com/SmartHoneybee/ubiquitous-memory/releases/download/v7.3.0/mattermost-v7.3.0-linux-arm64.tar.gz +SOURCE_SUM=9ea92cee34bf8209ce8e9a1fb186541a4784dd6ee63c93f6d9d0e3af078cd2aa SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/armhf.src b/conf/armhf.src index 2ee82d4..46fd52b 100644 --- a/conf/armhf.src +++ b/conf/armhf.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/SmartHoneybee/ubiquitous-memory/releases/download/v7.1.2/mattermost-v7.1.2-linux-arm.tar.gz -SOURCE_SUM=d201f08f9626414673878121b39ef2b0ca426d3a74b431f7ec52b784a45448a6 +SOURCE_URL=https://github.com/SmartHoneybee/ubiquitous-memory/releases/download/v7.3.0/mattermost-v7.3.0-linux-arm.tar.gz +SOURCE_SUM=742314c0e9cb2f26d444c658c72794bd506a00c79066f7d908e9058ed48cdaa4 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/config.json b/conf/config.json index ec63430..778a062 100644 --- a/conf/config.json +++ b/conf/config.json @@ -210,7 +210,8 @@ "AmazonS3SSL": true, "AmazonS3SignV2": false, "AmazonS3SSE": false, - "AmazonS3Trace": false + "AmazonS3Trace": false, + "AmazonS3RequestTimeoutMilliseconds": 30000 }, "EmailSettings": { "EnableSignUpWithEmail": true, @@ -601,7 +602,9 @@ "GraphQL": false, "InsightsEnabled": true, "CommandPalette": false, - "AdvancedTextEditor": true + "AdvancedTextEditor": true, + "BoardsProduct": false, + "PlanUpgradeButtonText": "upgrade" }, "ImportSettings": { "Directory": "./import", diff --git a/conf/enterprise.src b/conf/enterprise.src index e647d43..9f8f355 100644 --- a/conf/enterprise.src +++ b/conf/enterprise.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://releases.mattermost.com/7.1.2/mattermost-enterprise-7.1.2-linux-amd64.tar.gz -SOURCE_SUM=4058f1e09bb9c4c0bd37d1b06002354e59097bd8eb8339cccb606f632d871ca6 +SOURCE_URL=https://releases.mattermost.com/7.3.0/mattermost-enterprise-7.3.0-linux-amd64.tar.gz +SOURCE_SUM=7c88dab1a68010c3cb6b1a3ce8c7c04aa4e9ff45b3cd30ca24008a5ae59bcbf0 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 5bae7f4..cc04a78 100644 --- a/manifest.json +++ b/manifest.json @@ -6,14 +6,15 @@ "en": "Open source collaboration platform built for developers", "fr": "Plateforme de collaboration open source conçue pour les développeurs" }, - "version": "7.1.2~ynh1", + "version": "7.3.0~ynh1", "url": "http://www.mattermost.org/", "upstream": { "license": "GPL-3.0-only", "website": "http://www.mattermost.org/", "admindoc": "https://docs.mattermost.com/guides/deployment.html", "userdoc": "https://docs.mattermost.com/guides/messaging.html", - "code": "https://github.com/mattermost/mattermost-server" + "code": "https://github.com/mattermost/mattermost-server", + "cpe": "cpe:2.3:a:mattermost:mattermost" }, "license": "GPL-3.0-only", "maintainer": {