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 a350ea6 commit b5cb4adCopy full SHA for b5cb4ad
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.0] unreleased
+## [11.0.0] 2025-10-01
7
8
### Added
9
- Business Rules for Changes
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.0-rc5');
+define('GLPI_VERSION', '11.0.0');
44
45
$schema_file = sprintf('%s/install/mysql/glpi-empty.sql', GLPI_ROOT);
46
define(
0 commit comments