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## [ UNRELEASED]
99
10+ ## [ 1.0.3] - 2025-09-04
11+
1012### Fixed
1113
1214- Prevent warnings for uninitialized fields during plugin first-time setup
Original file line number Diff line number Diff line change 3131 <compatibility >11.0.0</compatibility >
3232 <download_url >https://github.com/pluginsGLPI/centreon/releases/download/1.1.0-beta2/glpi-centreon-1.1.0-beta2.tar.bz2</download_url >
3333 </version >
34+ <version >
35+ <num >1.0.3</num >
36+ <compatibility >~10.0.0</compatibility >
37+ <download_url >https://github.com/pluginsGLPI/centreon/releases/download/1.0.3/glpi-centreon-1.0.3.tar.bz2</download_url >
38+ </version >
3439 <version >
3540 <num >1.0.2</num >
3641 <compatibility >~10.0.0</compatibility >
Original file line number Diff line number Diff line change 2828 * -------------------------------------------------------------------------
2929 */
3030
31- define ('PLUGIN_CENTREON_VERSION ' , '1.0.2 ' );
31+ define ('PLUGIN_CENTREON_VERSION ' , '1.0.3 ' );
3232
3333// Minimal GLPI version, inclusive
3434define ('PLUGIN_CENTREON_MIN_GLPI_VERSION ' , '10.0.0 ' );
You can’t perform that action at this time.
0 commit comments