Skip to content

Commit

Permalink
Add 2.8.2 version definition
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Feb 21, 2022
1 parent 10d2bb8 commit 61b58e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@
<compatibility>~10.0.0</compatibility>
<download_url>https://github.com/pluginsGLPI/tag/releases/download/2.9.0-rc1/glpi-tag-2.9.0-rc1.tar.bz2</download_url>
</version>
<version>
<num>2.8.2</num>
<compatibility>~9.5.0</compatibility>
<download_url>https://github.com/pluginsGLPI/tag/releases/download/2.8.2/glpi-tag-2.8.2.tar.bz2</download_url>
</version>
<version>
<num>2.8.1</num>
<compatibility>~9.5.0</compatibility>
Expand Down
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* -------------------------------------------------------------------------
*/

define ('PLUGIN_TAG_VERSION', '2.8.1');
define ('PLUGIN_TAG_VERSION', '2.8.2');

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

0 comments on commit 61b58e5

Please sign in to comment.