]> git.p6c8.net - jirafeau_project.git/commitdiff
Jirafeau 4.6.2 is ready
authorPatrick Canterino <patrick@patrick-canterino.de>
Tue, 4 Mar 2025 14:31:23 +0000 (15:31 +0100)
committerPatrick Canterino <patrick@patrick-canterino.de>
Tue, 4 Mar 2025 14:31:23 +0000 (15:31 +0100)
CHANGELOG.md
lib/settings.php

index 40cdc5a2f7ae7a3e6249aa690ffe008e6bb6b68a..944d8355f3c762ad01f87237c4d266db17755588 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.
 
 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
 
 - 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
index cbdfaff47097ab6dc6d59c09ab5654e09d3bcf9c..791404ecbddc25ef74ad388c5f60a4edcf79d607 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.6.x-dev');
+define('JIRAFEAU_VERSION', '4.6.2');
 
 define('JIRAFEAU_WEBSITE', 'https://gitlab.com/jirafeau/Jirafeau');
 
 
 define('JIRAFEAU_WEBSITE', 'https://gitlab.com/jirafeau/Jirafeau');
 

patrick-canterino.de