File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 3939use GlpiPlugin \Example \RuleTestCollection ;
4040use 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
4545define ('PLUGIN_EXAMPLE_MIN_GLPI ' , '11.0.0 ' );
You can’t perform that action at this time.
0 commit comments