Skip to content

Commit

Permalink
force app update
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud AMBROSELLI committed Sep 8, 2023
1 parent 5a8bdb5 commit 887fb37
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions api/src/middleware/versionCheck.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { VERSION, MINIMUM_DASHBOARD_VERSION } = require("../config");

const MINIMUM_MOBILE_APP_VERSION = [2, 35, 0];
const MINIMUM_MOBILE_APP_VERSION = [2, 36, 0];

module.exports = ({ headers: { version, platform } }, res, next) => {
if (platform === "website") return next();
Expand Down Expand Up @@ -28,8 +28,7 @@ module.exports = ({ headers: { version, platform } }, res, next) => {
inAppMessage: [
`Veuillez mettre à jour votre application\u00A0!`,
`Les fonctionnalités de cette nouvelle version sont\u00A0:
- Compatibilité avec les consultations par équipe
- Possibilité de rajouter des commentaires dans les consultations, les traitements et les dossiers médicaux`,
- Compatibilité de l 'historique des actions (seulement sur navigateur)`,
[{ text: "Télécharger la dernière version", link: `https://mano-app.fabrique.social.gouv.fr/download?ts=${Date.now()}` }],
],
});
Expand Down

0 comments on commit 887fb37

Please sign in to comment.