File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
3737define ('PLUGIN_SATISFACTION_MIN_GLPI ' , '10.0 ' );
@@ -91,12 +91,10 @@ function plugin_init_satisfaction() {
9191 */
9292function 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 ' => [
You can’t perform that action at this time.
0 commit comments