]> git.p6c8.net - jirafeau_project.git/commitdiff
Jirafeau version 3.2.1 3.2.1
authorJerome Jutteau <j.jutteau@gmail.com>
Wed, 14 Jun 2017 11:26:06 +0000 (11:26 +0000)
committerJerome Jutteau <j.jutteau@gmail.com>
Wed, 14 Jun 2017 11:26:06 +0000 (11:26 +0000)
Signed-off-by: Jerome Jutteau <j.jutteau@gmail.com>
README.md
lib/settings.php

index 287fa7623ac7fa6493db03dcf65da62b87031200..5750e4812e788bcd4534ee464041292a539d8c30 100644 (file)
--- 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
index 2c30ed4992cfae757057b051e7898b1acf62cda3..3f7094c766a426df132bc9f50d7db95530a2480f 100644 (file)
@@ -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/');

patrick-canterino.de