mirror of
https://github.com/YunoHost-Apps/webtrees_ynh.git
synced 2024-09-03 18:26:37 +02:00
Testing (#46)
* 2.0.14 (#24) * 2.0.14 * Update install * Upgrade to 2.0.15 (#26) * Upgrade to 2.0.15 * Update README.md * Upgrade to 2.0.16 * [autopatch] Update issue and PR templates * Attempt to fix the stupid encoding issue in LICENSE, breaking the linter * Add php7.3-zip * cleaning (#32) * Update install * Update restore * fix linter * 2.0.17 (#36) * 2.0.17 * Fix * 2.0.19 (#38) * 2.0.19 * 2.0.21 (#40) * 2.0.21 * Auto-update README Co-authored-by: yunohost-bot <yunohost@yunohost.org> * 2.0.23 * Auto-update README * 2.1.0 * Auto-update README * Update _common.sh * 2.1.1 * Auto-update README * Update _common.sh * Create updater.sh * Update updater.sh * Add change_url * Update check_process * Update upgrade * Update manifest.json * Auto-update README * Upgrade to version 2.1.2 (#45) * Upgrade to v2.1.2 * Auto-update README Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: Yunohost-Bot <> Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org> Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com>
This commit is contained in:
parent
1e45d98f71
commit
1c9c8e66ce
4 changed files with 9 additions and 8 deletions
|
@ -23,7 +23,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.1.1~ynh2
|
||||
**Shipped version:** 2.1.2~ynh1
|
||||
|
||||
**Demo:** https://dev.webtrees.net/demo-stable/index.php?route=%2Fdemo-stable%2Ftree%2Fdemo
|
||||
|
||||
|
|
|
@ -19,7 +19,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.
|
||||
|
||||
|
||||
**Version incluse :** 2.1.1~ynh2
|
||||
**Version incluse :** 2.1.2~ynh1
|
||||
|
||||
**Démo :** https://dev.webtrees.net/demo-stable/index.php?route=%2Fdemo-stable%2Ftree%2Fdemo
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
SOURCE_URL=https://github.com/fisharebest/webtrees/releases/download/2.1.1/webtrees-2.1.1.zip
|
||||
SOURCE_SUM=f09551e5bf888ab65ee6c29951f756d4295e09af336a2f5f44d6f349f300d11e
|
||||
SOURCE_URL=https://github.com/fisharebest/webtrees/releases/download/2.1.2/webtrees-2.1.2.zip
|
||||
SOURCE_SUM=9301711eae5daaf07cb4ec1ac88d65841d602aba53ae414c0fdac5d1cc8a011b
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=true
|
||||
SOURCE_FILENAME=
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Web-based genealogy application",
|
||||
"fr": "Logiciel libre de généalogie en ligne"
|
||||
},
|
||||
"version":"2.1.1~ynh2",
|
||||
"version": "2.1.2~ynh1",
|
||||
"url": "https://www.webtrees.net",
|
||||
"upstream": {
|
||||
"license": "GPL-3.0-or-later",
|
||||
|
@ -30,7 +30,7 @@
|
|||
"mysql"
|
||||
],
|
||||
"arguments": {
|
||||
"install" : [
|
||||
"install": [
|
||||
{
|
||||
"name": "domain",
|
||||
"type": "domain"
|
||||
|
@ -72,8 +72,8 @@
|
|||
"name": "is_public",
|
||||
"type": "boolean",
|
||||
"help": {
|
||||
"en": "If checked, Webtrees will be public",
|
||||
"fr": "Si cochée, Webtrees sera publique"
|
||||
"en": "If checked, Webtrees will be public",
|
||||
"fr": "Si cochée, Webtrees sera publique"
|
||||
},
|
||||
"default": true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue