Jirafeau version 4.5.0

closes #306

Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
This commit is contained in:
Jerome Jutteau 2022-07-19 13:17:43 +02:00
parent 642220deed
commit 25e0f0eae6
2 changed files with 2 additions and 1 deletions

View 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
- Few more little fixes
- IRC channel to discuss :)
New configuration items:

View File

@ -41,7 +41,7 @@ if ($cfg['debug'] === true) {
/* 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/');