Skip to content

Commit 48dce2c

Browse files
authored
prepare 1.0.4 (#78)
1 parent 8080f97 commit 48dce2c

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [UNRELEASE]
99

10+
## [1.0.4] - 2025-09-04
11+
1012
### Fixed
1113

1214
- Fix foreign key constraint in SQL query.

databaseinventory.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
<compatibility>~11.0.0</compatibility>
2727
<download_url>https://github.com/pluginsGLPI/databaseinventory/releases/download/1.1.0-beta4/glpi-databaseinventory-1.1.0-beta4.tar.bz2</download_url>
2828
</version>
29+
<version>
30+
<num>1.0.4</num>
31+
<compatibility>~10.0.0</compatibility>
32+
<download_url>https://github.com/pluginsGLPI/databaseinventory/releases/download/1.0.4/glpi-databaseinventory-1.0.4.tar.bz2</download_url>
33+
</version>
2934
<version>
3035
<num>1.0.3</num>
3136
<compatibility>~10.0.0</compatibility>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* -------------------------------------------------------------------------
2929
*/
3030

31-
define('PLUGIN_DATABASEINVENTORY_VERSION', '1.0.3');
31+
define('PLUGIN_DATABASEINVENTORY_VERSION', '1.0.4');
3232

3333
// Minimal GLPI version, inclusive
3434
define('PLUGIN_DATABASEINVENTORY_MIN_GLPI', '10.0.0');

0 commit comments

Comments
 (0)