mirror of
https://github.com/YunoHost-Apps/webtrees_ynh.git
synced 2024-09-03 18:26:37 +02:00
Updated to version 1.7.12
This commit is contained in:
parent
3094f83e1c
commit
385ba29ab5
6 changed files with 5 additions and 17 deletions
|
@ -4,7 +4,7 @@
|
|||
**VERY IMPORTANT: There is a security fix in nginx. Please update as soon as posible regarless of any version you are on.**
|
||||
|
||||
Leading on-line collaborative genealogy application https://www.webtrees.net<br>
|
||||
version: **1.7.11**,released **11 Sept 2018**<br>,<br>
|
||||
version: **1.7.12**,released **8 Dec 2018**<br>,<br>
|
||||
|
||||
**Note:** Its better to upgrade from the Webtrees admin pannel when new version arrives. <br><br>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
SOURCE_URL=https://github.com/fisharebest/webtrees/releases/download/1.7.11/webtrees-1.7.11.zip
|
||||
SOURCE_SUM=a15becaee56d550d10771d8ca54a21ef
|
||||
SOURCE_SUM_PRG=md5sum
|
||||
SOURCE_URL=https://github.com/fisharebest/webtrees/releases/download/1.7.12/webtrees-1.7.12.zip
|
||||
SOURCE_SUM=570412bfb0af85356835497245b4abf5a4d21442e4ee9d885420476c7237fab2
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=true
|
||||
SOURCE_FILENAME=
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
; Common values to change to increase file upload limit
|
||||
; upload_max_filesize = 50M
|
||||
; post_max_size = 50M
|
||||
; mail.add_x_header = Off
|
||||
|
||||
; Other common parameters
|
||||
; max_execution_time = 600
|
||||
; max_input_time = 300
|
||||
; memory_limit = 256M
|
||||
; short_open_tag = On
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Webtrees is a free open source web-based genealogy application.",
|
||||
"fr": "Webtrees est un logiciel libre de généalogie en ligne."
|
||||
},
|
||||
"version":"1.7.10",
|
||||
"version":"1.7.12",
|
||||
"url": "https://www.webtrees.net",
|
||||
"license": "free",
|
||||
"maintainer": {
|
||||
|
|
|
@ -50,7 +50,6 @@ ynh_backup "/etc/nginx/conf.d/$domain.d/$app.conf"
|
|||
#=================================================
|
||||
|
||||
ynh_backup "/etc/php5/fpm/pool.d/$app.conf"
|
||||
ynh_backup "/etc/php5/fpm/conf.d/20-$app.ini"
|
||||
|
||||
#=================================================
|
||||
# BACKUP THE MYSQL DATABASE
|
||||
|
|
|
@ -87,7 +87,6 @@ ynh_mysql_connect_as $db_name $db_pwd $db_name < ./db.sql
|
|||
#=================================================
|
||||
|
||||
ynh_restore_file "/etc/php5/fpm/pool.d/$app.conf"
|
||||
ynh_restore_file "/etc/php5/fpm/conf.d/20-$app.ini"
|
||||
|
||||
#=================================================
|
||||
# GENERIC FINALIZATION
|
||||
|
|
Loading…
Reference in a new issue