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 35925b7 commit 8b075d5Copy full SHA for 8b075d5
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.5] unreleased
+## [11.0.5] 2026-01-28
7
8
### Added
9
- New schemas for network port instantiations in High-Level API v2.2.
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.5-dev');
+define('GLPI_VERSION', '11.0.5');
44
45
$schema_file = sprintf('%s/install/mysql/glpi-empty.sql', GLPI_ROOT);
46
define(
0 commit comments