From: Jerome Jutteau Date: Sat, 30 Apr 2022 18:53:54 +0000 (+0200) Subject: Jirafeau version 4.4.0 X-Git-Tag: 4.4.0 X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/commitdiff_plain/5058cbd048a108666d4078c692cb12ce96e521db Jirafeau version 4.4.0 closes #292 Signed-off-by: Jerome Jutteau --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 1892fef..4b0d917 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,20 @@ * If you have installed Jirafeau just by uploading files on your server, you can download the desired version, overwrite/remove all files and chown/chmod files if needed. Keep a backup of your local configuration file tough. 4. With you browser, go to your Jirafeau root page 5. Follow the installation wizard, it should propose you the same data folder or even update automatically -6. Check your ```/lib/config.local.php``` and compare it with the ```/lib/config.original.php``` to see if new configuration items are available +6. Check your `/lib/config.local.php` and compare it with the `/lib/config.original.php` to see if new configuration items are available + + +# version 4.4.0 + +- Add docker options +- Admin pannel can output informations for bug opening +- Fixes for PHP 8 +- Fix autocomplete field for passwords +- Fix file previewing +- Disallow file preview for image/svg+xml files +- Expiry after a fortnight (2 weeks) +- Typo and spelling mistakes +- Upgrade from 4.3.0: in-place upgrade # version 4.3.0 diff --git a/lib/settings.php b/lib/settings.php index bf562dd..2efc66a 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.3.0'); +define('JIRAFEAU_VERSION', '4.4.0'); /* Directories. */ define('VAR_FILES', $cfg['var_root'] . 'files/');