From 87fa4bf64724c72e3a36babf5cf6a514c33a1763 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 22 Jan 2021 18:03:48 +0100 Subject: [PATCH] 11.1.0 --- README.md | 2 +- conf/app.src | 4 ++-- manifest.json | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3a62528..b887528 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to [Piwigo](http://piwigo.org) is a photo gallery software for the web, built by an active community of users and developers. Extensions make Piwigo easily customizable. -**Shipped version:** 11.0.0 +**Shipped version:** 11.1.0 ## Screenshots diff --git a/conf/app.src b/conf/app.src index b835557..0052594 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=http://piwigo.org/download/dlcounter.php?code=11.0.0 -SOURCE_SUM=c64b132d3796a29ffe06f2eb905053e371652fc4cc7201ae55077b00ec5d8d02 +SOURCE_URL=https://piwigo.org/download/dlcounter.php?code=11.1.0 +SOURCE_SUM=39b6fbe08e4fe69b6fc8083c4080adc13d9450d2df49c6199bed02a5d6d7c789 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 52aa053..1a5f662 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Open source photo gallery for the web", "fr": "Galerie de photos open source pour le web" }, - "version": "11.0.0~ynh0", + "version": "11.1.0~ynh0", "url": "http://piwigo.org", "license": "GPL-2.0", "maintainer": { @@ -20,7 +20,7 @@ "multi_instance": true, "services": [ "nginx", - "php7.0-fpm", + "php7.3-fpm", "mysql" ], "arguments": { @@ -69,7 +69,7 @@ "en": "Choose the application language", "fr": "Choisissez la langue de l'application" }, - "choices": ["fr", "en"], + "choices": ["de", "en", "es", "fr", "it", "pt"], "default": "en" } ]