Skip to content

Commit edda289

Browse files
stonebuzzRom1-B
andauthored
2.12.2 (#231)
* 2.12.2 * Update CHANGELOG.md Co-authored-by: Romain B. <8530352+Rom1-B@users.noreply.github.com> --------- Co-authored-by: Romain B. <8530352+Rom1-B@users.noreply.github.com>
1 parent d5b673e commit edda289

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGELOG.md

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

88
## [UNRELEASED]
99

10+
## [2.12.2] - 2025-02-19
11+
1012
### Fixed
1113

1214
- Apply `tag` based on rules in all cases (for example: the user is self-service)
15+
- Preventing the addition of tags to objects without creation rights
16+
- See tag only on active itemtypes
1317

1418
## [2.12.1] - 2024-10-24
1519

plugin.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@
3333
<author>TECLIB'</author>
3434
</authors>
3535
<versions>
36+
<version>
37+
<num>2.12.2</num>
38+
<compatibility>~10.0.0</compatibility>
39+
<download_url>https://github.com/pluginsGLPI/tag/releases/download/2.12.2/glpi-tag-2.12.2.tar.bz2</download_url>
40+
</version>
3641
<version>
3742
<num>2.12.1</num>
3843
<compatibility>~10.0.0</compatibility>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
use Glpi\Plugin\Hooks;
3232

33-
define('PLUGIN_TAG_VERSION', '2.12.1');
33+
define('PLUGIN_TAG_VERSION', '2.12.2');
3434

3535
// Minimal GLPI version, inclusive
3636
define("PLUGIN_TAG_MIN_GLPI", "10.0.0");

0 commit comments

Comments
 (0)