Skip to content

Commit 71869c9

Browse files
authored
prepare 1.0.3 (#62)
1 parent 881114d commit 71869c9

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
## [UNRELEASED]
99

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

1214
- Prevent warnings for uninitialized fields during plugin first-time setup

centreon.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
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>

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_CENTREON_VERSION', '1.0.2');
31+
define('PLUGIN_CENTREON_VERSION', '1.0.3');
3232

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

0 commit comments

Comments
 (0)