]> git.p6c8.net - jirafeau/pcanterino.git/commitdiff
Jirafeau 4.7.2 is ready master 4.7.2
authorPatrick Canterino <patrick@patrick-canterino.de>
Sat, 27 Jun 2026 08:56:22 +0000 (10:56 +0200)
committerPatrick Canterino <patrick@patrick-canterino.de>
Sat, 27 Jun 2026 08:56:22 +0000 (10:56 +0200)
CHANGELOG.md
lib/settings.php

index 341ed22e0cb8ac684883790bda28cf1f39b19d64..c03d0b51f0adcf3cd48587387861e176ab65ba8f 100644 (file)
 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.
 
 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.
 
 - 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
 - Upgrade from 4.7.1: in-place upgrade
 
 ## Version 4.7.1
index e015067bd45e9345de460ff77f6536e77478d0ac..5697c5455909f0141b583bafcd5e320675b21d11 100644 (file)
@@ -43,7 +43,7 @@ if ($cfg['debug'] === true) {
 
 /* Jirafeau package */
 define('JIRAFEAU_PACKAGE', 'Jirafeau');
 
 /* 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');
 
 
 define('JIRAFEAU_WEBSITE', 'https://gitlab.com/jirafeau/Jirafeau');
 

patrick-canterino.de