-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
yoosupermailer.xml
47 lines (47 loc) · 1.78 KB
/
yoosupermailer.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="utf-8"?>
<!--
@package Meral YOOtheme Pro SuperMailer
@author Necati Meral https://meral.cloud
@source https://meral.cloud
@copyright Copyright (C) Meral IT, DE
@license http://www.gnu.org/licenses/gpl.html GNU/GPL
-->
<extension type="plugin" group="system" method="upgrade">
<name>PLG_SYSTEM_MERAL_SUPERMAILER</name>
<description>PLG_SYSTEM_MERAL_SUPERMAILER_DESC</description>
<author>Necati Meral</author>
<authorEmail>hallo@meral.cloud</authorEmail>
<authorUrl>https://meral.cloud</authorUrl>
<copyright>Copyright (C) Meral IT</copyright>
<license>GNU General Public License version 3, see LICENSE</license>
<creationDate>August 01, 2024</creationDate>
<version>1.0.7</version>
<element>yoosupermailer</element>
<scriptfile>install.php</scriptfile>
<files>
<folder>language</folder>
<folder>modules</folder>
<folder>sql</folder>
<filename plugin="yoosupermailer">yoosupermailer.php</filename>
<filename>autoload.php</filename>
<filename>autoload_classmap.php</filename>
<filename>index.html</filename>
</files>
<languages>
<language tag="en-GB">language/en-GB/en-GB.plg_system_yoosupermailer.sys.ini</language>
<language tag="de-DE">language/de-DE/de-DE.plg_system_yoosupermailer.sys.ini</language>
</languages>
<install>
<sql>
<file driver="mysql" charset="utf8">sql/mysql/install.mysql.utf8.sql</file>
</sql>
</install>
<uninstall>
<sql>
<file driver="mysql" charset="utf8">sql/mysql/uninstall.mysql.utf8.sql</file>
</sql>
</uninstall>
<updateservers>
<server type="extension" priority="1" name="YOOtheme Pro SuperMailer Update Site">https://raw.githubusercontent.com/Meral-IT/yootheme-supermailer/main/update.xml</server>
</updateservers>
</extension>