Skip to content

Commit 4a0d3e4

Browse files
committed
2.8.0
1 parent 12f11d3 commit 4a0d3e4

2 files changed

Lines changed: 3 additions & 13 deletions

File tree

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* -------------------------------------------------------------------------
2929
*/
3030

31-
define ('PLUGIN_UNINSTALL_VERSION', '2.7.3');
31+
define ('PLUGIN_UNINSTALL_VERSION', '2.8.0');
3232

3333
// Minimal GLPI version, inclusive
3434
define("PLUGIN_UNINSTALL_MIN_GLPI", "10.0.0");

uninstall.xml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,9 @@
2626
</authors>
2727
<versions>
2828
<version>
29-
<num>2.8.0-rc3</num>
29+
<num>2.8.0</num>
3030
<compatibility>~10.0.0</compatibility>
31-
<download_url>https://github.com/pluginsGLPI/uninstall/releases/download/2.8.0-rc3/glpi-uninstall-2.8.0-rc3.tar.bz2</download_url>
32-
</version>
33-
<version>
34-
<num>2.8.0-rc2</num>
35-
<compatibility>~10.0.0</compatibility>
36-
<download_url>https://github.com/pluginsGLPI/uninstall/releases/download/2.8.0-rc2/glpi-uninstall-2.8.0-rc2.tar.bz2</download_url>
37-
</version>
38-
<version>
39-
<num>2.8.0-rc1</num>
40-
<compatibility>~10.0.0</compatibility>
41-
<download_url>https://github.com/pluginsGLPI/uninstall/releases/download/2.8.0-rc1/glpi-uninstall-2.8.0-rc1.tar.bz2</download_url>
31+
<download_url>https://github.com/pluginsGLPI/uninstall/releases/download/2.8.0/glpi-uninstall-2.8.0.tar.bz2</download_url>
4232
</version>
4333
<version>
4434
<num>2.7.3</num>

0 commit comments

Comments
 (0)