diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cdd8c0..3e10fc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [UNRELEASE] +## [1.0.4] - 2025-09-04 + ### Fixed - Fix foreign key constraint in SQL query. diff --git a/databaseinventory.xml b/databaseinventory.xml index a546450..d9a789f 100644 --- a/databaseinventory.xml +++ b/databaseinventory.xml @@ -26,6 +26,11 @@ ~11.0.0 https://github.com/pluginsGLPI/databaseinventory/releases/download/1.1.0-beta4/glpi-databaseinventory-1.1.0-beta4.tar.bz2 + + 1.0.4 + ~10.0.0 + https://github.com/pluginsGLPI/databaseinventory/releases/download/1.0.4/glpi-databaseinventory-1.0.4.tar.bz2 + 1.0.3 ~10.0.0 diff --git a/setup.php b/setup.php index ba85439..88b5d90 100644 --- a/setup.php +++ b/setup.php @@ -28,7 +28,7 @@ * ------------------------------------------------------------------------- */ -define('PLUGIN_DATABASEINVENTORY_VERSION', '1.0.3'); +define('PLUGIN_DATABASEINVENTORY_VERSION', '1.0.4'); // Minimal GLPI version, inclusive define('PLUGIN_DATABASEINVENTORY_MIN_GLPI', '10.0.0');