From 8d5a7da3752bff374cc7ea1f207dba8dfefea787 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 28 Jan 2023 08:20:25 +0100 Subject: [PATCH 1/3] Update upgrade --- scripts/upgrade | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/upgrade b/scripts/upgrade index 7a9d279..77538a0 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -19,6 +19,7 @@ app=$YNH_APP_INSTANCE_NAME domain=$(ynh_app_setting_get --app=$app --key=domain) path_url=$(ynh_app_setting_get --app=$app --key=path) final_path=$(ynh_app_setting_get --app=$app --key=final_path) +phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) fpm_footprint=$(ynh_app_setting_get --app=$app --key=fpm_footprint) fpm_free_footprint=$(ynh_app_setting_get --app=$app --key=fpm_free_footprint) From 6c1afff77be5243cd1e3dd1dd524204d1ed79794 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 28 Jan 2023 08:21:28 +0100 Subject: [PATCH 2/3] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 75571d5..76e7764 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Improved File Manager", "fr": "Gestionnaire de fichiers amélioré" }, - "version": "4.0.0~ynh2", + "version": "4.0.0~ynh3", "url": "https://github.com/misterunknown/ifm", "upstream": { "license": "MIT", From efe506db670bd4aef56c2aa3d6ce67e1d1d5783d Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 28 Jan 2023 07:21:32 +0000 Subject: [PATCH 3/3] 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 8408f47..4a1bd33 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ The IFM is a web-based filemanager, which comes as a single file solution using - simple authentication (LDAP via `ldap_bind` possible) -**Shipped version:** 4.0.0~ynh2 +**Shipped version:** 4.0.0~ynh3 **Demo:** https://ifmdemo.gitea.de/ diff --git a/README_fr.md b/README_fr.md index 54dd3cf..90f36ce 100644 --- a/README_fr.md +++ b/README_fr.md @@ -28,7 +28,7 @@ L'IFM est un gestionnaire de fichiers basé sur le Web, qui se présente sous la - aperçu de l'image - authentification simple (LDAP via `ldap_bind` possible) -**Version incluse :** 4.0.0~ynh2 +**Version incluse :** 4.0.0~ynh3 **Démo :** https://ifmdemo.gitea.de/