We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e15779d commit a16a679Copy full SHA for a16a679
2 files changed
satisfaction.xml
@@ -87,6 +87,11 @@
87
<author>Infotel</author>
88
</authors>
89
<versions>
90
+ <version>
91
+ <num>1.7.0</num>
92
+ <compatibility>~11.0</compatibility>
93
+ <download_url>https://github.com/pluginsGLPI/satisfaction/releases/download/1.7.0/glpi-satisfaction-1.7.0.tar.bz2</download_url>
94
+ </version>
95
<version>
96
<num>1.6.2</num>
97
<compatibility>~10.0</compatibility>
setup.php
@@ -34,7 +34,7 @@
34
35
use Glpi\Plugin\Hooks;
36
37
-define("PLUGIN_SATISFACTION_VERSION", "1.6.2");
+define("PLUGIN_SATISFACTION_VERSION", "1.7.0");
38
39
// Minimal GLPI version, inclusive
40
define('PLUGIN_SATISFACTION_MIN_GLPI', '11.0');
0 commit comments