Skip to content

Commit 925b548

Browse files
committed
release GLPI 11.0
1 parent 8d13f70 commit 925b548

3 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6+
and this project adheres to [Semantic Versioning](http://semver.org/).
7+
8+
## [0.1.0] - 2025-09-30
9+
10+
### Added
11+
12+
- GLPI 11 compatibility

example.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
<author>Indepnet</author>
2525
</authors>
2626
<versions>
27+
<version>
28+
<num>0.1.0</num>
29+
<compatibility>~11.0.0</compatibility>
30+
</version>
2731
<version>
2832
<num>0.0.1</num>
2933
<compatibility>~10.0.0</compatibility>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
use GlpiPlugin\Example\RuleTestCollection;
4040
use GlpiPlugin\Example\Showtabitem;
4141

42-
define('PLUGIN_EXAMPLE_VERSION', '0.0.1');
42+
define('PLUGIN_EXAMPLE_VERSION', '0.1.0');
4343

4444
// Minimal GLPI version, inclusive
4545
define('PLUGIN_EXAMPLE_MIN_GLPI', '11.0.0');

0 commit comments

Comments
 (0)