Skip to content

Commit 3cfa4b6

Browse files
authored
2.4.4 (#148)
1 parent 273e849 commit 3cfa4b6

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## [Unreleased]
8+
## [UNRELEASE]
9+
10+
## [2.4.4] - 2025-09-24
911

1012
### Added
1113

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-beta1/glpi-sccm-2.5.0-beta1.tar.bz2</download_url>
5454
</version>
55+
<version>
56+
<num>2.4.4</num>
57+
<compatibility>~10.0.11</compatibility>
58+
<download_url>https://github.com/pluginsGLPI/sccm/releases/download/2.4.4/glpi-sccm-2.4.4.tar.bz2</download_url>
59+
</version>
5560
<version>
5661
<num>2.4.3</num>
5762
<compatibility>~10.0.0</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.3");
32+
define("PLUGIN_SCCM_VERSION", "2.4.4");
3333

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

0 commit comments

Comments
 (0)