From 53a886c7b02c900531bf3efc262750d6567949e7 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 29 Dec 2020 09:56:20 +0100 Subject: [PATCH] Upgrade to 1.2.18 --- README.md | 2 +- README_fr.md | 2 +- conf/app.src | 4 ++-- conf/nginx.conf | 2 +- manifest.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a8f685e..18f48c4 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to ## Overview Kanboard is a visual task manager that makes it easy to manage small projects in a collaborative way. The tool is particularly suitable for people who use the Kanban method. Kanboard can be seen as a (Simplified) alternative to the proprietary Trello software. Kanboard is a minimalist software, it focuses only on the features that are really necessary. The user interface is simple and clear. The tool is designed to run on a small machine such as a Raspberry Pi or a Virtual Private Server (VPS). There are no external dependencies, drag and drop of tasks uses the new HTML5 APIs. -**Shipped version:** 1.2.17 +**Shipped version:** 1.2.18 ## Screenshots diff --git a/README_fr.md b/README_fr.md index e5b5d6d..67db2dc 100644 --- a/README_fr.md +++ b/README_fr.md @@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install ## Vue d'ensemble Kanboard est un gestionnaire de tâches visuel qui permet de gérer facilement des petits projets de manière collaborative. L'outil est particulièrement adapté aux personnes qui utilisent la méthode Kanban. On peut voir Kanboard comme une alternative (simplifiée) au logiciel propriétaire Trello. Kanboard est un logiciel minimaliste, il se concentre uniquement sur les fonctionnalités réellement nécessaires. L'interface utilisateur est simple et clair. L'outil est prévu pour fonctionner sur une petite machine tel qu'un Raspberry Pi ou un serveur virtuel privé (VPS). Il n'y a aucune dépendance externe, le glisser-déposer des tâches utilise les nouvelles API de HTML5. -**Version incluse :** 1.2.17 +**Version incluse :** 1.2.18 ## Captures d'écran diff --git a/conf/app.src b/conf/app.src index a92ac97..37c3417 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/kanboard/kanboard/archive/v1.2.17.tar.gz -SOURCE_SUM=1f96d623afea0839d9f912e87a53e7c3fc47b457fe45d2b8c5ce01761f35e69f +SOURCE_URL=https://github.com/kanboard/kanboard/archive/v1.2.18.tar.gz +SOURCE_SUM=ec690b3da779264b9abf05f9da88894b355b01eedc8a6ffa4e29d6994d54fe6b SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/nginx.conf b/conf/nginx.conf index 81bdd36..ec85770 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -14,7 +14,7 @@ location __PATH__/ { try_files $uri $uri/ /index.php?$args; # Override CSP header to make SSOWAT user panel compatible with kanboard - more_set_headers 'Content-Security-Policy: default-src, self, unsafe-eval, data'; + more_set_headers Content-Security-Policy "default-src 'self'; unsafe-eval 'data'"; location __PATH__/(?:kanboard|config.php|config.default.php) { deny all; diff --git a/manifest.json b/manifest.json index 36d03d9..533908f 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.17~ynh1", + "version": "1.2.18~ynh1", "url": "https://kanboard.net/", "license": "MIT", "maintainer": {