Skip to content

Commit ad66a44

Browse files
authored
2.12.0 (#205)
1 parent 24a625b commit ad66a44

File tree

3 files changed

+40
-16
lines changed

3 files changed

+40
-16
lines changed

CHANGELOG.md

Lines changed: 34 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,40 @@
1-
Changelogs for Tag plugin
2-
=========================
1+
# Change Log
32

4-
GLPI Tag 2.6.0
5-
-------------------------------
3+
All notable changes to this project will be documented in this file.
64

7-
+ Show tags on Kanban view.
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6+
and this project adheres to [Semantic Versioning](http://semver.org/).
87

9-
GLPI Tag 2.5.0
10-
-------------------------------
8+
## [2.12.0] - 2024-10-16
119

12-
* Add right management - Please review plugin rights after update.
10+
### Added
1311

14-
GLPI Tag 0.90-1.1 (2016)
15-
-------------------------------
12+
- Enable/disable a tag (#204)
13+
- Allow to modify tag when itil object is closed
1614

17-
* First version only for 0.90 : this version check version 0.90 on install
18-
* Important fix for datainjection : can use Tag and datainjection in the same GLPI
19-
* Add support of datainjection : Can import Tags, with the fields : name, color in format #hex (#aaaaaa)
20-
* Filter tags by type menu -> filter tags by itemtype(s)
21-
* Few fixes foe 0.90
15+
### Fixed
16+
17+
- Fix tag from cron
18+
19+
## [2.6.0]
20+
21+
### Added
22+
23+
- Show tags on Kanban view.
24+
25+
## [2.5.0]
26+
27+
### Added
28+
29+
- Add right management - Please review plugin rights after update.
30+
31+
32+
## [0.90-1.1] - 2016
33+
34+
### Added
35+
36+
- First version only for 0.90 : this version check version 0.90 on install
37+
- Important fix for datainjection : can use Tag and datainjection in the same GLPI
38+
- Add support of datainjection : Can import Tags, with the fields : name, color in format #hex (#aaaaaa)
39+
- Filter tags by type menu -> filter tags by itemtype(s)
40+
- Few fixes foe 0.90

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.0</num>
38+
<compatibility>~10.0.0</compatibility>
39+
<download_url>https://github.com/pluginsGLPI/tag/releases/download/2.12.0/glpi-tag-2.12.0.tar.bz2</download_url>
40+
</version>
3641
<version>
3742
<num>2.11.7</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.11.7');
33+
define('PLUGIN_TAG_VERSION', '2.12.0');
3434

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

0 commit comments

Comments
 (0)