From 13b2c3e0ba6e6a114bfbe4df346b18b87ef52ff6 Mon Sep 17 00:00:00 2001 From: Jerome Jutteau Date: Wed, 14 Jun 2017 11:26:06 +0000 Subject: [PATCH] Jirafeau version 3.2.1 Signed-off-by: Jerome Jutteau --- README.md | 9 +++++++++ lib/settings.php | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 287fa76..5750e48 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,11 @@ Installation steps: 1. No special change to upgrade to 3.2.0 +### From version 3.2.0 to 3.2.1 + +1. No special change to upgrade to 3.2.1 + + ### Troubleshooting If you have some troubles, consider the following cases @@ -389,3 +394,7 @@ The very first version of Jirafeau after the fork of Jyraphe. - Update translations from Update translations from weblate - Better style - Fix regression on admin password setting + +## Version 3.2.1 + +- fix download view after an upload diff --git a/lib/settings.php b/lib/settings.php index 2c30ed4..3f7094c 100644 --- a/lib/settings.php +++ b/lib/settings.php @@ -33,7 +33,7 @@ if (file_exists(JIRAFEAU_ROOT . 'lib/config.local.php')) { /* Jirafeau package */ define('JIRAFEAU_PACKAGE', 'Jirafeau'); -define('JIRAFEAU_VERSION', '3.2.0'); +define('JIRAFEAU_VERSION', '3.2.1'); /* Directories. */ define('VAR_FILES', $cfg['var_root'] . 'files/'); -- 2.34.1