]> git.p6c8.net - jirafeau_project.git/commitdiff
Jirafeau version 4.6.0 4.6.0
authorPatrick Canterino <patrick@patrick-canterino.de>
Sat, 6 Jul 2024 13:48:59 +0000 (15:48 +0200)
committerPatrick Canterino <patrick@patrick-canterino.de>
Sat, 6 Jul 2024 13:48:59 +0000 (15:48 +0200)
CHANGELOG.md
lib/settings.php

index 892d172970424502c3d4cc64097b1f08af78cb7d..c4e27de732ecafc1d7c80fafc142490f14eba0c9 100644 (file)
@@ -12,7 +12,7 @@
 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.6.0 (not yet released)
+## Version 4.6.0
 
 - New configuration options for allowing to require, check or generate file download passwords
 - Re-implemented server side encryption using PHP's `Sodium` extension (the formerly used `mcrypt` extension is deprecated)
index 2c2235a51501835c75c04f23033222bab126ffa9..22a2a5a570086a2afe14bdd0c8adf249e4cb8399 100644 (file)
@@ -41,7 +41,7 @@ if ($cfg['debug'] === true) {
 
 /* Jirafeau package */
 define('JIRAFEAU_PACKAGE', 'Jirafeau');
-define('JIRAFEAU_VERSION', '4.6.0-beta');
+define('JIRAFEAU_VERSION', '4.6.0');
 
 /* Directories. */
 define('VAR_FILES', $cfg['var_root'] . 'files/');

patrick-canterino.de