We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 766b254 commit bb3612bCopy full SHA for bb3612b
activity.xml
@@ -23,6 +23,11 @@
23
<author>Infotel</author>
24
</authors>
25
<versions>
26
+ <version>
27
+ <num>3.1.2</num>
28
+ <compatibility>~10.0</compatibility>
29
+ <download_url>https://github.com/InfotelGLPI/activity/releases/download/3.1.2/glpi-activity-3.1.2.tar.bz2</download_url>
30
+ </version>
31
<version>
32
<num>3.1.1</num>
33
<compatibility>~10.0</compatibility>
setup.php
@@ -24,7 +24,7 @@
--------------------------------------------------------------------------
*/
-define('PLUGIN_ACTIVITY_VERSION', '3.1.1');
+define('PLUGIN_ACTIVITY_VERSION', '3.1.2');
if (!defined("PLUGIN_ACTIVITY_DIR")) {
define("PLUGIN_ACTIVITY_DIR", Plugin::getPhpDir("activity"));
0 commit comments