File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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
3535define ("PLUGIN_SCCM_MIN_GLPI " , "10.0.11 " );
You can’t perform that action at this time.
0 commit comments