File tree Expand file tree Collapse file tree 3 files changed +17
-7
lines changed
Expand file tree Collapse file tree 3 files changed +17
-7
lines changed Original file line number Diff line number Diff line change @@ -5,27 +5,27 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8- [ UNRELEASED]
8+ ## [ 2.5.1] - 2025-10-07
9+
10+ Compatible with GLPI 11.0.x
911
1012### Fixed
1113
1214- Fix config page error on display
1315- Fix ` password ` value not saved
1416- Drop ` mssql_connect ` prerequisites
17+ - Fix option ``` verify_ssl_cert ``` not working for connections
1518
1619## [ 2.5.0] - 2025-10-01
1720
1821### Added
1922
2023- GLPI 11 compatibility
2124
22- ### Fixed
23-
24- - Fix option ``` verify_ssl_cert ``` not working for connections
25-
26-
2725## [ 2.4.4] - 2025-09-24
2826
27+ Compatible with GLPI 10.0.x
28+
2929### Added
3030
3131### Fixed
Original file line number Diff line number Diff line change @@ -47,11 +47,21 @@ Prerequisite :
4747 <author >TECLIB'</author >
4848 </authors >
4949 <versions >
50+ <version >
51+ <num >2.5.1</num >
52+ <compatibility >~11.0.0</compatibility >
53+ <download_url >https://github.com/pluginsGLPI/sccm/releases/download/2.5.1/glpi-sccm-2.5.1.tar.bz2</download_url >
54+ </version >
5055 <version >
5156 <num >2.5.0</num >
5257 <compatibility >~11.0.0</compatibility >
5358 <download_url >https://github.com/pluginsGLPI/sccm/releases/download/2.5.0/glpi-sccm-2.5.0.tar.bz2</download_url >
5459 </version >
60+ <version >
61+ <num >2.4.5</num >
62+ <compatibility >~10.0.11</compatibility >
63+ <download_url >https://github.com/pluginsGLPI/sccm/releases/download/2.4.5/glpi-sccm-2.4.5.tar.bz2</download_url >
64+ </version >
5565 <version >
5666 <num >2.4.4</num >
5767 <compatibility >~10.0.11</compatibility >
Original file line number Diff line number Diff line change 3131
3232use Glpi \Plugin \Hooks ;
3333
34- define ('PLUGIN_SCCM_VERSION ' , '2.5.0 ' );
34+ define ('PLUGIN_SCCM_VERSION ' , '2.5.1 ' );
3535define ("PLUGIN_SCCM_MIN_GLPI " , "11.0.00 " );
3636define ("PLUGIN_SCCM_MAX_GLPI " , "11.0.99 " );
3737
You can’t perform that action at this time.
0 commit comments