Skip to content

Commit

Permalink
1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Aug 1, 2023
1 parent d0176f4 commit fac4eca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 5 additions & 1 deletion satisfaction.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,14 @@
<issues>https://github.com/pluginsGLPI/satisfaction/issues</issues>
<readme>https://raw.githubusercontent.com/pluginsGLPI/satisfaction/master/README.md</readme>
<authors>
<author>TECLIB'</author>
<author>Infotel</author>
</authors>
<versions>
<version>
<num>1.6.2</num>
<compatibility>~10.0</compatibility>
<download_url>https://github.com/pluginsGLPI/satisfaction/releases/download/1.6.2/glpi-satisfaction-1.6.2.tar.bz2</download_url>
</version>
<version>
<num>1.6.1</num>
<compatibility>~10.0</compatibility>
Expand Down
6 changes: 2 additions & 4 deletions setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* Init the hooks of the plugins -Needed
*/

define ("PLUGIN_SATISFACTION_VERSION", "1.6.1");
define ("PLUGIN_SATISFACTION_VERSION", "1.6.2");

// Minimal GLPI version, inclusive
define('PLUGIN_SATISFACTION_MIN_GLPI', '10.0');
Expand Down Expand Up @@ -91,12 +91,10 @@ function plugin_init_satisfaction() {
*/
function plugin_version_satisfaction() {

$author = "<a href='www.teclib.com'>TECLIB'</a>";
$author.= ", <a href='http://blogglpi.infotel.com/'>Infotel</a>";
return [
'name' => __("More satisfaction", 'satisfaction'),
'version' => PLUGIN_SATISFACTION_VERSION,
'author' => $author,
'author' => "<a href='http://blogglpi.infotel.com/'>Infotel</a>",
'license' => 'GPLv2+',
'homepage' => 'https://github.com/pluginsGLPI/satisfaction',
'requirements' => [
Expand Down

0 comments on commit fac4eca

Please sign in to comment.