Skip to content

Commit

Permalink
2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Apr 20, 2022
1 parent ff9a12e commit e11cea4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,9 @@
</authors>
<versions>
<version>
<num>2.5.0-rc2</num>
<num>2.5.0</num>
<compatibility>~10.0.0</compatibility>
<download_url>https:/pluginsGLPI/useditemsexport/releases/download/2.5.0-rc2/glpi-useditemsexport-2.5.0-rc2.tar.bz2</download_url>
</version>
<version>
<num>2.5.0-rc1</num>
<compatibility>~10.0.0</compatibility>
<download_url>https:/pluginsGLPI/useditemsexport/releases/download/2.5.0-rc1/glpi-useditemsexport-2.5.0-rc1.tar.bz2</download_url>
<download_url>https:/pluginsGLPI/useditemsexport/releases/download/2.5.0/glpi-useditemsexport-2.5.0.tar.bz2</download_url>
</version>
<version>
<num>2.4.0</num>
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 @@
*/

// Plugin version
define("PLUGIN_USEDITEMSEXPORT_VERSION", "2.4.0");
define("PLUGIN_USEDITEMSEXPORT_VERSION", "2.5.0");

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

0 comments on commit e11cea4

Please sign in to comment.