From: Patrick Canterino Date: Tue, 4 Mar 2025 14:31:23 +0000 (+0100) Subject: Jirafeau 4.6.2 is ready X-Git-Tag: 4.6.2^2 X-Git-Url: https://git.p6c8.net/jirafeau.git/commitdiff_plain/b15d9743d761b176c8d522f3259017c093c5f382?hp=-c Jirafeau 4.6.2 is ready --- b15d9743d761b176c8d522f3259017c093c5f382 diff --git a/CHANGELOG.md b/CHANGELOG.md index 40cdc5a..944d835 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.2 (not yet released) +## Version 4.6.2 - Allow to configure the language and the availabilities for files for a Docker container (issue [#20](https://gitlab.com/jirafeau/Jirafeau/-/issues/20)) - Added an example `docker-compose.yaml` file for configuring the Docker container diff --git a/lib/settings.php b/lib/settings.php index cbdfaff..791404e 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.6.x-dev'); +define('JIRAFEAU_VERSION', '4.6.2'); define('JIRAFEAU_WEBSITE', 'https://gitlab.com/jirafeau/Jirafeau');