forked from yireo-joomla/plg_system_languagedomains
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
update.xml
23 lines (23 loc) · 852 Bytes
/
update.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" ?>
<updates>
<update>
<name>System - Language2Domain</name>
<description>For multilingual Joomla Websites to associate Languages with Domains</description>
<element>language2domain</element>
<type>plugin</type>
<folder>system</folder>
<client>site</client>
<version>1.1.1</version>
<infourl title="Language2Domain">https://github.com/pe7er/plg_system_language2domain</infourl>
<downloads>
<downloadurl type="full" format="zip">https://github.com/pe7er/plg_system_language2domain/releases/download/1.1.1/plg_system_language2domain-1.1.1.zip</downloadurl>
</downloads>
<tags>
<tag>stable</tag>
</tags>
<maintainer>Peter Martin</maintainer>
<maintainerurl>https://db8.nl</maintainerurl>
<php_minimum>7.3.0</php_minimum>
<targetplatform name="joomla" version="3.([89]|10)"/>
</update>
</updates>