Skip to content

Commit 052e9d1

Browse files
committed
Add 1.5.2 version definition
1 parent 49a425d commit 052e9d1

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

satisfaction.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@
8888
<author>Infotel</author>
8989
</authors>
9090
<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>
9196
<version>
9297
<num>1.5.1</num>
9398
<compatibility>~9.5.0</compatibility>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Init the hooks of the plugins -Needed
55
*/
66

7-
define ("PLUGIN_SATISFACTION_VERSION", "1.5.1");
7+
define ("PLUGIN_SATISFACTION_VERSION", "1.5.2");
88

99
// Minimal GLPI version, inclusive
1010
define('PLUGIN_SATISFACTION_MIN_GLPI', '9.5');

0 commit comments

Comments
 (0)