From 096e55b26b43d8d66536e41c85a299d9b6bd1288 Mon Sep 17 00:00:00 2001 From: JimboJoe Date: Fri, 10 Mar 2017 22:01:34 +0100 Subject: [PATCH] Update to upstream version 1.0.40 (#41) --- README.markdown | 16 ++++++---------- conf/config.php | 10 ++++++++-- scripts/_common.sh | 2 +- 3 files changed, 15 insertions(+), 13 deletions(-) diff --git a/README.markdown b/README.markdown index 0d1d9b4..22c3fc4 100644 --- a/README.markdown +++ b/README.markdown @@ -33,7 +33,7 @@ From command line: Infos ----- -Kanboard v1.0.36 +Kanboard v1.0.40 Yunohost forum thread: @@ -42,25 +42,21 @@ Kanboard and SSOwat Kanboard use SSOwat for user authentification (it means it use the user that the web server (nginx) sent him throught SSOwat), but can't list all user of the system. If you wish to add a user, just log in with that user into Kanboard so the software knows him and displays it. -Developper infos +Developer infos ---------------- Please do your pull request to the dev branch. -Update package: -``` -wget http://kanboard.net/kanboard-latest.zip -unzip kanboard-latest.zip -rm -Rf sources -mv kanboard sources -``` -Then do a manual diff between `conf/config.php` and `sources/config.default.php` to see if there are new config options +Update package version in `scripts/_common.sh` + +Then do a manual diff between `conf/config.php` and `config.default.php` [from upstream Kanboard project](https://github.com/kanboard/kanboard/blob/master/config.default.php) to see if there are new config options Update readme with the new version Test it Test or upgrade to dev version: + ``` su - admin git clone -b dev https://github.com/YunoHost-Apps/kanboard_ynh diff --git a/conf/config.php b/conf/config.php index d0a427f..ffefc16 100644 --- a/conf/config.php +++ b/conf/config.php @@ -1,7 +1,7 @@