-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin.xml
More file actions
24 lines (24 loc) · 762 Bytes
/
plugin.xml
File metadata and controls
24 lines (24 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<plugin compatible="alto">
<name>
<lang name="default">Maps - Yandex/Google maps</lang>
<lang name="ru">Maps - Яндекс/Google карты</lang>
</name>
<author>
<lang name="default">maxiSoft</lang>
</author>
<homepage>http://themeinstant.ru</homepage>
<version>0.1</version>
<requires>
<alto>
<version>1.0.10</version>
</alto>
<system>
<php>5.3.0</php>
</system>
</requires>
<description>
<lang name="default">Add topic fields for Yandex/Google Maps</lang>
<lang name="ru">Добавляет к полям топика карту Яндекс/Google</lang>
</description>
</plugin>