diff --git a/README.md b/README.md index f65cab4..8f50410 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This application allows to integrate a custom tile in YunoHost's user portal. Ty In technical terms: this app only adds a NGINX configuration snippet with either `redirect` or `proxy_pass` rule, and a YunoHost tile + appropriate SSOwat configuration. -**Shipped version:** 1.0.2~ynh1 +**Shipped version:** 1.0.2~ynh2 ## Disclaimers / important information ## Redirect type diff --git a/README_fr.md b/README_fr.md index 0a88b60..1e63929 100644 --- a/README_fr.md +++ b/README_fr.md @@ -23,7 +23,7 @@ Cette application permet d'intégrée une tuile personalisée dans le portail ut En terme technique: cette app se contente de rajouter le morceau de configuration NGINX approprié avec soit `redirect` ou `proxy_pass`, et la tuile YunoHost + configuration SSOwat correspondante. -**Version incluse :** 1.0.2~ynh1 +**Version incluse :** 1.0.2~ynh2 ## Avertissements / informations importantes ## Types de redirection diff --git a/manifest.json b/manifest.json index 227c7f5..5e44781 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Create a redirection or a proxy to another path", "fr": "Créer une redirection ou un proxy vers un autre emplacement" }, - "version": "1.0.2~ynh1", + "version": "1.0.2~ynh2", "license": "AGPL-3.0-or-later", "url": "https://github.com/YunoHost-Apps/redirect_ynh", "upstream": { @@ -18,7 +18,7 @@ "email": "alex.aubin@mailoo.org" }, "requirements": { - "yunohost": ">= 4.2.0" + "yunohost": ">= 4.3.0" }, "multi_instance": true, "services": [ @@ -48,7 +48,7 @@ }, { "name": "redirect_type", - "type": "string", + "type": "select", "ask": { "en": "Redirect type", "fr": "Type de redirection"