From 95a334fdfcd9f57cf2c5d6830d02c02dcb169377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 2 Oct 2022 10:31:24 +0200 Subject: [PATCH] Testing (#61) * Upgrade to version 2.1.6 (#56) * Upgrade to v2.1.6 * Auto-update README Co-authored-by: yunohost-bot Co-authored-by: yunohost-bot * Update nginx.conf * Upgrade to version 2.1.7 (#59) * Upgrade to v2.1.7 * Auto-update README Co-authored-by: yunohost-bot Co-authored-by: yunohost-bot * Auto-update README Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: yunohost-bot Co-authored-by: yunohost-bot --- README.md | 3 ++- README_fr.md | 3 ++- conf/app.src | 4 ++-- conf/nginx.conf | 2 +- manifest.json | 2 +- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 72e8317..b9e69fd 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,8 @@ Webtrees allows you to view and edit your genealogy on your website. It has full **Note:** Its better to upgrade from the Webtrees admin panel when new version arrives. -**Shipped version:** 2.1.6~ynh1 +**Shipped version:** 2.1.7~ynh1 *(:warning: This is the `testing` branch. The [`master` branch](https://github.com/YunoHost-Apps/webtrees_ynh/tree/master) used in the catalog is currently on version 2.1.6\~ynh1.)* + **Demo:** https://dev.webtrees.net/demo-stable/index.php?route=%2Fdemo-stable%2Ftree%2Fdemo diff --git a/README_fr.md b/README_fr.md index 700acb0..7593e8a 100644 --- a/README_fr.md +++ b/README_fr.md @@ -23,7 +23,8 @@ Webtrees allows you to view and edit your genealogy on your website. It has full **Note:** Its better to upgrade from the Webtrees admin panel when new version arrives. -**Version incluse :** 2.1.6~ynh1 +**Version incluse :** 2.1.7~ynh1 *(:warning: Il s'agit de la branche `testing`. La [branche `master`](https://github.com/YunoHost-Apps/webtrees_ynh/tree/master) utilisée dans le catalogue est actuellement en 2.1.6\~ynh1.)* + **Démo :** https://dev.webtrees.net/demo-stable/index.php?route=%2Fdemo-stable%2Ftree%2Fdemo diff --git a/conf/app.src b/conf/app.src index 2113ef7..9db7de5 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/fisharebest/webtrees/releases/download/2.1.6/webtrees-2.1.6.zip -SOURCE_SUM=a2c48e9e5bf25d655c3af645c5f5d9ca5d07e226dc35e0c70b770512d76c7820 +SOURCE_URL=https://github.com/fisharebest/webtrees/releases/download/2.1.7/webtrees-2.1.7.zip +SOURCE_SUM=47ac8c5ad92f177a3be39bf498419f910767fe790ff3ce1d29ed0f65780ac116 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/conf/nginx.conf b/conf/nginx.conf index ca740c7..c51750b 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -2,7 +2,7 @@ location __PATH__/ { # Path to source - alias __FINALPATH__/ ; + alias __FINALPATH__/; index index.php; diff --git a/manifest.json b/manifest.json index dbf37f4..58fb201 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Web-based genealogy application", "fr": "Logiciel libre de généalogie en ligne" }, - "version": "2.1.6~ynh1", + "version": "2.1.7~ynh1", "url": "https://www.webtrees.net", "upstream": { "license": "GPL-3.0-or-later",