Skip to content

Commit 6cfef3d

Browse files
committed
Add logo
1 parent 8815d28 commit 6cfef3d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

pics/logo.png

3.11 KB
Loading

plugin.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<name>TicketMail</name>
33
<key>ticketmail</key>
44
<state>stable</state>
5-
<logo>https://forge.glpi-project.org/attachments/740/logo.png</logo>
5+
<logo>https://raw.githubusercontent.com/Probesys/glpi-plugins-ticketmail/github/pics/logo.png</logo>
66
<description>
77
<short>
88
<fr><![CDATA[Ce plugin permet d'envoyer les informations d'un ticket à une personne par mail.]]></fr>
@@ -37,6 +37,10 @@
3737
<num>3.4.0</num>
3838
<compatibility>9.5</compatibility>
3939
</version>
40+
<version>
41+
<num>3.4.1</num>
42+
<compatibility>9.5</compatibility>
43+
</version>
4044
</versions>
4145
<langs>
4246
<lang>fr_FR</lang>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
define('TICKETMAIL_VERSION', '3.4.0');
3+
define('TICKETMAIL_VERSION', '3.4.1');
44
define('TICKETMAIL_MIN_GLPI_VERSION', '9.4');
55
define('TICKETMAIL_MAX_GLPI_VERSION', '9.6');
66
if (!defined("PLUGIN_TICKETMAIL_DIR")) {

0 commit comments

Comments
 (0)