]> git.p6c8.net - jirafeau/pcanterino.git/commitdiff
Begin a new release cycle next-release
authorPatrick Canterino <patrick@patrick-canterino.de>
Mon, 8 Sep 2025 10:09:50 +0000 (12:09 +0200)
committerPatrick Canterino <patrick@patrick-canterino.de>
Mon, 8 Sep 2025 10:09:50 +0000 (12:09 +0200)
CHANGELOG.md
lib/settings.php

index 40a62415d2a2af8f3cb2d598efb65eb258a6097d..9a4d6f380c1c678652cb6072c6d1f6ea66459221 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.0
 
 - Added feature for using shortened download links. This requires a web server that supports URL rewriting, like Apache with `mod_rewrite`.
 ## Version 4.7.0
 
 - Added feature for using shortened download links. This requires a web server that supports URL rewriting, like Apache with `mod_rewrite`.
index 5e8a13e9d6bb83de7cf3bbba23af6b8ef710984b..e015067bd45e9345de460ff77f6536e77478d0ac 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.0');
+define('JIRAFEAU_VERSION', '4.7.x-dev');
 
 define('JIRAFEAU_WEBSITE', 'https://gitlab.com/jirafeau/Jirafeau');
 
 
 define('JIRAFEAU_WEBSITE', 'https://gitlab.com/jirafeau/Jirafeau');
 

patrick-canterino.de