]> git.p6c8.net - jirafeau.git/commitdiff
Jirafeau version 4.5.0 4.5.0
authorJerome Jutteau <jerome@jutteau.fr>
Tue, 19 Jul 2022 11:17:43 +0000 (13:17 +0200)
committerJerome Jutteau <jerome@jutteau.fr>
Tue, 19 Jul 2022 11:17:54 +0000 (13:17 +0200)
closes #306

Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
CHANGELOG.md
lib/settings.php

index 8b33efd300b5d9c8ad5f548654cb604c7a563a83..4d78792f5bd051e74e884d161901d6f8cc889a6d 100644 (file)
@@ -21,6 +21,7 @@
 - Retry on more type of possible errors
 - Move docker image to PHP 8.1 
 - Print more error details in case of issue
 - Retry on more type of possible errors
 - Move docker image to PHP 8.1 
 - Print more error details in case of issue
+- Few more little fixes
 - IRC channel to discuss :)
 
 New configuration items:
 - IRC channel to discuss :)
 
 New configuration items:
index 2efc66acd7527aa9067593975f7014fd6a6a902a..e2173bde63c173fea3bea0440adc5cf68a46d43e 100644 (file)
@@ -41,7 +41,7 @@ if ($cfg['debug'] === true) {
 
 /* Jirafeau package */
 define('JIRAFEAU_PACKAGE', 'Jirafeau');
 
 /* Jirafeau package */
 define('JIRAFEAU_PACKAGE', 'Jirafeau');
-define('JIRAFEAU_VERSION', '4.4.0');
+define('JIRAFEAU_VERSION', '4.5.0');
 
 /* Directories. */
 define('VAR_FILES', $cfg['var_root'] . 'files/');
 
 /* Directories. */
 define('VAR_FILES', $cfg['var_root'] . 'files/');

patrick-canterino.de