We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20dc2a8 commit 3243b08Copy full SHA for 3243b08
satisfaction.xml
@@ -88,6 +88,11 @@
88
<author>Infotel</author>
89
</authors>
90
<versions>
91
+ <version>
92
+ <num>1.6.1</num>
93
+ <compatibility>~10.0</compatibility>
94
+ <download_url>https://github.com/pluginsGLPI/satisfaction/releases/download/1.6.1/glpi-satisfaction-1.6.1.tar.bz2</download_url>
95
+ </version>
96
<version>
97
<num>1.6.0</num>
98
<compatibility>~10.0</compatibility>
setup.php
@@ -31,7 +31,7 @@
31
* Init the hooks of the plugins -Needed
32
*/
33
34
-define ("PLUGIN_SATISFACTION_VERSION", "1.6.0");
+define ("PLUGIN_SATISFACTION_VERSION", "1.6.1");
35
36
// Minimal GLPI version, inclusive
37
define('PLUGIN_SATISFACTION_MIN_GLPI', '10.0');
0 commit comments