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/ 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", 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)