From 433458945ca4b58916eecc368df822366aca8e84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 30 Jul 2021 13:52:25 +0200 Subject: [PATCH] Testing (#52) * 3.11.2 --- README.md | 2 +- README_fr.md | 2 +- conf/app.src | 4 ++-- conf/php-fpm.conf | 2 +- manifest.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a3e5e44..3d118bc 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Online learning platform -**Shipped version:** 3.11.0~ynh1 +**Shipped version:** 3.11.2~ynh1 **Demo:** https://sandbox.moodledemo.net/ diff --git a/README_fr.md b/README_fr.md index 9cc2494..e4c9a51 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Plateforme d'apprentissage en ligne -**Version incluse :** 3.11.0~ynh1 +**Version incluse :** 3.11.2~ynh1 **Démo :** https://sandbox.moodledemo.net/ diff --git a/conf/app.src b/conf/app.src index 75751b0..734f5be 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/moodle/moodle/archive/v3.11.1.zip -SOURCE_SUM=571f1a59ae6af515932618ba757e98aeae7b9d2c5b10931f9b5296b24b222dfe +SOURCE_URL=https://github.com/moodle/moodle/archive/v3.11.2.zip +SOURCE_SUM=b4ad9b8243ce55fc28d592dd43d734bf7949b6a10e8b936e2a85644c087012f8 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/conf/php-fpm.conf b/conf/php-fpm.conf index 84db00f..49f8800 100644 --- a/conf/php-fpm.conf +++ b/conf/php-fpm.conf @@ -421,7 +421,7 @@ chdir = __FINALPATH__ ; Common values to change to increase file upload limit php_admin_value[upload_max_filesize] = 1G php_admin_value[post_max_size] = 1G -php_value[max_input_vars] = 1G +php_value[max_input_vars] = 5000 ; php_admin_flag[mail.add_x_header] = Off ; Other common parameters diff --git a/manifest.json b/manifest.json index d54ce1e..74ccb14 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Online learning platform", "fr": "Plateforme d'apprentissage en ligne" }, - "version": "3.11.0~ynh1", + "version": "3.11.2~ynh1", "url": "https://moodle.org/", "upstream": { "license": "GPL-3.0-or-later",