Skip to content

Commit

Permalink
2.12.0 (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rom1-B authored Oct 16, 2024
1 parent 24a625b commit ad66a44
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 16 deletions.
49 changes: 34 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,40 @@
Changelogs for Tag plugin
=========================
# Change Log

GLPI Tag 2.6.0
-------------------------------
All notable changes to this project will be documented in this file.

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

GLPI Tag 2.5.0
-------------------------------
## [2.12.0] - 2024-10-16

* Add right management - Please review plugin rights after update.
### Added

GLPI Tag 0.90-1.1 (2016)
-------------------------------
- Enable/disable a tag (#204)
- Allow to modify tag when itil object is closed

* First version only for 0.90 : this version check version 0.90 on install
* Important fix for datainjection : can use Tag and datainjection in the same GLPI
* Add support of datainjection : Can import Tags, with the fields : name, color in format #hex (#aaaaaa)
* Filter tags by type menu -> filter tags by itemtype(s)
* Few fixes foe 0.90
### Fixed

- Fix tag from cron

## [2.6.0]

### Added

- Show tags on Kanban view.

## [2.5.0]

### Added

- Add right management - Please review plugin rights after update.


## [0.90-1.1] - 2016

### Added

- First version only for 0.90 : this version check version 0.90 on install
- Important fix for datainjection : can use Tag and datainjection in the same GLPI
- Add support of datainjection : Can import Tags, with the fields : name, color in format #hex (#aaaaaa)
- Filter tags by type menu -> filter tags by itemtype(s)
- Few fixes foe 0.90
5 changes: 5 additions & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@
<author>TECLIB'</author>
</authors>
<versions>
<version>
<num>2.12.0</num>
<compatibility>~10.0.0</compatibility>
<download_url>https://github.com/pluginsGLPI/tag/releases/download/2.12.0/glpi-tag-2.12.0.tar.bz2</download_url>
</version>
<version>
<num>2.11.7</num>
<compatibility>~10.0.0</compatibility>
Expand Down
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

use Glpi\Plugin\Hooks;

define('PLUGIN_TAG_VERSION', '2.11.7');
define('PLUGIN_TAG_VERSION', '2.12.0');

// Minimal GLPI version, inclusive
define("PLUGIN_TAG_MIN_GLPI", "10.0.0");
Expand Down

0 comments on commit ad66a44

Please sign in to comment.