-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsqlcon.xml
27 lines (24 loc) · 1.04 KB
/
sqlcon.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
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.3.0" type="plugin" group="content" method="upgrade">
<name>tsj plg_sqlcon</name>
<creationDate>Mart 2013</creationDate>
<author>Shibin Roman</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>http://resea.ru</authorUrl>
<copyright>Copyright 2012-2013 Shibin Roman</copyright>
<license>GNU/GPL3</license>
<!-- The version string is recorded in the components table -->
<version>3.0.3</version>
<!-- The description is optional and defaults to the name -->
<description>Plugin for output in content value from database</description>
<files>
<filename plugin="sqlcon">sqlcon.php</filename>
<filename>index.html</filename>
</files>
<languages>
<language tag="en-GB">language/en-GB/en-GB.plg_sqlcon.ini</language>
<language tag="en-GB">language/en-GB/en-GB.plg_sqlcon.sys.ini</language>
<language tag="ru-RU">language/ru-RU/ru-RU.plg_sqlcon.ini</language>
<language tag="ru-RU">language/ru-RU/ru-RU.plg_sqlcon.sys.ini</language>
</languages>
</extension>