From: Patrick Canterino Date: Mon, 8 Sep 2025 10:09:50 +0000 (+0200) Subject: Begin a new release cycle X-Git-Url: https://git.p6c8.net/jirafeau/pcanterino.git/commitdiff_plain/844933292f936d7b4bdeb8b2467080a356261dba?hp=dcf7ec54255194932d15a8130a86f572ff9e21ee Begin a new release cycle --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 40a6241..9a4d6f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ 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`. diff --git a/lib/settings.php b/lib/settings.php index 5e8a13e..e015067 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.0'); +define('JIRAFEAU_VERSION', '4.7.x-dev'); define('JIRAFEAU_WEBSITE', 'https://gitlab.com/jirafeau/Jirafeau');