From 25e0f0eae6e04346f02f3212ae95087b917a640c Mon Sep 17 00:00:00 2001 From: Jerome Jutteau Date: Tue, 19 Jul 2022 13:17:43 +0200 Subject: [PATCH] Jirafeau version 4.5.0 closes #306 Signed-off-by: Jerome Jutteau --- CHANGELOG.md | 1 + lib/settings.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b33efd..4d78792 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/lib/settings.php b/lib/settings.php index 2efc66a..e2173bd 100644 --- a/lib/settings.php +++ b/lib/settings.php @@ -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/'); -- 2.34.1