]> git.p6c8.net - jirafeau_project.git/commitdiff
Jirafeau version 4.4.0 4.4.0
authorJerome Jutteau <jerome@jutteau.fr>
Sat, 30 Apr 2022 18:53:54 +0000 (20:53 +0200)
committerJerome Jutteau <jerome@jutteau.fr>
Sat, 30 Apr 2022 18:54:22 +0000 (20:54 +0200)
closes #292

Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
CHANGELOG.md
lib/settings.php

index 1892fef6aebd06acde25069a5392212735c321fd..4b0d9179db08b4af629cf36b40aece7b96075e3c 100644 (file)
@@ -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
    * 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
 
 
 # version 4.3.0
 
index bf562dddf553aa45b8e0bc237647cc9fe0efa03c..2efc66acd7527aa9067593975f7014fd6a6a902a 100644 (file)
@@ -41,7 +41,7 @@ if ($cfg['debug'] === true) {
 
 /* Jirafeau package */
 define('JIRAFEAU_PACKAGE', 'Jirafeau');
 
 /* 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/');
 
 /* Directories. */
 define('VAR_FILES', $cfg['var_root'] . 'files/');

patrick-canterino.de