We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49a425d commit 052e9d1Copy full SHA for 052e9d1
2 files changed
satisfaction.xml
@@ -88,6 +88,11 @@
88
<author>Infotel</author>
89
</authors>
90
<versions>
91
+ <version>
92
+ <num>1.5.2</num>
93
+ <compatibility>~9.5.0</compatibility>
94
+ <download_url>https://github.com/pluginsGLPI/satisfaction/releases/download/1.5.2/glpi-satisfaction-1.5.2.tar.gz</download_url>
95
+ </version>
96
<version>
97
<num>1.5.1</num>
98
<compatibility>~9.5.0</compatibility>
setup.php
@@ -4,7 +4,7 @@
4
* Init the hooks of the plugins -Needed
5
*/
6
7
-define ("PLUGIN_SATISFACTION_VERSION", "1.5.1");
+define ("PLUGIN_SATISFACTION_VERSION", "1.5.2");
8
9
// Minimal GLPI version, inclusive
10
define('PLUGIN_SATISFACTION_MIN_GLPI', '9.5');
0 commit comments