diff --git a/README.md b/README.md index 199f982..24beda7 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,8 @@ 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.1~ynh1 +**Shipped version:** 1.0.2~ynh1 + ## Disclaimers / important information ## Redirect type diff --git a/README_fr.md b/README_fr.md index a4d1979..9b913cd 100644 --- a/README_fr.md +++ b/README_fr.md @@ -22,7 +22,8 @@ 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.1~ynh1 +**Version incluse :** 1.0.2~ynh1 + ## Avertissements / informations importantes ## Types de redirection diff --git a/manifest.json b/manifest.json index 8d7b508..c36681d 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.1~ynh1", + "version": "1.0.2~ynh1", "license": "AGPL-3.0-or-later", "url": "https://github.com/YunoHost-Apps/redirect_ynh", "upstream": { diff --git a/scripts/upgrade b/scripts/upgrade index 20cc495..93caed4 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -62,7 +62,6 @@ then fi ynh_app_setting_set $app 'redirect_type' $redirect_type - ynh_app_setting_set $app 'is_public' fi # Migrate legacy permissions to new system