From ee5bdaf014e20e68d355a736f5e07363826e0434 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 16 Aug 2022 23:30:25 +0200 Subject: [PATCH 1/4] Kill legacy setting_set on is_public --- scripts/upgrade | 1 - 1 file changed, 1 deletion(-) 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 From 3b61a610d9d409fa0a591ca6b6a83b61989675e7 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 16 Aug 2022 21:30:29 +0000 Subject: [PATCH 2/4] Auto-update README --- README.md | 1 + README_fr.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 199f982..560361f 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ In technical terms: this app only adds a NGINX configuration snippet with either **Shipped version:** 1.0.1~ynh1 + ## Disclaimers / important information ## Redirect type diff --git a/README_fr.md b/README_fr.md index a4d1979..d9794b2 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.1~ynh1 + ## Avertissements / informations importantes ## Types de redirection From 114466d3c35471f791b292c03b38a67dbe70554f Mon Sep 17 00:00:00 2001 From: tituspijean Date: Mon, 29 Aug 2022 08:46:58 +0200 Subject: [PATCH 3/4] Bump app version --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": { From cc9b0d535a5e6a0b3f407a870b06b2f833a1d8c9 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 29 Aug 2022 06:47:01 +0000 Subject: [PATCH 4/4] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 560361f..24beda7 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,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.1~ynh1 +**Shipped version:** 1.0.2~ynh1 ## Disclaimers / important information diff --git a/README_fr.md b/README_fr.md index d9794b2..9b913cd 100644 --- a/README_fr.md +++ b/README_fr.md @@ -22,7 +22,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.1~ynh1 +**Version incluse :** 1.0.2~ynh1 ## Avertissements / informations importantes