diff --git a/README.md b/README.md index 3ad4412..f706a7d 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Matomo is the leading Free/Libre open analytics platform. At the end of the five Matomo aims to be a Free software alternative to Google Analytics and is already used on more than 1,400,000 websites. Privacy is built-in! -**Shipped version:** 5.0.0~ynh1 +**Shipped version:** 5.0.0~ynh2 **Demo:** https://demo.matomo.org diff --git a/README_fr.md b/README_fr.md index d687636..fad161e 100644 --- a/README_fr.md +++ b/README_fr.md @@ -20,7 +20,7 @@ Matomo est la principale plateforme d'analyse ouverte Free/Libre. À la fin du p Matomo se veut une alternative logicielle gratuite à Google Analytics et est déjà utilisé sur plus de 1 400 000 sites Web. La confidentialité est intégrée ! -**Version incluse :** 5.0.0~ynh1 +**Version incluse :** 5.0.0~ynh2 **Démo :** https://demo.matomo.org diff --git a/manifest.toml b/manifest.toml index f604fde..05f8e73 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Matomo" description.en = "Analytics platform for measuring Web statistics" description.fr = "Plateforme d'analyse de mesure de statistiques Web" -version = "5.0.0~ynh1" +version = "5.0.0~ynh2" maintainers = ["eric_G"] diff --git a/scripts/upgrade b/scripts/upgrade index de450cf..342fa49 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -30,7 +30,7 @@ then ynh_setup_source --dest_dir="$install_dir" else # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$install_dir" --keep="config/config.ini.php" + ynh_setup_source --dest_dir="$install_dir" --keep="config/config.ini.php" --full_replace=1 chown -R $app:www-data "$install_dir" ynh_exec_as $app php${phpversion} $install_dir/console core:update -n