]> git.p6c8.net - jirafeau_project.git/commitdiff
Jirafeau version 3.2.0 3.2.0
authorJerome Jutteau <j.jutteau@gmail.com>
Tue, 2 May 2017 20:28:56 +0000 (20:28 +0000)
committerJerome Jutteau <j.jutteau@gmail.com>
Tue, 2 May 2017 20:28:56 +0000 (20:28 +0000)
Signed-off-by: Jerome Jutteau <j.jutteau@gmail.com>
README.md
lib/settings.php

index 461a3f9a11da982ed7f9eae17169b7c20bbefa43..287fa7623ac7fa6493db03dcf65da62b87031200 100644 (file)
--- a/README.md
+++ b/README.md
@@ -98,10 +98,14 @@ Installation steps:
 
 1. No special change to upgrade to 3.0.0
 
-### From version 2.0.0 to 3.1.0
+### From version 3.0.0 to 3.1.0
 
 1. No special change to upgrade to 3.1.0
 
+### From version 3.1.0 to 3.2.0
+
+1. No special change to upgrade to 3.2.0
+
 ### Troubleshooting
 
 If you have some troubles, consider the following cases
@@ -379,3 +383,9 @@ The very first version of Jirafeau after the fork of Jyraphe.
 
 - Fix regression on user authentication (see #113)
 - Some cosmetic change
+
+## Version 3.2.0
+
+- Update translations from Update translations from weblate
+- Better style
+- Fix regression on admin password setting
index 6f169405b860e2954dde071c57f70da4e6e2d509..2c30ed4992cfae757057b051e7898b1acf62cda3 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.1.0');
+define('JIRAFEAU_VERSION', '3.2.0');
 
 /* Directories. */
 define('VAR_FILES', $cfg['var_root'] . 'files/');

patrick-canterino.de