We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b75d541 commit 3f009b8Copy full SHA for 3f009b8
CHANGELOG.md
@@ -3,7 +3,7 @@
3
The present file will list all changes made to the project; according to the
4
[Keep a Changelog](http://keepachangelog.com/) project.
5
6
-## [11.0.1] unreleased
+## [11.0.1] 2025-10-09
7
8
### Added
9
src/autoload/constants.php
@@ -40,7 +40,7 @@
40
define('GLPI_ROOT', dirname(__DIR__, 2));
41
42
// Current version of GLPI
43
-define('GLPI_VERSION', '11.0.1-dev');
+define('GLPI_VERSION', '11.0.1');
44
45
$schema_file = sprintf('%s/install/mysql/glpi-empty.sql', GLPI_ROOT);
46
define(
0 commit comments