Skip to content

Commit 7604f08

Browse files
committed
2.11.0
1 parent 1f732a0 commit 7604f08

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

datainjection.xml

+2-12
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,9 @@
2929
</authors>
3030
<versions>
3131
<version>
32-
<num>2.11.0-rc3</num>
32+
<num>2.11.0</num>
3333
<compatibility>~10.0.0</compatibility>
34-
<download_url>https://github.com/pluginsGLPI/datainjection/releases/download/2.11.0-rc3/glpi-datainjection-2.11.0-rc3.tar.bz2</download_url>
35-
</version>
36-
<version>
37-
<num>2.11.0-rc2</num>
38-
<compatibility>~10.0.0</compatibility>
39-
<download_url>https://github.com/pluginsGLPI/datainjection/releases/download/2.11.0-rc2/glpi-datainjection-2.11.0-rc2.tar.bz2</download_url>
40-
</version>
41-
<version>
42-
<num>2.11.0-rc1</num>
43-
<compatibility>~10.0.0</compatibility>
44-
<download_url>https://github.com/pluginsGLPI/datainjection/releases/download/2.11.0-rc1/glpi-datainjection-2.11.0-rc1.tar.bz2</download_url>
34+
<download_url>https://github.com/pluginsGLPI/datainjection/releases/download/2.11.0/glpi-datainjection-2.11.0.tar.bz2</download_url>
4535
</version>
4636
<version>
4737
<num>2.10.2</num>

setup.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* -------------------------------------------------------------------------
2929
*/
3030

31-
define ('PLUGIN_DATAINJECTION_VERSION', '2.10.2');
31+
define ('PLUGIN_DATAINJECTION_VERSION', '2.11.0');
3232

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

0 commit comments

Comments
 (0)