Skip to content

Commit 15d1dc7

Browse files
committed
Add 2.11.0 version definition
1 parent 0b60e9b commit 15d1dc7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

genericobject.xml

+5
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
<author>Walid Nouh</author>
2525
</authors>
2626
<versions>
27+
<version>
28+
<num>2.11.0</num>
29+
<compatibility>~9.5.0</compatibility>
30+
<download_url>https://github.com/pluginsGLPI/genericobject/releases/download/2.11.0/glpi-genericobject-2.11.0.tar.bz2</download_url>
31+
</version>
2732
<version>
2833
<num>2.10.1</num>
2934
<compatibility>~9.5.0</compatibility>

setup.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
----------------------------------------------------------------------
3636
*/
3737

38-
define ('PLUGIN_GENERICOBJECT_VERSION', '2.10.1');
38+
define ('PLUGIN_GENERICOBJECT_VERSION', '2.11.0');
3939

4040
// Minimal GLPI version, inclusive
4141
define("PLUGIN_GENERICOBJECT_MIN_GLPI", "9.5");

0 commit comments

Comments
 (0)