mirror of
https://gitlab.com/mojo42/Jirafeau.git
synced 2025-01-16 20:38:29 +01:00
Jirafeau version 4.5.0
closes #306 Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
This commit is contained in:
parent
642220deed
commit
25e0f0eae6
@ -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:
|
||||
|
@ -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/');
|
||||
|
Loading…
x
Reference in New Issue
Block a user