Skip to content
Merged

2.6.0 #178

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [UNRELEASED]

## [2.6.0] - 2026-05-26

### Added

- Handle multiple SCCM configuration
Expand Down
5 changes: 5 additions & 0 deletions sccm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ Prerequisite :
<author>TECLIB'</author>
</authors>
<versions>
<version>
<num>2.6.0</num>
<compatibility>~11.0.0</compatibility>
<download_url>https://github.com/pluginsGLPI/sccm/releases/download/2.6.0/glpi-sccm-2.6.0.tar.bz2</download_url>
</version>
<version>
<num>2.5.1</num>
<compatibility>~11.0.0</compatibility>
Expand Down
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
use Glpi\Plugin\Hooks;

/** @phpstan-ignore theCodingMachineSafe.function (safe to assume this isn't already defined) */
define('PLUGIN_SCCM_VERSION', '2.5.1');
define('PLUGIN_SCCM_VERSION', '2.6.0');
/** @phpstan-ignore theCodingMachineSafe.function (safe to assume this isn't already defined) */
define("PLUGIN_SCCM_MIN_GLPI", "11.0.00");
/** @phpstan-ignore theCodingMachineSafe.function (safe to assume this isn't already defined) */
Expand Down