diff --git a/README.md b/README.md
index 403eebe..989dd48 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ 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.0.7, released **27 July 2020**
+**Shipped version:** 2.0.9
## Demo
diff --git a/check_process b/check_process
index 8dfb4dd..ffe783e 100644
--- a/check_process
+++ b/check_process
@@ -25,18 +25,7 @@
port_already_use=0
change_url=0
;;; Levels
- Level 1=auto
- Level 2=auto
- Level 3=auto
-# Level 4: If the app supports LDAP and SSOwat, turn level 4 to '1' and add a link to an issue or a part of your code to show it.
-# If the app does not use LDAP nor SSOwat, and can't use them, turn level 4 to 'na' and explain as well.
- Level 4=0 # Not supported by the core app yet
Level 5=auto
- Level 6=auto
- Level 7=auto
- Level 8=0
- Level 9=0
- Level 10=0
;;; Options
Email=anmol@datamol.org
Notification=change
diff --git a/conf/app.src b/conf/app.src
index 58c13ec..290ae55 100644
--- a/conf/app.src
+++ b/conf/app.src
@@ -1,6 +1,7 @@
-SOURCE_URL=https://github.com/fisharebest/webtrees/archive/2.0.7.tar.gz
-SOURCE_SUM=4c309b0bbe1d20b1080c36e13dc7441f27987d74f766a52cebaf4487c2dd1b9f
+SOURCE_URL=https://github.com/fisharebest/webtrees/releases/download/2.0.9/webtrees-2.0.9.zip
+SOURCE_SUM=65d8e51706f91ea9e376bad8a0d2bf48c9c15bf399bf2e4874392b12dba30cf8
SOURCE_SUM_PRG=sha256sum
-SOURCE_FORMAT=tar.gz
+SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=true
SOURCE_FILENAME=
+
diff --git a/conf/nginx.conf b/conf/nginx.conf
index f38409f..1b31226 100644
--- a/conf/nginx.conf
+++ b/conf/nginx.conf
@@ -9,7 +9,6 @@ location __PATH__/ {
rewrite ^ https://$server_name$request_uri? permanent;
}
-### Example PHP configuration (remove it if not used)
index index.php;
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
@@ -26,7 +25,6 @@ location __PATH__/ {
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_param SCRIPT_FILENAME $request_filename;
}
-### End of PHP configuration part
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
diff --git a/issue_template.md b/issue_template.md
index 452161c..54280a6 100644
--- a/issue_template.md
+++ b/issue_template.md
@@ -7,8 +7,8 @@ about: Create a report to help us debug, it would be nice to fill the template a
**How to post a meaningful bug report**
1. *Read this whole template first.*
2. *Determine if you are on the right place:*
- - *If you were performing an action on the app from the webadmin or the CLI (install, update, backup, restore, change url...), you are on the right place!*
- - *Otherwise, the issue may be due to REPLACEBYYOURAPP itself. Refer to its documentation or repository for help.*
+ - *If you were performing an action on the app from the webadmin or the CLI (install, update, backup, restore, change_url...), you are on the right place!*
+ - *Otherwise, the issue may be due to Webtrees itself. Refer to its documentation or repository for help.*
- *If you have a doubt, post here, we will figure it out together.*
3. *Delete the italic comments as you write over them below, and remove this guide.*
---
@@ -29,7 +29,7 @@ about: Create a report to help us debug, it would be nice to fill the template a
*Steps to reproduce the behavior.*
- *If you performed a command from the CLI, the command itself is enough. For example:*
```sh
- sudo yunohost app install Webtrees
+ sudo yunohost app install webtrees
```
- *If you used the webadmin, please perform the equivalent command from the CLI first.*
- *If the error occurs in your browser, explain what you did:*
diff --git a/manifest.json b/manifest.json
index 8341c03..8d48726 100644
--- a/manifest.json
+++ b/manifest.json
@@ -6,7 +6,7 @@
"en": "This app is a free open source web-based genealogy application.",
"fr": "Cette application est un logiciel libre de généalogie en ligne."
},
- "version":"2.0.7~ynh1",
+ "version":"2.0.9~ynh1",
"url": "https://www.webtrees.net",
"license": "GPL-3.0-or-later",
"maintainer": {