Skip to content

Commit fac4eca

Browse files
committed
1.6.2
1 parent d0176f4 commit fac4eca

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

satisfaction.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,14 @@
8484
<issues>https://github.com/pluginsGLPI/satisfaction/issues</issues>
8585
<readme>https://raw.githubusercontent.com/pluginsGLPI/satisfaction/master/README.md</readme>
8686
<authors>
87-
<author>TECLIB'</author>
8887
<author>Infotel</author>
8988
</authors>
9089
<versions>
90+
<version>
91+
<num>1.6.2</num>
92+
<compatibility>~10.0</compatibility>
93+
<download_url>https://github.com/pluginsGLPI/satisfaction/releases/download/1.6.2/glpi-satisfaction-1.6.2.tar.bz2</download_url>
94+
</version>
9195
<version>
9296
<num>1.6.1</num>
9397
<compatibility>~10.0</compatibility>

setup.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* Init the hooks of the plugins -Needed
3232
*/
3333

34-
define ("PLUGIN_SATISFACTION_VERSION", "1.6.1");
34+
define ("PLUGIN_SATISFACTION_VERSION", "1.6.2");
3535

3636
// Minimal GLPI version, inclusive
3737
define('PLUGIN_SATISFACTION_MIN_GLPI', '10.0');
@@ -91,12 +91,10 @@ function plugin_init_satisfaction() {
9191
*/
9292
function plugin_version_satisfaction() {
9393

94-
$author = "<a href='www.teclib.com'>TECLIB'</a>";
95-
$author.= ", <a href='http://blogglpi.infotel.com/'>Infotel</a>";
9694
return [
9795
'name' => __("More satisfaction", 'satisfaction'),
9896
'version' => PLUGIN_SATISFACTION_VERSION,
99-
'author' => $author,
97+
'author' => "<a href='http://blogglpi.infotel.com/'>Infotel</a>",
10098
'license' => 'GPLv2+',
10199
'homepage' => 'https://github.com/pluginsGLPI/satisfaction',
102100
'requirements' => [

0 commit comments

Comments
 (0)