-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpagtesouro.xml
61 lines (57 loc) · 2.29 KB
/
pagtesouro.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="utf-8"?>
<extension type="component" version="3.0" method="upgrade">
<name>PagTesouro</name>
<author>Marcelo Valvassori Bittencourt</author>
<creationDate>28/03/2021</creationDate>
<copyright>Copyright (C) 2017 - 2021 Open Source Matters, Inc. All rights reserved.</copyright>
<authorEmail>marcelo.valvassori.bittencourt@gmail.om</authorEmail>
<authorUrl>https://github.com/bitts/</authorUrl>
<license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
<version>2.2.0</version>
<description><![CDATA[
<h1>PagTesouro for Joomla! (v.2.2.0)[03/2022]</h1>
<div style="clear: both;"></div>
<p>PagTesouro form to [Joomla!](http://www.joomla.org) Component ability.</p>
<p>Created by <a href="https://github.com/bitts" target="_blank">Marcelo Valvassori Bittencourt</a><br />
<small>Development started 28th March, 2021</small>
</p>
]]></description>
<install> <!-- Runs on install -->
<sql>
<file driver="mysql" charset="utf8">sql/install.mysql.utf8.sql</file>
</sql>
</install>
<uninstall> <!-- Runs on uninstall -->
<sql>
<file driver="mysql" charset="utf8">sql/uninstall.mysql.utf8.sql</file>
</sql>
</uninstall>
<files folder="site">
<filename>call.php</filename>
<filename>class.pagtesouro.php</filename>
<filename component="com_pagtesouro">pagtesouro.php</filename>
<filename>index.html</filename>
<filename>pagtesouro.php</filename>
<filename>template.js</filename>
<filename>template.php</filename>
</files>
<updateservers>
<server type="extension" name="PagTesouro Update Site">https://raw.githubusercontent.com/bitts/PagTesouro/main/manifest.xml</server>
</updateservers>
<administration>
<menu alt="COM_PAGTESOURO" link="option=com_pagtesouro">PagTesouro</menu>
<submenu>
</submenu>
<files folder="admin">
<folder>sql</folder>
<filename>index.html</filename>
<filename>jquery.gh-readme.min.js</filename>
<filename>manifest.xml</filename>
<filename>marked.js</filename>
<filename>pagtesouro-save.php</filename>
<filename>pagtesouro.js</filename>
<filename>pagtesouro.json</filename>
<filename component="com_pagtesouro">pagtesouro.php</filename>
</files>
</administration>
</extension>