File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 3030
3131use 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
3636define ("PLUGIN_TAG_MIN_GLPI " , "10.0.0 " );
You can’t perform that action at this time.
0 commit comments