We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 559e855 commit 499e6a3Copy full SHA for 499e6a3
datainjection.xml
@@ -28,6 +28,11 @@
28
<author>Xavier Caillaud</author>
29
</authors>
30
<versions>
31
+ <version>
32
+ <num>2.13.4</num>
33
+ <compatibility>~10.0.0</compatibility>
34
+ <download_url>https://github.com/pluginsGLPI/datainjection/releases/download/2.13.4/glpi-datainjection-2.13.4.tar.bz2</download_url>
35
+ </version>
36
<version>
37
<num>2.13.3</num>
38
<compatibility>~10.0.0</compatibility>
setup.php
@@ -28,7 +28,7 @@
* -------------------------------------------------------------------------
*/
-define ('PLUGIN_DATAINJECTION_VERSION', '2.13.3');
+define ('PLUGIN_DATAINJECTION_VERSION', '2.13.4');
// Minimal GLPI version, inclusive
define("PLUGIN_DATAINJECTION_MIN_GLPI", "10.0.0");
0 commit comments