diff --git a/README.md b/README.md index a45afa4..e71e8b0 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,8 @@ Kanboard is a free and open source Kanban project management software. - Super simple installation -**Shipped version:** 1.2.22~ynh1 +**Shipped version:** 1.2.22~ynh2 + **Demo:** https://demo.yunohost.org/kanboard/ diff --git a/README_fr.md b/README_fr.md index dbe147d..bd365c9 100644 --- a/README_fr.md +++ b/README_fr.md @@ -25,7 +25,8 @@ Kanboard est un logiciel de gestion de projet Kanban gratuit et open source. - Auto-hébergé -**Version incluse :** 1.2.22~ynh1 +**Version incluse :** 1.2.22~ynh2 + **Démo :** https://demo.yunohost.org/kanboard/ diff --git a/manifest.json b/manifest.json index e0947ca..b0dc8bc 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Kanban project management software", "fr": "Logiciel de gestion de projet Kanban" }, - "version": "1.2.22~ynh1", + "version": "1.2.22~ynh2", "url": "https://kanboard.net", "upstream": { "license": "MIT", @@ -22,7 +22,7 @@ "email": "" }, "requirements": { - "yunohost": ">= 4.3.0" + "yunohost": ">= 11.0.9" }, "previous_maintainers": [ { diff --git a/scripts/remove b/scripts/remove index 0ea5c65..d19cdf8 100644 --- a/scripts/remove +++ b/scripts/remove @@ -23,14 +23,6 @@ db_user=$db_name #================================================= # STANDARD REMOVE -#================================================= -# REMOVE DEPENDENCIES -#================================================= -ynh_script_progression --message="Removing dependencies..." --weight=9 - -# Remove metapackage and its dependencies -ynh_remove_app_dependencies - #================================================= # REMOVE THE MYSQL DATABASE #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 9446ae1..160af58 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -91,7 +91,7 @@ then ynh_script_progression --message="Upgrading source files..." --weight=3 # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$final_path" --keep="$final_path/data $final_path/config.php" + ynh_setup_source --dest_dir="$final_path" --keep="data config.php" fi mkdir -p $final_path/sessions/