Skip to content

Commit a266ecd

Browse files
flegasteloisRom1-B
andauthored
feat: bump version to 0.2.0 (#21)
* feat: bump version to 0.2.0 * Apply suggestions from code review Co-authored-by: Romain B. <[email protected]> --------- Co-authored-by: Romain B. <[email protected]>
1 parent 27b8fdb commit a266ecd

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [0.2.0] - 2025-12-03
11+
12+
### Feat
13+
14+
- Switch to community plugin
15+
1016
## [0.1.0] - 2025-01-06
1117

1218
### Feat

ldaptools.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ Effectue différents tests sur tous les annuaires LDAP déclarés dans GLPI :
5151
<author>Teclib'</author>
5252
</authors>
5353
<versions>
54+
<version>
55+
<num>0.2.0</num>
56+
<compatibility>~10.0.0</compatibility>
57+
<download_url>https://github.com/pluginsGLPI/ldaptools/releases/download/0.2.0/glpi-ldaptools-0.2.0.tar.bz2</download_url>
58+
</version>
5459
<version>
5560
<num>0.1.0</num>
5661
<compatibility>~9.5.0 | ~10.0.0</compatibility>

setup.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
* -------------------------------------------------------------------------
3030
*/
3131

32-
define('PLUGIN_LDAPTOOLS_VERSION', '0.1.0');
32+
define('PLUGIN_LDAPTOOLS_VERSION', '0.2.0');
3333

3434
// Minimal GLPI version, inclusive
3535
define('PLUGIN_LDAPTOOLS_MIN_GLPI', '10.0.0');
3636
// Maximum GLPI version, exclusive
37-
define('PLUGIN_LDAPTOOLS_MAX_GLPI', '11.0.0');
37+
define('PLUGIN_LDAPTOOLS_MAX_GLPI', '10.0.99');
3838

3939
define('PLUGIN_LDAPTOOLS_ROOT', Plugin::getPhpDir('ldaptools'));
4040

0 commit comments

Comments
 (0)