|
1 |
| -Changelogs for Tag plugin |
2 |
| -========================= |
| 1 | +# Change Log |
3 | 2 |
|
4 |
| -GLPI Tag 2.6.0 |
5 |
| -------------------------------- |
| 3 | +All notable changes to this project will be documented in this file. |
6 | 4 |
|
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/). |
8 | 7 |
|
9 |
| -GLPI Tag 2.5.0 |
10 |
| -------------------------------- |
| 8 | +## [2.12.0] - 2024-10-16 |
11 | 9 |
|
12 |
| -* Add right management - Please review plugin rights after update. |
| 10 | +### Added |
13 | 11 |
|
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 |
16 | 14 |
|
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 |
0 commit comments