diff --git a/README.md b/README.md index ce7cdd4..e750bc0 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ From command line: Infos ----- -Kanboard v1.2.0 +Kanboard v1.2.7 Yunohost forum thread: diff --git a/conf/app.src b/conf/app.src index 4649788..e6d6266 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,4 +1,4 @@ -SOURCE_URL=https://github.com/kanboard/kanboard/archive/v1.2.3.tar.gz -SOURCE_SUM=e0b013df560bf5f60a6f43bf5499e90ca6e793808e5e0fb48e86ef31a234d062 +SOURCE_URL=https://github.com/kanboard/kanboard/archive/v1.2.7.tar.gz +SOURCE_SUM=cee7aef1cc203796b99f8881f3f0870151c9aa4bce0a96c9e2ca9a5e54cd40f9 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz diff --git a/conf/config.php b/conf/config.php index 5269a5a..8b64a8a 100644 --- a/conf/config.php +++ b/conf/config.php @@ -13,7 +13,7 @@ define('LOG_DRIVER', ''); define('LOG_FILE', DATA_DIR.DIRECTORY_SEPARATOR.'debug.log'); // Plugins directory -define('PLUGINS_DIR', 'plugins'); +define('PLUGINS_DIR', __DIR__.DIRECTORY_SEPARATOR.'plugins'); // Plugins directory URL define('PLUGIN_API_URL', 'https://kanboard.net/plugins.json'); diff --git a/manifest.json b/manifest.json index 05ec499..568f7d3 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "description": { "en": "Kanboard is a simple visual task board web application" }, - "version": "1.2.3~ynh1", + "version": "1.2.7~ynh1", "url": "https://kanboard.net/", "license": "AGPL-3.0", "requirements": {