Skip to content

Commit 6e0cfe1

Browse files
authored
2.4.5 (#160)
* 2.4.5 * bump
1 parent a6e6fae commit 6e0cfe1

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

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

88
## [UNRELEASE]
99

10+
## [2.4.5] - 2025-10-07
11+
12+
Compatible with GLPI 10.0.x
13+
1014
### Fixed
1115

1216
- Fix option ```verify_ssl_cert``` not working for connections
1317

14-
1518
## [2.4.4] - 2025-09-24
1619

17-
### Added
20+
Compatible with GLPI 10.0.x
1821

1922
### Fixed
2023

sccm.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ Prerequisite :
5252
<compatibility>~11.0.0</compatibility>
5353
<download_url>https://github.com/pluginsGLPI/sccm/releases/download/2.5.0/glpi-sccm-2.5.0.tar.bz2</download_url>
5454
</version>
55+
<version>
56+
<num>2.4.5</num>
57+
<compatibility>~10.0.11</compatibility>
58+
<download_url>https://github.com/pluginsGLPI/sccm/releases/download/2.4.5/glpi-sccm-2.4.5.tar.bz2</download_url>
59+
</version>
5560
<version>
5661
<num>2.4.4</num>
5762
<compatibility>~10.0.11</compatibility>

setup.php

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

32-
define("PLUGIN_SCCM_VERSION", "2.4.4");
32+
define("PLUGIN_SCCM_VERSION", "2.4.5");
3333

3434
// Minimal GLPI version, inclusive
3535
define("PLUGIN_SCCM_MIN_GLPI", "10.0.11");

0 commit comments

Comments
 (0)