diff --git a/README.md b/README.md index 8af562a..78c789b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Kanboard is a free and open source Kanban project management software. - Drag and drop tasks to manage your project -**Shipped version:** 1.2.29~ynh1 +**Shipped version:** 1.2.30~ynh1 **Demo:** https://demo.yunohost.org/kanboard/ diff --git a/README_fr.md b/README_fr.md index 73d7711..4764e41 100644 --- a/README_fr.md +++ b/README_fr.md @@ -25,7 +25,7 @@ Kanboard est un logiciel de gestion de projet Kanban gratuit et open source. - Glisser et déposez des tâches pour gérer votre projet -**Version incluse :** 1.2.29~ynh1 +**Version incluse :** 1.2.30~ynh1 **Démo :** https://demo.yunohost.org/kanboard/ diff --git a/manifest.toml b/manifest.toml index 2e92227..a972ff8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Kanboard" description.en = "Kanban project management software" description.fr = "Logiciel de gestion de projet Kanban" -version = "1.2.29~ynh1" +version = "1.2.30~ynh1" maintainers = [] @@ -46,8 +46,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/kanboard/kanboard/archive/refs/tags/v1.2.29.tar.gz" - sha256 = "bd5a67e5054054be7a9d6ef6b75f2e5b813da5592d96c4dea0c8fff6b6e36451" + url = "https://github.com/kanboard/kanboard/archive/refs/tags/v1.2.30.tar.gz" + sha256 = "5a361d9d6a807a1ef59fdf355f7f46f621a98b5642225cba2b2fa4658168adc1" [resources.system_user] @@ -55,7 +55,6 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" - ics.url = "/?controller=ICalendarController" ics.show_tile = false ics.allowed = "visitors" diff --git a/scripts/upgrade b/scripts/upgrade index ffbc180..a1ebdd6 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -66,7 +66,6 @@ ynh_script_progression --message="Upgrading PHP-FPM configuration..." --weight=5 # Create a dedicated PHP-FPM config ynh_add_fpm_config --phpversion=$phpversion --usage=$fpm_usage --footprint=$fpm_footprint -#REMOVEME? phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) #================================================= # NGINX CONFIGURATION