From: Patrick Canterino Date: Sat, 27 Jun 2026 08:56:22 +0000 (+0200) Subject: Jirafeau 4.7.2 is ready X-Git-Tag: 4.7.2 X-Git-Url: https://git.p6c8.net/jirafeau/jirafeau.git/commitdiff_plain/777206b9551fce4b7686bf29c25bd6cd73c79bab?ds=inline Jirafeau 4.7.2 is ready --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 341ed22..c03d0b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,13 +12,13 @@ 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. If a new item is missing in your `config.local.php`, this may trigger some errors as Jirafeau may expect to have them. -## Version 4.7.x (not yet released) +## Version 4.7.2 - Added a button for showing the download password before uploading the file - Favicon was missing in the `modern` theme - Download passwords are now stored as SHA256 hashes - Downloading encrypted files uploaded using "classic upload" (using just plain HTTP POST without the HTML5 file API) could not be downloaded. This was caused by not correctly marking the files as encrypted. -- ... +- Few more little fixes - Upgrade from 4.7.1: in-place upgrade ## Version 4.7.1 diff --git a/lib/settings.php b/lib/settings.php index e015067..5697c54 100644 --- a/lib/settings.php +++ b/lib/settings.php @@ -43,7 +43,7 @@ if ($cfg['debug'] === true) { /* Jirafeau package */ define('JIRAFEAU_PACKAGE', 'Jirafeau'); -define('JIRAFEAU_VERSION', '4.7.x-dev'); +define('JIRAFEAU_VERSION', '4.7.2'); define('JIRAFEAU_WEBSITE', 'https://gitlab.com/jirafeau/Jirafeau');