File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
3434define ('PLUGIN_DATABASEINVENTORY_MIN_GLPI ' , '10.0.0 ' );
You can’t perform that action at this time.
0 commit comments